// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "_______________ controls involuntary actions such as the movements of the lungs and the heart.",
                "ans": [
                    [
                        "Medulla"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _______________ is the control centre of the human body.",
                "ans": [
                    [
                        "Brain"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "_______________ helps us to balance our body and keeps us in an upright posture.",
                "ans": [
                    [
                        "Cerebellum"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _______________ is the coloured circle in the eye.",
                "ans": [
                    [
                        "Iris"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _______________ is the opening through which light enters the eye.",
                "ans": [
                    [
                        "Pupil"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": ""
};
			
			
