// JavaScript Document


var data = {
    "_rubric": "<b>Complete the following table.</b>",
    "_title": "<b>Vocabulary Building</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesHead": [
        "Cost Price",
        "Selling Price",
        "Profit"
    ],
    "_quesArr": [
        [
            {
                "ques": " &#x20B9; 400 * &#x20B9; 600 * ________ ",
                "ans": [
                    [
                        "200"
                    ]
                ]
            },
            {
                "ques": " ________ * &#x20B9; 800 *&#x20B9; 100 ",
                "ans": [
                    [
                        "700"
                    ]
                ]
            },
            {
                "ques": " &#x20B9; 300 * &#x20B9; 600 * ________ ",
                "ans": [
                    [
                        "300"
                    ]
                ]
            },
            {
                "ques": " &#x20B9; 900 *  ________ * &#x20B9; 1400 ",
                "ans": [
                    [
                        "2300"
                    ]
                ]
            },
            {
                "ques": " ________ * &#x20B9; 900 * &#x20B9; 350 ",
                "ans": [
                    [
                        "550"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
