// JavaScript Document


var data = {
    "title": "<b>The opposites</b>",
    "rubric": "<b>Click on the opposite of the given word.</b>",
    "optionArr": [
        [
            "happiness",
            "discontent",
            "sorrow"
        ],
        [
            "content",
            "falsehood",
            "happy"
        ],
        [
            "cowardly",
            "real",
            "truth"
        ],
        [
            "brave",
            "cared",
            "often"
        ],
        [
            "seldom",
            "never",
            "impatient"
        ],
        [
            "patient",
            "noisy",
            "impart"
        ],
        [
            "loud",
            "quiet",
            "home"
        ]
    ],
    "quesArr": [
        {
            "ques": "joy"
        },
        {
            "ques": "discontent"
        },
        {
            "ques": "falsehood"
        },
        {
            "ques": "coward"
        },
        {
            "ques": "often"
        },
        {
            "ques": "impatient"
        },
        {
            "ques": "noisy"
        }
    ],
    "Aarr": [
        2,
        0,
        2,
        0,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>