// JavaScript Document


var data = {
    "title": "<b>Sentences</b>",
    "rubric": "<b>Click on the correct sentence.</b>",
    "optionArr": [
        [
            "My father bought an ice cream for me.",
            "My father bring an ice cream for me."
        ],
        [
            "I watch The Big Cat show on the <br>National Geographic channel yesterday.",
            "I watched The Big Cat show on the <br>National Geographic channel yesterday."
        ],
        [
            "My mother is the Chief Medical Officer in <br>the Indian Hospital.",
            "My mother are the Chief Medical Officer in <br>the Indian Hospital."
        ],
        [
            "Will you please help me cross the road?",
            "Will you please help me cross a road?"
        ],
        [
            "Their is a white tiger in the cage.",
            "There is a white tiger in the cage."
        ]
    ],
    "quesArr": [
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "scalable": "",
    "intro": " "
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>