// JavaScript Document

var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Choose the correct answer to fill in the blanks.</b>",
    "optionArr": [
        [
            "cobbler",
            "teacher",
            "gardener"
        ],
        [
            "plane",
            "chart",
            "books"
        ]
    ],
    "quesArr": [
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> is watering the plants in the garden."
        },
        {
            "ques": "Our teacher showed us a <input class='txtformat' id='txtF' readonly></input> on different kinds of animals"
        }
    ],
    "Aarr": [
        2,
        1
    ]
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>