// JavaScript Document


var data = {
    "title": "<b>Sentences</b>",
    "rubric": "<b>Click on the correct option to fill in the blank.</b>",
    "optionArr": [
        [
            "family",
            "group"
        ],
        [
            "small",
            "large"
        ],
        [
            "smaller",
            "bigger"
        ],
        [
            "spend",
            "waste"
        ],
        [
            "friends",
            "family"
        ]
    ],
    "quesArr": [
        {
            "ques": "Father, mother and children make a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A family with grandparents, parents and children is called a <input class='txtformat' id='txtF' readonly></input> family."
        },
        {
            "ques": "A large family is <input class='txtformat' id='txtF' readonly></input> than a small family."
        },
        {
            "ques": "Families <input class='txtformat' id='txtF' readonly></input> time together."
        },
        {
            "ques": "We live with our <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [220, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>