// JavaScript Document


var data = {
    "_rubric": "<b>Type the correct answer.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "500 paise is equal to &#8377; ______.",
                "ans": [
                    [
                        "5"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The sum of &#8377; 520.25 and &#8377; 20 is &#8377; _______.",
                "ans": [
                    [
                        "540.25"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The sum of &#8377; 758 and &#8377; 50.50 is &#8377; _______.",
                "ans": [
                    [
                        "808.50"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The difference of &#8377; 480.20 and &#8377; 250 is &#8377; ______.",
                "ans": [
                    [
                        "230.20"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The difference of &#8377; 768.20 and &#8377;  500 is &#8377; ______.",
                "ans": [
                    [
                        "268.20"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If one table costs &#8377; 600, the cost of  8 tables is &#8377; _______.",
                "ans": [
                    [
                        "4800"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If 4 pencil boxes cost &#8377; 100, the cost of a pencil box is &#8377; ______.",
                "ans": [
                    [
                        "25"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If 9 pens cost &#8377; 36, then 4 pens will cost &#8377; ______.",
                "ans": [
                    [
                        "16"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "A dozen erasers cost &#8377; 60, so 1 eraser costs &#8377; _______.",
                "ans": [
                    [
                        "5"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If the cost of 4 oranges is &#8377; 20, then the cost of 1 orange is &#8377; ________.",
                "ans": [
                    [
                        "5"
                    ]
                ]
            }
        ]
    ]
};
			
			