// JavaScript Document


var data = {
    "_rubric": "<b>Rearrange the underlined letters to get the correct word. Type them on the blank.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Cross the road only at the <u>ebzra</u> crossing. ____",
                "ans": [
                    [
                        "zebra"
                    ]
                ]
            },
            {
                "ques": "2. Follow the <u>teysaf</u> rules at all places and at all times. ____",
                "ans": [
                    [
                        "safety"
                    ]
                ]
            },
            {
                "ques": "3. Use a swimming <u>btue</u> if you are learning to swim. ____",
                "ans": [
                    [
                        "tube"
                    ]
                ]
            },
            {
                "ques": "4. Do not leave your toys on the <u>lfroo</u>. ____",
                "ans": [
                    [
                        "floor"
                    ]
                ]
            },
            {
                "ques": "5. Play in a safe place such as a <u>kapr</u>. ____",
                "ans": [
                    [
                        "park"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
