// JavaScript Document


var data = {
    "_rubric": "<b>Type the full form of the given contraction.</b>",
    "_title": "<b>Contractions</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "can't  ________ ",
                "ans": [
                    [
                        "cannot"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "shouldn't  ________ ",
                "ans": [
                    [
                        "should not"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "we'll  ________ ",
                "ans": [
                    [
                        "we will"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "it's  ________ ",
                "ans": [
                    [
                        "it is"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I&#x2019;ll  ________ ",
                "ans": [
                    [
                        "I will"
                    ]
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "Typing All Once-Boxes"
};
			
			
