// Edit Zone 
var data = {
    "_rubric": "<b>Match the opposites by clicking on the correct pairs.</b>",
    "_title": "<b>What's my opposite?</b>",
    "_leftCol": [
        "fat",
        "sad",
        "big",
        "cold",
        "short",
        "dirty",
        "slow",
        "hard"
    ],
    "_rightCol": [
        "soft",
        "hot",
        "tall",
        "happy",
        "clean",
        "thin",
        "small",
        "fast"
    ],
    "_colHead": [],
    "_answers": [
        [
            "6"
        ],
        [
            "4"
        ],
        [
            "7"
        ],
        [
            "2"
        ],
        [
            "3"
        ],
        [
            "5"
        ],
        [
            "8"
        ],
        [
            "1"
        ]
    ],
    "intro": "v",
    "type": "MatchTheColumns",
    "scalable": ""
};
					  		  
