// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ]
    ],
    "quesArr": [
        {
            "ques": "The coastal plains stretch from Punjab to West Bengal."
        },
        {
            "ques": "The two coastal plains meet at Kanniyakumari."
        },
        {
            "ques": "Vindaloo is a famous dish of Kerala."
        },
        {
            "ques": "Cuttack and Rourkela are industrial cities  of Andhra Pradesh."
        },
        {
            "ques": "The Ratha Yatra is a popular festival of Odisha."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>