// JavaScript Document


var data = {
    "_rubric": "<b>Make three three-letter words from the given word.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "EXCITED _______ _______ _______ ",
                "ans": [
                    "Tie",
                    "Ice",
                    "Tee"
                ]
            }
        ]
    ]
};
			
			
