// JavaScript Document

var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on the correct name of the picture that is used to measure lengths.</b>",
    "optionArr": [
        [
            "handspan",
            "finger"
        ],
        [
            "pace",
            "handspan"
        ],
        [
            "cubit",
            "pace"
        ],
        [
            "finger",
            "pace"
        ],
        [
            "A metre rod",
            "A scale"
        ]
    ],
    "quesArr": [
        {
            "ques": "Img0.png"
        },
        {
            "ques": "Img1.png"
        },
        {
            "ques": "Img2.png"
        },
        {
            "ques": "Img3.png"
        },
        {
            "ques": "Img4.png"
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        1
    ],
    "type": "MatchTheColumns",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250]

//<input class='txtformat' id='txtF' readonly></input>