// JavaScript Document


var data = {
    "_rubric": "<b>Type the number for the following number name.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Seven hundred six __________",
                "ans": [
                    [
                        "706"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Five hundred eight __________",
                "ans": [
                    [
                        "508"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Nine hundred sixty-nine __________",
                "ans": [
                    [
                        "969"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "One hundred thirty-eight __________",
                "ans": [
                    [
                        "138"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Seven hundred fifty-seven __________",
                "ans": [
                    [
                        "757"
                    ]
                ]
            }
        ]
    ]
};
			
			