// JavaScript Document


var data = {
    "title": "<b>Simple Present Tense</b>",
    "rubric": "<b>Click on the correct verbs to complete the sentences.</b>",
    "optionArr": [
        [
            "swim",
            "fly",
            "walk"
        ],
        [
            "clap",
            "rub",
            "wash"
        ],
        [
            "hisses",
            "mews",
            "trumpets"
        ],
        [
            "plays",
            "teaches",
            "laughs"
        ],
        [
            "plays",
            "cooks",
            "paints"
        ]
    ],
    "quesArr": [
        {
            "ques": "Crows <input class='txtformat' id='txtF' readonly></input> in the air."
        },
        {
            "ques": "The twins <input class='txtformat' id='txtF' readonly></input> their hands when they see their mother."
        },
        {
            "ques": "The snake <input class='txtformat' id='txtF' readonly></input> in the forest."
        },
        {
            "ques": "Mrs Suri <input class='txtformat' id='txtF' readonly></input> in a school."
        },
        {
            "ques": "My father <input class='txtformat' id='txtF' readonly></input> breakfast every morning."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "scalable": "",
    "intro": "g"
};
			
			
var blankSize = [150, 150, 150, 150, 150, 150, 150, 150 ];

//<input class='txtformat' id='txtF' readonly></input>