// JavaScript Document

var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Choose the correct meaning of the given words.</b>",
    "optionArr": [
        [
            "a thick bush",
            "a thick forest"
        ],
        [
            "to run after someone and try to catch them",
            "to sit and relax"
        ]
    ],
    "quesArr": [
        {
            "ques": "jungle"
        },
        {
            "ques": "chase"
        }
    ],
    "Aarr": [
        1,
        0
    ]
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>