// JavaScript Document


var data = {
    "_rubric": "<b>Use &#x2018;-less&#x2019; and &#x2018;-ful&#x2019; to make opposites. Type the words on the blanks. </b>",
    "_title": "<b>&#x2018;-less&#x2019; or &#x2018;-ful&#x2019;</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "____________ &emsp;&emsp; ____________ ",
                "ans": [
                    [
                        "useful"
                    ],
                    [
                        "useless"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "____________ &emsp;&emsp; ____________ ",
                "ans": [
                    [
                        "joyful"
                    ],
                    [
                        "joyless"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "____________ &emsp;&emsp; ____________ ",
                "ans": [
                    [
                        "meaningful"
                    ],
                    [
                        "meaningless"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "____________ &emsp;&emsp; ____________ ",
                "ans": [
                    [
                        "cheerful"
                    ],
                    [
                        "cheerless"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "____________ &emsp;&emsp; ____________ ",
                "ans": [
                    [
                        "powerful"
                    ],
                    [
                        "powerless"
                    ]
                ]
            }
        ]
    ],
    "_QArr": [
        "use",
        "joy",
        "meaning",
        "cheer",
        "power"
    ],
    "type": "TypingAllOnce",
    "intro": ""
};
			
			
