// JavaScript Document


var data = {
    "_rubric": "<b>Give one-word answer.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "I am a very big ball of fire. _________________",
                "ans": [
                    [
                        "Sun"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "My shape appears to change every night. _________________",
                "ans": [
                    [
                        "Moon"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I look very small because I am very far away in the sky. _________________",
                "ans": [
                    [
                        "star"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The Sun sets in this direction. _________________",
                "ans": [
                    [
                        "west"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I help living things to live and grow.  _________________",
                "ans": [
                    [
                        "Sun"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
