// JavaScript Document


var data = {
    "title": "<b>Prepositions</b>",
    "rubric": "<b>Look at the picture. Then, click and choose the correct word to complete the sentence.</b>",
    "optionArr": [
        [
            "on",
            "in"
        ],
        [
            "under",
            "behind"
        ],
        [
            "on",
            "in"
        ],
        [
            "between",
            "under"
        ],
        [
            "behind",
            "on"
        ]
    ],
    "quesArr": [
        {
            "ques": "The cake is <input class='txtformat' id='txtF' readonly></input> the plate."
        },
        {
            "ques": "The cat is <input class='txtformat' id='txtF' readonly></input> the table."
        },
        {
            "ques": "The ice cream is <input class='txtformat' id='txtF' readonly></input> the cup."
        },
        {
            "ques": "The ball is <input class='txtformat' id='txtF' readonly></input> the boys."
        },
        {
            "ques": "The tree is <input class='txtformat' id='txtF' readonly></input> the house."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        0
    ],
    "Pic": [
        [
            "Assets/images/p1.png"
        ],
        [
            "Assets/images/p2.png"
        ],
        [
            "Assets/images/p3.png"
        ],
        [
            "Assets/images/p4.png"
        ],
        [
            "Assets/images/p5.png"
        ]
    ],
    "intro": "G",
    "type": "odd_one_out_Ques_Img_Option",
    "scalable": ""
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>