// JavaScript Document


var data = {
    "title": "<b>Prepositions</b>",
    "rubric": "<b>Click on the correct preposition to fill in the blank.</b>",
    "optionArr": [
        [
            "between",
            "on"
        ],
        [
            "beside",
            "in front of"
        ],
        [
            "beside",
            "on top of"
        ],
        [
            "on",
            "in"
        ]
    ],
    "images": [
        "<img src='Assets/images/Pic.png' style='width:100%; height:100%;' class='imgClass'/>",
        "<img src='Assets/images/Pic.png' style='width:100%; height:100%;' class='imgClass'/>",
        "<img src='Assets/images/Pic.png' style='width:100%; height:100%;' class='imgClass'/>",
        "<img src='Assets/images/Pic.png' style='width:100%; height:100%;' class='imgClass'/>"
    ],
    "quesArr": [
        {
            "ques": "The hockey stick is <input class='txtformat' id='txtF' readonly></input> the football and the helmet."
        },
        {
            "ques": "The table is <input class='txtformat' id='txtF' readonly></input> the chairs."
        },
        {
            "ques": "The gloves are <input class='txtformat' id='txtF' readonly></input> the cricket bat."
        },
        {
            "ques": "The scoreboard is <input class='txtformat' id='txtF' readonly></input> the wall."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out_Ques_Img_Option",
    "scalable": "",
    "intro": "g"
};
			
			
var blankSize = [150, 150, 150, 150, 150];

//<input class='txtformat' id='txtF' readonly></input>