// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "library",
            "art room"
        ],
        [
            "classroom",
            "music room"
        ],
        [
            "computer room",
            "assembly hall"
        ],
        [
            "sickroom",
            "playground"
        ],
        [
            "library",
            "staffroom"
        ]
    ],
    "quesArr": [
        {
            "ques": "We read books in the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We learn to play musical instruments in <br>the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We have morning assemblies in <br>the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We visit the <input class='txtformat' id='txtF' readonly></input> when we <br>feel sick."
        },
        {
            "ques": "The teachers sit in the <input class='txtformat' id='txtF' readonly></input> ."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        1
    ],
    "intro": ""
};
			
			
var blankSize = [200, 200, 250, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>