// JavaScript Document


var data = {
    "_rubric": "<b>Rearrange the letters to fill in the blanks.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The ________ is an imaginary line on which the Earth rotates. (x a s i)",
                "ans": [
                    [
                        "axis"
                    ]
                ]
            },
            {
                "ques": "2. The Earth complete one revolution in ________________ days.(6 3 5)",
                "ans": [
                    [
                        "365"
                    ]
                ]
            },
            {
                "ques": "3. The Earth revolves around the Sun in a fixed path called the ____________. (t o b r i)",
                "ans": [
                    [
                        "orbit"
                    ]
                ]
            },
            {
                "ques": "4. The day and night are caused by ____________. (t t o a r i n o)",
                "ans": [
                    [
                        "rotation"
                    ]
                ]
            },
            {
                "ques": "5. The Earth completes one rotation in ________________ hours. (4  2)",
                "ans": [
                    [
                        "24"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
