// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "Type the number which comes just before the given number."
        ],
        [
            "Type the number which comes just after the given number."
        ],
        [
            "Type the number which comes in between the given numbers."
        ],
        [
            "Type the number which comes in between the given numbers."
        ],
        [
            "Type the number which comes just after the given number."
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": " ________ * 5",
                "ans": [
                    [
                        "4"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "9 * ________ ",
                "ans": [
                    [
                        "10"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "7 * ________ * 9",
                "ans": [
                    [
                        "8"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "14 * ________ * 16",
                "ans": [
                    [
                        "15"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "19 * ________ ",
                "ans": [
                    [
                        "20"
                    ]
                ]
            }
        ]
    ]
};
			
			
