// JavaScript Document


var data = {
    "_rubric": "<b>Type a full stop or a question mark to complete the sentence.</b>",
    "_title": "<b>Punctuation: <br/>Full Stop/Question Mark</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Are you going to the park ________ ",
                "ans": [
                    [
                        "?"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "I have a packet full of oranges with me ________",
                "ans": [
                    [
                        "."
                    ]
                ]
            }
        ],
        [
            {
                "ques": "At what time is your flight ________",
                "ans": [
                    [
                        "?"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "May I come in ________",
                "ans": [
                    [
                        "?"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Cheenu is thin and tall ________",
                "ans": [
                    [
                        "."
                    ]
                ]
            }
        ]
    ],
    "intro": "v",
    "type": ""
};
			
					