// JavaScript Document


var data = {
    "_rubric": "<b>Drop the 'e' at the end and make '-ing' words. Type your answers on the blanks.</b>",
    "_title": "<b>-ing Words</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "dance ______________ ",
                "ans": [
                    [
                        "dancing"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "make ______________ ",
                "ans": [
                    [
                        "making"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "like ______________ ",
                "ans": [
                    [
                        "liking"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "hope ______________ ",
                "ans": [
                    [
                        "hoping"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "shine ______________ ",
                "ans": [
                    [
                        "shining"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
