// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Type the time in 12-hour clock.</b>",
    "optionArr": [
        [
            "a.m.",
            "p.m."
        ],
        [
            "a.m.",
            "p.m."
        ],
        [
            "a.m.",
            "p.m."
        ]
    ],
    "quesArr": [
        {
            "ques": "<img src='Assets/images/Img1.png' style='margin-left:190px;'> <br/><br/> 17:00 hours <input class='txtformat'  autocomplete='off' id='txtF'></input>"
        },
        {
            "ques": "<img src='Assets/images/Img2.png' style='margin-left:190px;'> <br/><br/> 21:05 hours <input class='txtformat'  autocomplete='off' id='txtF'></input>"
        },
        {
            "ques": "<img src='Assets/images/Img3.png' style='margin-left:190px;'> <br/><br/> 07:05 hours <input class='txtformat'  autocomplete='off' id='txtF'></input>"
        }
    ],
    "aTxtArr": [
        "5:00",
        "9:05",
        "7:05"
    ],
    "Aarr": [
        1,
        1,
        0
    ],
    "showVidArr": [],
    "showImgArr": [
        "Image1.jpg",
        "Image2.jpg",
        "Image3.jpg"
    ]
};
			
			
var blankSize = [250, 200, 250];

//<input class='txtformat' id='txtF' readonly></input>