// JavaScript Document

var data = {
    "title": "<b>The pronoun reference</b>",
    "rubric": "Click and choose the correct option.",
    "optionArr": [
        [
            "constellation",
            "solar system"
        ],
        [
            "Mantle",
            "Core"
        ],
        [
            "Stars",
            "Satellites"
        ],
        [
            "orbit",
            "pole"
        ],
        [
            "rotation",
            "revolution"
        ]
    ],
    "quesArr": [
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> is a group of stars that forms a shape in the sky."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is the innermost layer of the Earth."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> are heavenly objects that move around the planets."
        },
        {
            "ques": "A/An <input class='txtformat' id='txtF' readonly></input> is the fixed path on which a planet moves."
        },
        {
            "ques": "It takes 24 hours for the Earth to complete one <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};

var blankSize = [200, 150, 150, 150, 160];

//<input class='txtformat' id='txtF' readonly></input>