// JavaScript Document


var data = {
    "title": "<b>Describing words</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "AB",
            "BC",
            "AC"
        ],
        [
            "XY",
            "YZ",
            "WY"
        ],
        [
            "AD",
            "BD",
            "CD"
        ],
        [
            "X",
            "P",
            "Y"
        ],
        [
            "X",
            "A",
            "D"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of the following is not a line segment of the given figure?"
        },
        {
            "ques": "Which of the following is not a line segment of the given figure?"
        },
        {
            "ques": "Which of the following is not a line segment of the given figure?"
        },
        {
            "ques": "Which of the following is not a point of the given figure?"
        },
        {
            "ques": "Which of the following is not a point of the given figure?"
        }
    ],
    "Aarr": [
        2,
        2,
        1,
        1,
        0
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100];

//<input class='txtformat' autocomplete='off' id='txtF' readonly></input>