// JavaScript Document


var data = {
    "_rubric": "<b>Which part can be used to grow the following plant?</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "sugarcane _____________ ",
                "ans": [
                    [
                        "stem"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "ginger _____________ ",
                "ans": [
                    [
                        "eyes"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "potato _____________ ",
                "ans": [
                    [
                        "eyes"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "sweet potato _____________ ",
                "ans": [
                    [
                        "roots"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "bryophyllum _____________ ",
                "ans": [
                    [
                        "leaf"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": ""
};
			
			
