// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "It is the same as human intelligence",
            "It can only perform repetitive tasks",
            "It can understand and analyze large amounts of data"
        ],
        [
            "Alexa",
            "Asimo",
            "Siri"
        ],
        [
            "To perform repetitive tasks",
            "To assist doctors and police persons",
            "To look and act like humans"
        ],
        [
            "A car that can fly in space",
            "A car that can drive without human input",
            " A car that can only drive on a specific route"
        ],
        [
            "A speaker that can only play music",
            "A speaker that uses AI to perform everyday tasks",
            "A speaker that can only be controlled by a remote"
        ]
    ],
    "quesArr": [
        {
            "ques": " Which of the following is true about artificial intelligence?"
        },
        {
            "ques": "Which of the following is a popular humanoid model?"
        },
        {
            "ques": "What is the purpose of humanoid robots?"
        },
        {
            "ques": "What is a self-driving car?"
        },
        {
            "ques": "What is a smart speaker?"
        }
    ],
    "Aarr": [
        2,
        1,
        2,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};


var blankSize = [150, 150, 200, 150, 250];

//<input class='txtformat' id='txtF' readonly></input>