// JavaScript Document

var attempts = 1;

var data = {
    "title": "<b>Prepositions</b>",
    "rubric": "<b>Click on the correct preposition to complete the sentence.</b>",
    "optionArr": [
        [
            "on",
            "at"
        ],
        [
            "in",
            "above"
        ],
        [
            "beside",
            "in"
        ],
        [
            "above",
            "on"
        ],
        [
            "on",
            "in"
        ]
    ],
    "quesArr": [
        {
            "ques": "The doll is lying <input class='txtformat' id='txtF' readonly></input> the bed."
        },
        {
            "ques": "The frogs are playing <input class='txtformat' id='txtF' readonly></input> the pond."
        },
        {
            "ques": "The chair is <input class='txtformat' id='txtF' readonly></input> the table."
        },
        {
            "ques": "The baby is sitting<input class='txtformat' id='txtF' readonly></input> the cot."
        },
        {
            "ques": "The birds are flying <input class='txtformat' id='txtF' readonly></input> the air."
        }
    ],
    "Aarr": [
        0,
        0,
        0,
        1,
        1
    ],
    "intro": "g",
    "type": "odd_one_out"
};
			
			
var blankSize = [160, 160, 160, 160, 160];

//<input class='txtformat' id='txtF' readonly></input>