// JavaScript Document


var data = {
    "_rubric": "<b>Type the missing number.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "570 x ____ = 570",
                "ans": [
                    [
                        "1"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "4 x ____ x 5 = 0",
                "ans": [
                    [
                        "0"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "325 x 3 = _____",
                "ans": [
                    [
                        "975"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "44 x ______ = 880",
                "ans": [
                    [
                        "20"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "______ x 60 = 3000",
                "ans": [
                    [
                        "50"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
