// JavaScript Document

var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Choose the correct meaning of the given words.</b>",
    "optionArr": [
        [
            "shining with a steady light",
            "shining with an unsteady light"
        ],
        [
            "very large",
            "small"
        ],
        [
            "unfit for eating",
            "ready to eat"
        ]
    ],
    "quesArr": [
        {
            "ques": "glowing"
        },
        {
            "ques": "huge"
        },
        {
            "ques": "ripe"
        }
    ],
    "Aarr": [
        0,
        0,
        1
    ]
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>