// JavaScript Document


var data  = {
    "intro": "v",
    "_rubric": "<b>Fill in the blanks with the opposites of the underlined words.</b>",
    "_title": "<b>Opposites</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1.  I've <u>never</u> understood why zebras _______________ wear striped pyjamas. (always / often)",
                "ans": [
                    [
                        "always"
                    ]
                ]
            },
            {
                "ques": "2.  Jehan is reading a <u>short</u> story that was written _______________ ago. (high / long)",
                "ans": [
                    [
                        "long"
                    ]
                ]
            },
            {
                "ques": "3.  Munira <u>loves</u> jogging but _______________ indoor games. (hates / likes)",
                "ans": [
                    [
                        "hates"
                    ]
                ]
            },
            {
                "ques": "4.  I have never noticed his <u>presence</u>, but his _______________ troubles me. (appearance / absence)",
                "ans": [
                    [
                        "absence"
                    ]
                ]
            }
        ]
    ]
};
			
			
