// JavaScript Document


var data = {
    "_rubric": "<b>What will come next in the given number pattern?</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            ""
        ],
        [
            ""
        ],
        [
            ""
        ],
        [
            ""
        ],
        [
            ""
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "3&#x02002;&#x02002; 6&#x02002;&#x02002; 9&#x02002;&#x02002; 12&#x02002;&#x02002;  ________ ",
                "ans": [
                    [
                        "15"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "5&#x02002;&#x02002; 10&#x02002;&#x02002; 15&#x02002;&#x02002; 20&#x02002;&#x02002; ________",
                "ans": [
                    [
                        "25"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "1&#x02002;&#x02002; 2&#x02002;&#x02002; 4&#x02002;&#x02002; 8&#x02002;&#x02002; ________",
                "ans": [
                    [
                        "16"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "5&#x02002;&#x02002; 10&#x02002;&#x02002; 20&#x02002;&#x02002; 40&#x02002;&#x02002; ________",
                "ans": [
                    [
                        "80"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "50&#x02002;&#x02002; 40&#x02002;&#x02002; 30&#x02002;&#x02002; 20&#x02002; ________",
                "ans": [
                    [
                        "10"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
