// JavaScript Document


var data = {
    "title": "<b>Compound Words</b>",
    "rubric": "<b>Click and place the words from the box to form new words.</b>",
    "optionArr": [
        [
            "ball",
            "hole",
            "board",
            "coat",
            "fly"
        ]
    ],
    "conspleteWord": [
        [
            "raincoat",
            "keyhole",
            "cupboard",
            "butterfly",
            "basketball"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. rain &emsp;&emsp;+        ___________        = &emsp;",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "2. key &emsp;&emsp; +        ___________        = &emsp;",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "3. cup &emsp;&emsp;+        ___________        = &emsp;",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "4. butter &ensp;&nbsp;&nbsp;+        ___________        = &emsp;",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "5. basket &ensp; +        ___________        = &emsp;",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "intro": "",
    "type": "ClickNPlace_CompoundWord"
};
			
			

//=================================================================			 
