// JavaScript Document


var data = {
    "_rubric": "<b>Rearrange the words in correct order to make a sentence.</b>",
    "_title": "<b>Sentences</b>",
    "_optionArr": [
        [
            "snores &emsp; loudly &emsp; grandfather &emsp; my"
        ],
        [
            "carries &emsp; in &emsp; his &emsp; chocolates &emsp; Anurag &emsp; pockets"
        ],
        [
            "with &emsp;the &emsp; cake &emsp; ran &emsp; a &emsp; cat &emsp; away"
        ],
        [
            "&emsp; cooked &emsp; Tina &emsp; pasta &emsp; delicious"
        ],
        [
            "hiding &emsp; the chair &emsp; a puppy &emsp; under &emsp; is"
        ]
    ],
    "_imgArr": [
        "img0.png",
        "img1.png",
        "img2.png",
        "img3.png",
        "img4.png"
    ],
    "_quesArr": [
        [
            {
                "ques": " _____________________________________ ",
                "ans": [
                    [
                        "My grandfather snores loudly."
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _____________________________________ ",
                "ans": [
                    [
                        "Anurag carries chocolates in his pockets."
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _____________________________________ ",
                "ans": [
                    [
                        "A cat ran away with the cake."
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _____________________________________ ",
                "ans": [
                    [
                        "Tina cooked delicious pasta."
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _____________________________________ ",
                "ans": [
                    [
                        "A puppy is hiding under the chair."
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
