// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "The force exerted by the muscles of our body is called  _________________ force",
                "ans": [
                    [
                        "muscular"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The wheel rotates around the smaller circular object called _________________.",
                "ans": [
                    [
                        "axle"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A _________________ looks like a nail with grooves cut into it.",
                "ans": [
                    [
                        "screw"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The ability to do work is called _________________.",
                "ans": [
                    [
                        "energy"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "_________________ is a push or a pull that makes a body move or stop moving.",
                "ans": [
                    [
                        "Force"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
