// JavaScript Document


var data = {
    "_rubric": "<b>Change the first letter of each word to make a new word. Read the clues in the brackets for help.</b>",
    "_title": "<b>Vocabulary Building</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. trick _____________ (one of the materials used to build houses)",
                "ans": [
                    [
                        "brick"
                    ]
                ]
            },
            {
                "ques": "2. tweet _____________ (a type of taste)",
                "ans": [
                    [
                        "sweet"
                    ]
                ]
            },
            {
                "ques": "3. tear _____________ (a fruit)",
                "ans": [
                    [
                        "pear"
                    ]
                ]
            },
            {
                "ques": "4. meet _______________ (plural of &#x2018;foot&#x2019;)",
                "ans": [
                    [
                        "feet"
                    ]
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "TypingAllOnce"
};
			
			
