// JavaScript Document


var data = {
    "_rubric": "<b>Type the decimal for the following decimal expansion.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "30 + 4 + 0.1 + 0.02 + 0.007 = ___",
                "ans": [
                    [
                        "34.127"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "200 + 4 + 0.07 + 0.001 = ___",
                "ans": [
                    [
                        "204.071"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "7 + 0.5 + 0.004 = ___",
                "ans": [
                    [
                        "7.504"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "40 + 0.3 + 0.005 = ___",
                "ans": [
                    [
                        "40.305"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "0 + 0.7 + 0.08 + 0.001 = ___",
                "ans": [
                    [
                        "0.781"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
