// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Look at the circle graph and click on the correct answer.</b>",
    "optionArr": [
        [
            "half",
            "one-fourth"
        ],
        [
            "one-eighth",
            "one-fourth"
        ],
        [
            "half",
            "one-eighth"
        ],
        [
            "half",
            "one-fourth"
        ],
        [
            "one-fourth",
            "half"
        ]
    ],
    "quesArr": [
        {
            "ques": "The fraction of students who walk to school is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The fraction of students who travel by car to school<br/>is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The fraction of students who travel by school bus to school<br/>is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The fraction of students who ride cycle to school is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The sum of the fraction of students who travel by car and school bus to school is <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        1,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [170, 170, 170, 170, 170];

//<input class='txtformat' id='txtF' readonly></input>

