// JavaScript Document


var data = {
    "_rubric": "<b>Type 'T' for true or 'F' for false.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "A gram is used to measure light weights. __________ ",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A kilogram is used to measure heavier weights. __________ ",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A millilitre is a standard unit of capacity. __________ ",
                "ans": [
                    [
                        "T",
                        "t"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One bucket of water is about 2 mL. __________ ",
                "ans": [
                    [
                        "F",
                        "f"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A water tank can hold about a litre water. __________ ",
                "ans": [
                    [
                        "F",
                        "f"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
