// JavaScript Document


var data = {
    "_rubric": "<b>Add `tion' to the words given in brackets to fill in the blanks.</b>",
    "_title": "<b>Words ending with -tion</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Please choose the correct ____________________. (opt)",
                "ans": [
                    [
                        "option"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Everybody enjoyed themselves at the birthday _____________________. (celebrate)",
                "ans": [
                    [
                        "celebration"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We received a wedding ___________________ from our neighbour. (invite)",
                "ans": [
                    [
                        "invitation"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Meha has a deep ___________________ with her hometown. (connect)",
                "ans": [
                    [
                        "connection"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Uncle Rohit went on a vacation for a few days of ______________________. (relax)",
                "ans": [
                    [
                        "relaxation"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The children watched the documentary until its ______________________. (complete)",
                "ans": [
                    [
                        "completion"
                    ]
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "TypingAllOnce"
};
			
			
