// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "2",
            "6"
        ],
        [
            "0",
            "9"
        ],
        [
            "8",
            "1"
        ],
        [
            "nine hundred six",
            "six hundred nine"
        ],
        [
            "seven hundred ninety-six",
            "seven hundred sixty-nine"
        ]
    ],
    "quesArr": [
        {
            "ques": "How many hundreds are there in 623?"
        },
        {
            "ques": "How many tens are there in 509?"
        },
        {
            "ques": "How many ones are there in 198?"
        },
        {
            "ques": "The number name of 609 is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The number name of 769 is <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [250, 200, 300, 300, 420];

//<input class='txtformat' id='txtF' readonly></input>