// JavaScript Document


var data = {
    "_rubric": "<b>Rearrange the words to make a sentence. Remember to begin with a capital letter and put a full stop in the end.</b>",
    "_title": "<b>Sentences</b>",
    "_optionArr": [
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "colourful kite a has Tina<br> __________________",
                "ans": [
                    [
                        "Tina has a colourful kite."
                    ]
                ]
            }
        ],
        [
            {
                "ques": "fish the swimming is the in sea<br> ___________________",
                "ans": [
                    [
                        "The fish is swimming in the sea."
                    ]
                ]
            }
        ],
        [
            {
                "ques": "a red frock Sara wearing is<br> ___________________",
                "ans": [
                    [
                        "Sara is wearing a red frock."
                    ]
                ]
            }
        ],
        [
            {
                "ques": "is that big tree very<br> ___________________",
                "ans": [
                    [
                        "That tree is very big."
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
