// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on 'T' for true or 'F' for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "Edwin Aldrin said, &#x201C;That&#x2019;s one small step for man, but a giant leap for mankind.&#x201D;"
        },
        {
            "ques": "The force of attraction caused by the Earth is called atmosphere."
        },
        {
            "ques": "The gravitational pull of the Moon is less than that of the Earth."
        },
        {
            "ques": "A spacecraft is an activity done in space."
        },
        {
            "ques": "Space rockets are used to escape from the Earth&#x2019;s pull and enter into space."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>