// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Which of the following is the net of the given shape? Click and choose the correct option.</b>",
    "optionArr": [
        [
            "imgOp0.png",
            "imgOp1.png"
        ],
        [
            "imgOp2.png",
            "imgOp3.png"
        ],
        [
            "imgOp0.png",
            "imgOp2.png"
        ],
        [
            "imgOp0.png",
            "imgOp3.png"
        ],
        [
            "imgOp2.png",
            "imgOp4.png"
        ]
    ],
    "quesArr": [
        {
            "ques": "<img src='Assets/images/Img1.png' style='width:80%; height:80%'/>"
        },
        {
            "ques": "<img src='Assets/images/Img2.png' style='width:80%; height:80%'/>"
        },
        {
            "ques": "<img src='Assets/images/Img3.png' style='width:80%; height:80%'/>"
        },
        {
            "ques": "<img src='Assets/images/Img4.png' style='width:80%; height:80%'/>"
        },
        {
            "ques": "<img src='Assets/images/Img5.png' style='width:80%; height:80%'/>"
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        0,
        1
    ],
    "type": "MatchTheColumns",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>
						