// JavaScript Document


var data = {
    "title": "<b>Sentences</b>",
    "rubric": "<b>Click on the correct option to fill in the blank.</b>",
    "optionArr": [
        [
            "blackboard",
            "desk"
        ],
        [
            "dirty",
            "clean"
        ],
        [
            "schoolbag",
            "packet"
        ],
        [
            "crayons",
            "chalk"
        ],
        [
            "lunch box",
            "water bottle"
        ]
    ],
    "quesArr": [
        {
            "ques": "The teacher writes on the <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We keep our classroom <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We keep our books in the <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "I use <input class='txtformat' id='txtF' readonly></input> to colour my drawings."
        },
        {
            "ques": "I carry my food in  a <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [220, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>