// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Compare each pair of numbers. Click on the correct symbol to answer the question.</b>",
    "maxTime": 300,
    "optionArr": [
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ],
        [
            "&#x3e;",
            "=",
            "&#x3c;"
        ]
    ],
    "quesArr": [
        {
            "ques": "0.25 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 0.37"
        },
        {
            "ques": "0.15 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 0.015"
        },
        {
            "ques": "0.6 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> &nbsp; <span class='frac'><span class='numerator'>6</span><span class='divider'></span> <span class='denumerator'>100</span></span>"
        },
        {
            "ques": "0.3 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 0.30"
        },
        {
            "ques": "4.007 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> <span class='frac'><span class='numerator'>407</span><span class='divider'></span> <span class='denumerator'>100</span></span>"
        },
        {
            "ques": "2.015 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 1.017"
        },
        {
            "ques": "0.03 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> <span class='frac'><span class='numerator'>3</span><span class='divider'></span> <span class='denumerator'>1000</span></span>"
        },
        {
            "ques": "7.023 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 7.032"
        },
        {
            "ques": "0.35 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 0.006"
        },
        {
            "ques": "7.87 <input class='txtformat' autocomplete='off' id='txtF' readonly></input> 8.78"
        }
    ],
    "Aarr": [
        2,
        0,
        0,
        1,
        2,
        0,
        0,
        2,
        0,
        2
    ]
};
			
			
var blankSize = [80, 80, 80, 80, 80, 80, 80, 80, 80, 80];


