// JavaScript Document


var data = {
    "_rubric": "<b>Type &#x2018;T&#x2019; for true or &#x2018;F&#x2019; for false.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "We can exchange a 50-rupee note for five 10-rupee notes. &emsp; _____ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We can exchange a 100-rupee note for ten 20-rupee notes. _____ ",
                "ans": [
                    [
                        "F"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We can exchange a 20-rupee note for ten 2-rupee coins.  &emsp; _____ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We can exchange a 50-rupee note for five 5-rupee notes.  &emsp; _____ ",
                "ans": [
                    [
                        "F"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We can exchange a 500-rupee note for five 100-rupee notes. &emsp; _____ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ]
    ]
};
			
			