// JavaScript Document


var data = {
    "title": "<b>Adjectives: Degree of Comparison</b>",
    "rubric": "<b>Click and place the correct word in the blank to complete the sentence.</b>",
    "optionArr": [
        [
            "big",
            "bigger"
        ],
        [
            "tall",
            "tallest"
        ],
        [
            "short",
            "shorter"
        ],
        [
            "fast",
            "faster"
        ],
        [
            "best",
            "good"
        ],
        [
            "smaller",
            "small"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "The elephant is ___________ than the lion.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Rita is the ___________ girl in the class.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "I am  ___________ than Rajiv.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Can you run ___________ than that?",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "That was the ___________ movie I have ever seen.",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "A mouse is ___________ than a cat.",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "type": "ClickNPlaceSentenceWise",
    "scalable": "",
    "intro": "g"
};
			
			

//=================================================================			 
