// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Look at the pictograph and choose the correct option.</b>",
    "optionArr": [
        [
            "5",
            "6"
        ],
        [
            "5",
            "6"
        ],
        [
            "Deeksha",
            "Neetu"
        ],
        [
            "Vijay",
            "Aman"
        ],
        [
            "3",
            "4"
        ]
    ],
    "imgArr": [
        "Assets/images/img_a1.jpg",
        "Assets/images/img_a2.jpg",
        "Assets/images/img_a3.jpg",
        "Assets/images/img_a4.jpg",
        "Assets/images/img_a5.jpg"
    ],
    "quesArr": [
        {
            "ques": "How many t-shirts does Neetu have?"
        },
        {
            "ques": "How many t-shirts does Vijay have?"
        },
        {
            "ques": "Who has most number of t-shirts?"
        },
        {
            "ques": "Who has least number of t-shirts?"
        },
        {
            "ques": "How many more t-shirts does Deeksha have than Aman?"
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out_Ques_Img_Option",
    "intro": "a"
};
			
			
var blankSize = [100, 100, 100, 100];

//<input class='txtformat' id='txtF' readonly></input>