// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Compare the given numbers then click on the correct symbol.</b>",
    "optionArr": [
        [
            "&gt;",
            "=",
            "&lt;"
        ],
        [
            "&gt;",
            "=",
            "&lt;"
        ],
        [
            "&gt;",
            "=",
            "&lt;"
        ],
        [
            "&gt;",
            "=",
            "&lt;"
        ],
        [
            "&gt;",
            "=",
            "&lt;"
        ]
    ],
    "quesArr": [
        {
            "ques": "1 <input class='txtformat' id='txtF' readonly></input> 3"
        },
        {
            "ques": "2 <input class='txtformat' id='txtF' readonly></input> 2"
        },
        {
            "ques": "9 <input class='txtformat' id='txtF' readonly></input> 8"
        },
        {
            "ques": "4 <input class='txtformat' id='txtF' readonly></input> 4"
        },
        {
            "ques": "7 <input class='txtformat' id='txtF' readonly></input> 6"
        }
    ],
    "Aarr": [
        2,
        1,
        0,
        1,
        0
    ]
};
			
			
var blankSize = [60, 60, 60, 60, 60, 60, 60, 60, 60, 60];