// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Fill in the blank.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "The ability of machines to think, learn and act like humans is called __________________ .",
                "ans": [
                    [
                        "Artificial Intelligence"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "AI is used in various fields and industries, including space exploration, improving gaming experiences and ___________.",
                "ans": [
                    [
                        "assisting doctors, police persons"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A humanoid is a type of robot that looks and acts like __________________.",
                "ans": [
                    [
                        "humans"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Self-driving cars use AI to sense their surroundings and move safely with little or no __________________ input.",
                "ans": [
                    [
                        "human"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Smart speakers are voice-activated speakers that use AI to perform everyday tasks, such as Alexa and __________________.",
                "ans": [
                    [
                        "Siri"
                    ]
                ]
            }
        ]
    ]
};
			
			
