// JavaScript Document


var data = {
    "title": "<b>Nouns - Singular and Plural</b>",
    "rubric": "<b>Click on the correct plural.</b>",
    "optionArr": [
        [
            "roses",
            "rosies"
        ],
        [
            "loafs",
            "loaves"
        ],
        [
            "chiefs",
            "chieves"
        ],
        [
            "rooves",
            "roofs"
        ],
        [
            "women",
            "womans"
        ]
    ],
    "quesArr": [
        {
            "ques": "rose <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "loaf <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "chief <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "roof <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "woman <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "intro": "g",
    "type": "odd_one_out"
};
			
			
var blankSize = [250, 200, 300, 200, 250, 250, 250, 250 ];

//<input class='txtformat' id='txtF' readonly></input>