// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "<img src = 'Assets/images/img1.png' class='opimg'>",
            "<img src = 'Assets/images/img2.png' class='opimg'>",
            "<img src = 'Assets/images/img3.png' class='opimg'>"
        ],
        [
            "<img src = 'Assets/images/img1.png' class='opimg'>",
            "<img src = 'Assets/images/img2.png' class='opimg'>",
            "<img src = 'Assets/images/img3.png' class='opimg'>"
        ],
        [
            "<img src = 'Assets/images/img1.png' class='opimg'>",
            "<img src = 'Assets/images/img2.png' class='opimg'>",
            "<img src = 'Assets/images/img3.png' class='opimg'>"
        ],
        [
            "<img src = 'Assets/images/img2.png' class='opimg'>",
            "<img src = 'Assets/images/img3.png' class='opimg'>",
            "<img src = 'Assets/images/img4.png' class='opimg'>"
        ],
        [
            "<img src = 'Assets/images/img5.png' class='opimg'>",
            "<img src = 'Assets/images/img6.png' class='opimg'>",
            "<img src = 'Assets/images/img7.png' class='opimg'>"
        ],
        [
            "4 + 6",
            "5 + 6",
            "5 + 7"
        ],
        [
            "26",
            "27",
            "22"
        ],
        [
            "26",
            "27",
            "28"
        ],
        [
            "41",
            "42",
            "43"
        ],
        [
            "FG",
            "FI",
            "HJ"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of the following shapes has only one line of symmetry?"
        },
        {
            "ques": "Which of the following shapes has two lines of symmetry?"
        },
        {
            "ques": "Which of the following shapes has four lines of symmetry?"
        },
        {
            "ques": "Which of the following shapes has many lines of symmetry?"
        },
        {
            "ques": "Which of the following shapes has no lines of symmetry?"
        },
        {
            "ques": "What will come next in the following number pattern?<br/>1 + 2,   2 + 3,   3 + 4,   4 + 5,  ______"
        },
        {
            "ques": "What will come next in the following number pattern?<br/>4,  7,  10,  13,  16,  19, ____"
        },
        {
            "ques": "What will come next in the following number pattern?<br/> 81,  72,  63,  54,  45,  36, ____"
        },
        {
            "ques": "What will come next in the following number pattern?<br/>7,  13,  19,  25,  31,  37, ____ "
        },
        {
            "ques": "What will come next in the following number pattern?<br/>AD,  BE,  CF,  DG,  EH, ____"
        }
    ],
    "Aarr": [
        2,
        0,
        1,
        2,
        1,
        1,
        2,
        1,
        2,
        1
    ]
};
			
			
//var blankSize = [100, 100, 100, 100, 100, 100, 100, 100, 100, 100];