// JavaScript Document


var data = {
    "title": "<b>Sentences</b>",
    "rubric": "<b>Click on the correct option to fill in the blank.</b>",
    "optionArr": [
        [
            "summer",
            "winter"
        ],
        [
            "plastic",
            "cloth"
        ],
        [
            "sheep",
            "lion"
        ],
        [
            "frock",
            "uniform"
        ],
        [
            "snows",
            "rains"
        ]
    ],
    "quesArr": [
        {
            "ques": "I wear cotton clothes in <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The clothes we wear are made of <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We get wool from <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We wear a <input class='txtformat' id='txtF' readonly></input> to school."
        },
        {
            "ques": "We wear a raincoat when it <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [220, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>