// JavaScript Document

var data = {
    "_rubric": "<b>Read the words. Click and place them in the correct column.</b>",
    "_title": "<b>Group Words</b>",
    "_ColumnHeads": [
        "vegetables",
        "flowers",
        "fruits",
        "clothes"
    ],
    "optionTyep": "text",
    "_optionArr": [
        "potato",
        "rose",
        "pansy",
        "frock",
        "mango",
        "shirt",
        "cauliflower",
        "guava",
        "tomato",
        "onion",
        "apple",
        "kurta",
        "lily",
        "cherries",
        "pyjama",
        "marigold"
    ],
    "_pos": [
        {
            "left": 500,
            "top": 130
        },
        {
            "left": 800,
            "top": 130
        },
        {
            "left": 550,
            "top": 130
        },
        {
            "left": 550,
            "top": 130
        }
    ],
    "childPos": [
        200,
        150,
        100,
        50
    ],
    "_AnsArr": [
        [
            0,
            6,
            8,
            9
        ],
        [
            1,
            2,
            12,
            15
        ],
        [
            4,
            7,
            10,
            13
        ],
        [
            3,
            5,
            11,
            14
        ]
    ],
    "type": "ClickNPlace_Image-Column",
    "intro": "v"
};
			
//===============================================================

