// JavaScript Document


var data = {
    "_rubric": "<b>Arrange these words in the order you would find them in a dictionary.</b>",
    "_title": "<b>Arrange in order</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "__________________ ",
                "ans": [
                    [
                        "bitter"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "bored"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "cheerful"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "medicine"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "plan"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "started"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "unhappy"
                    ]
                ]
            },
            {
                "ques": "__________________",
                "ans": [
                    [
                        "worried"
                    ]
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "TypingAllOnce"
};
			
			
