// JavaScript Document


var data = {
    "_rubric": "<b>Type the answer.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Half of 12 balls  = ________ balls ",
                "ans": [
                    [
                        "6"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One-third of 9 mangoes = ________ mangoes ",
                "ans": [
                    [
                        "3"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One-fourth of 8 potatoes = ______ potatoes ",
                "ans": [
                    [
                        "2"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One-fifth of 10 pencils = ______ pencils ",
                "ans": [
                    [
                        "2"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One-third of 15 birds = _______ birds ",
                "ans": [
                    [
                        "5"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Two-thirds of 15 balloons = ______ balloons ",
                "ans": [
                    [
                        "10"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Three-fourths of 8 notebooks = ______ notebooks ",
                "ans": [
                    [
                        "6"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One-fifth of 25 school bags = ______ school bags ",
                "ans": [
                    [
                        "5"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Three-sevenths of 7 candies = ______ candies ",
                "ans": [
                    [
                        "3"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Seven-eighths of 16 apples = ______ apples ",
                "ans": [
                    [
                        "14"
                    ]
                ]
            }
        ]
    ]
};
			
			