// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct time as shown on the clock.</b>",
    "optionArr": [
        [
            "2:00",
            "3:00"
        ],
        [
            "5:00",
            "10:00"
        ],
        [
            "8:00",
            "9:00"
        ],
        [
            "4:00",
            "12:00"
        ],
        [
            "12:00",
            "11:00"
        ]
    ],
    "quesArr": [
        {
            "ques": "img1.png"
        },
        {
            "ques": "img2.png"
        },
        {
            "ques": "img3.png"
        },
        {
            "ques": "img4.png"
        },
        {
            "ques": "img5.png"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "MatchTheColumns",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>