// JavaScript Document


var data = {
    "_rubric": "<b>Type the following as decimal number.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "five and seven hundredths ___________",
                "ans": [
                    [
                        "5.07"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "twenty-nine and thirty-four hundredths ___________",
                "ans": [
                    [
                        "29.34"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "seven point zero five eight ___________",
                "ans": [
                    [
                        "7.058"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "two and nine thousandths ___________",
                "ans": [
                    [
                        "2.009"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "eight hundredths ___________",
                "ans": [
                    [
                        "0.08"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
