// JavaScript Document


var data = {
    "_rubric": "<b>Type the factors of the given number and then click on the check button.</b>",
    "_title": "<b>-ing Words</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "9<br> _____ , _____ , _____",
                "ans": [
                    [
                        "1"
                    ],
                    [
                        "3"
                    ],
                    [
                        "9"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "15<br> _____ , _____ , _____ , _____ ",
                "ans": [
                    [
                        "1"
                    ],
                    [
                        "3"
                    ],
                    [
                        "5"
                    ],
                    [
                        "15"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "21<br> _____ , _____ , _____ , _____ ",
                "ans": [
                    [
                        "1"
                    ],
                    [
                        "3"
                    ],
                    [
                        "7"
                    ],
                    [
                        "21"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "13<br> _____ , _____ ",
                "ans": [
                    [
                        "1"
                    ],
                    [
                        "13"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "30<br> ____ , ____ , ____ , ____ , ____ , ____ , ____ , ____ ",
                "ans": [
                    [
                        "1"
                    ],
                    [
                        "2"
                    ],
                    [
                        "3"
                    ],
                    [
                        "5"
                    ],
                    [
                        "6"
                    ],
                    [
                        "10"
                    ],
                    [
                        "15"
                    ],
                    [
                        "30"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
