// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on 'Y' for Yes or 'N' for No.</b>",
    "optionArr": [
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ]
    ],
    "quesArr": [
        {
            "ques": "Clayey soil is found mostly in deserts."
        },
        {
            "ques": "Loam is a mixture of sand and clay."
        },
        {
            "ques": "Manure is added to soil to make it fertile."
        },
        {
            "ques": "A potter uses sandy soil to make pots."
        },
        {
            "ques": "Small stones called gravel settle down at the bottom of the container."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>