// JavaScript Document


var data = {
    "_rubric": "<b>Type the correct article to fill in the blanks.</b>",
    "_title": "<b>'a', &nbsp; 'an' or 'the'</b>",
    "_optionArr": [
        [
            "a",
            "an",
            "the"
        ],
        [
            "a",
            "an",
            "the"
        ],
        [
            "a",
            "an",
            "the"
        ],
        [
            "a",
            "an",
            "the"
        ],
        [
            "a",
            "an",
            "the"
        ],
        [
            "a",
            "an",
            "the"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "You should use _______ pencil to write. ______ lead should be a dark one.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I go for _____ walk every morning. _____ walk refreshes me.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Rahul is talking to ______ teacher. ______ teacher is very kind.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I need ______ new eraser. ______ eraser you gave me yesterday is not good.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I would like to have _____ pet. ______ pet could either be _____ dog or _____ parrot.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ],
                    [
                        "a"
                    ],
                    [
                        "a"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Tanya sang ______ song. ______ song was from ______ recent film.",
                "ans": [
                    [
                        "a"
                    ],
                    [
                        "The"
                    ],
                    [
                        "a"
                    ]
                ]
            }
        ]
    ],
    "type": "TypingAllOnce",
    "scalable": "",
    "intro": "g"
};
			
			
