// JavaScript Document


var data = {
    "intro": "v",
    "title": "<b>words with prefix un</b>",
    "_rubric": "<b>Fill in the blanks by adding un to the words in the box.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "wrap",
            "like",
            "tie",
            "lock",
            "tidy"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Rima is cleaning her room because it is _________________.",
                "ans": [
                    [
                        "untidy"
                    ]
                ]
            },
            {
                "ques": "2. The flower is _________ anything I have seen.",
                "ans": [
                    [
                        "unlike"
                    ]
                ]
            },
            {
                "ques": "3. Will you ___________ the gift for your little brother?",
                "ans": [
                    [
                        "unwrap"
                    ]
                ]
            },
            {
                "ques": "4. Mohit knows how to _______ his shoelaces.",
                "ans": [
                    [
                        "untie"
                    ]
                ]
            },
            {
                "ques": "5. Use the key to __________ the door.",
                "ans": [
                    [
                        "unlock"
                    ]
                ]
            }
        ]
    ]
};
			
			
