// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Fill in the blank with the correct option.</b>",
    "optionArr": [
        [
            "The Hundred Years War",
            "The Great War"
        ],
        [
            "Austria-Hungary",
            "China"
        ],
        [
            "1916",
            "1918"
        ],
        [
            "Germany",
            "Britain"
        ],
        [
            "First World War",
            "Second World War"
        ]
    ],
    "quesArr": [
        {
            "ques": "The First World War is also called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Archduke Franz Ferdinand was heir to the throne <br>of <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The First World War ended in the<br> year <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The Treaty of Versailles was signed between <input class='txtformat' id='txtF' readonly></input> and the Allied Powers. "
        },
        {
            "ques": "The atomic bombings on Hiroshima and Nagasaki occurred during the <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        1
    ],
    "intro": ""
};
			
			
var blankSize = [400, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>