// Edit Zone 
var data = {
    "_rubric": "<b>Match the given words to their correct meanings.</b>",
    "_title": "<b></b>",
    "_leftCol": [
        "whiskers",
        "antlers",
        "costume",
        "furry"
    ],
    "_rightCol": [
        "covered with fur",
        "one of the long, stiff hairs that sticks out of a cat's mouth",
        "dress worn by people belonging to a particular place.",
        "horns that grow on the head of a male deer."
    ],
    "_colHead": [],
    "_answers": [
        [
            "2"
        ],
        [
            "4"
        ],
        [
            "3"
        ],
        [
            "1"
        ]
    ],
    "intro": ""
};
					  		  
