// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "<img src='Assets/images/img14.png' style='pointer-events:none;'/>",
            "<img src='Assets/images/img13.png'  style='pointer-events:none;'/>"
        ],
        [
            "8",
            "12"
        ],
        [
            "zero",
            "one"
        ],
        [
            "one",
            "two"
        ],
        [
            "one",
            "two"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of these shapes has a circle as a face?"
        },
        {
            "ques": "How many edges does a cube have? <br><img src=Assets/images/img12.png>"
        },
        {
            "ques": "How many corners does a sphere have? <br><img src=Assets/images/img11.png>"
        },
        {
            "ques": "Count the number of curved faces of a cylinder. <br><img src=Assets/images/img15.png>"
        },
        {
            "ques": "Count the number of curved edges of a cone. <br><img src=Assets/images/img14.png>"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>