// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "60 minutes",
            "90 minutes",
            "120 minutes"
        ],
        [
            "2 hours",
            "3 hours",
            "4 hours"
        ],
        [
            "12 hours",
            "24 hours",
            "48 hours"
        ],
        [
            "1 week",
            "2 weeks",
            "3 weeks"
        ],
        [
            "31 days",
            "29 days",
            "28 days"
        ]
    ],
    "quesArr": [
        {
            "ques": "How many minutes are there in 2 hours?"
        },
        {
            "ques": "How many hours are there in 120 minutes?"
        },
        {
            "ques": "How many hours are there in a day?"
        },
        {
            "ques": "How many weeks are there in 14 days?"
        },
        {
            "ques": "In a leap year, how many days are in February?"
        }
    ],
    "Aarr": [
        2,
        0,
        1,
        1,
        1
    ],
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>