// JavaScript Document


var data = {
    "_rubric": "<b>Type the number for the following number name.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Three lakh twenty-seven thousand one hundred seventy-two ___",
                "ans": [
                    [
                        "327172"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Ninety-five lakh three thousand seven hundred fifteen ___",
                "ans": [
                    [
                        "9503715"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Twenty-seven million three hundred thousand eight hundred eleven ___",
                "ans": [
                    [
                        "27300811"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Four million six hundred forty thousand eight ___",
                "ans": [
                    [
                        "4640008"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Nine crore fifty-eight lakh three thousand eleven ___",
                "ans": [
                    [
                        "95803011"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};