// JavaScript Document


var data = {
    "_rubric": "<b>Add '-ing' to these words and type them on the blanks.</b>",
    "_title": "<b>-ing Words</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "feel ______________ ",
                "ans": [
                    [
                        "feeling"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "talk ______________ ",
                "ans": [
                    [
                        "talking"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "jump ______________ ",
                "ans": [
                    [
                        "jumping"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "fly ______________ ",
                "ans": [
                    [
                        "flying"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "cry ______________ ",
                "ans": [
                    [
                        "crying"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
