// JavaScript Document


var data = {
    "_rubric": "<b>Type <i>when</i>, <i>where</i> and <i>how</i> on the blanks for the underlined words.</b>",
    "_title": "<b>Adverbs</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "The girls walked <u>slowly</u>. _________ ",
                "ans": [
                    [
                        "How"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The play finished <u>late</u>. _________ ",
                "ans": [
                    [
                        "When"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Please run <u>faster</u> in the next race. _________",
                "ans": [
                    [
                        "How"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We planted new seeds <u>yesterday</u>. _________",
                "ans": [
                    [
                        "When"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Please take off your shoes <u>outside</u>. _________",
                "ans": [
                    [
                        "Where"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
