// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on True or False.</b>",
    "optionArr": [
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ],
        [
            "True",
            "False"
        ]
    ],
    "quesArr": [
        {
            "ques": "A map is a drawing of places and spaces around us."
        },
        {
            "ques": "Directions tell us which way to move."
        },
        {
            "ques": "<img src='Assets/images/img1.jpg' style='height: 201px;'/><br>In the image, the red cross is place to the south of the smiley."
        },
        {
            "ques": "The scale of a map is 1 cm = 500 km. If the distance between two cities on the map is 3 cm, then the actual distance between the two cities is 1000 km."
        },
        {
            "ques": "A legend is a list of cities, ponds and rivers in a map."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        1,
        1
    ],
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>