// JavaScript Document


var data = {
    "_rubric": "<b>Look at the picture and fill in each blank with <font color='#990000'>in</font>, <font color='#990000'>on</font> or <font color='#990000'>under</font>.</b>",
    "_title": "<b>Prepositions: In, On, Under</b>",
    "_optionArr": [
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": " <img src='Assets/images/1.png'> <br/>The books are ________ the table.",
                "ans": [
                    [
                        "on"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " <img src='Assets/images/2.png'> <br/>The shoes are ________ the bed.",
                "ans": [
                    [
                        "under"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " <img src='Assets/images/3.png'> <br/>The ducks swim ________ the water.",
                "ans": [
                    [
                        "in"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " <img src='Assets/images/4.png'> <br/>The baby birds are ________ the nest.",
                "ans": [
                    [
                        "in"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "Fill in the letters"
};
			
			
