// JavaScript Document

var data = {
    "_rubric": "<b>Click and place the words in the correct box.</b>",
    "title": "<b>Special and common names</b>",
    "_ColumnHeads": [
        "common names",
        "special names"
    ],
    "_optionArr": [
        "mouse",
        "lion",
        "forest",
        "Narnia",
        "Micky",
        "rabbit",
        "Roly"
    ],
    "_pos": [
        {
            "left": 250,
            "top": 230
        },
        {
            "left": 550,
            "top": 230
        }
    ],
    "childPos": [
        245,
        180,
        110,
        50
    ],
    "_AnsArr": [
        [
            1,
            2,
            0,
            5
        ],
        [
            3,
            4,
            6
        ]
    ],
    "type": "ClickAndPlace_Text_Column",
    "scalable": "",
    "intro": "g"
};
			
//===============================================================

