// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank with the correct answer from the box.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "electric shock",
            "infection",
            "leak",
            "slip",
            "accident",
            "trip"
        ],
        [
            "electric shock",
            "infection",
            "leak",
            "slip",
            "accident",
            "trip"
        ],
        [
            "electric shock",
            "infection",
            "leak",
            "slip",
            "accident",
            "trip"
        ],
        [
            "electric shock",
            "infection",
            "leak",
            "slip",
            "accident",
            "trip"
        ],
        [
            "electric shock",
            "infection",
            "leak",
            "slip",
            "accident",
            "trip"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "Walking on a wet floor can cause one to ______________.",
                "ans": [
                    [
                        "slip"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If gas stoves are not turned off when not in use, gas <br/>may ______________.",
                "ans": [
                    [
                        "leak"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If one touches electrical fittings with wet hands, one may get an ______________.",
                "ans": [
                    [
                        "electric shock"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If one is careless on the road, one may meet with <br/>an ______________.",
                "ans": [
                    [
                        "accident"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If dirt and flies sit on a wound, they can cause <br/>an ______________.",
                "ans": [
                    [
                        "infection"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
