// JavaScript Document


var data = {
    "title": "<b>Opposites</b>",
    "rubric": "<b>Click and place the correct opposite word in the blank.</b>",
    "optionArr": [
        [
            "thin",
            "go",
            "give",
            "wet",
            "push"
        ],
        [
            "thin",
            "go",
            "give",
            "wet",
            "push"
        ],
        [
            "thin",
            "go",
            "give",
            "wet",
            "push"
        ],
        [
            "thin",
            "go",
            "give",
            "wet",
            "push"
        ],
        [
            "thin",
            "go",
            "give",
            "wet",
            "push"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "pull ______",
                "ans": [
                    "op4"
                ]
            }
        ],
        [
            {
                "ques": "come ______",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "thick ______",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "dry ______",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "take ______",
                "ans": [
                    "op2"
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "ClickNPlaceSentenceWise"
};
			
			

//=================================================================			 
