﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the following.</b>",
    "_title": "<b>What's my opposite?</b>",
    "_leftCol": [
        "summer",
        "spring",
        "autumn",
        "monsoon",
        "winter"
    ],
    "_rightCol": [
        "The weather is cold during these months.",
        "It rains on most of the days.",
        "The weather is mostly hot.",
        "Many flowers bloom during this time of the year.",
        "Most trees shed their leaves."
    ],
    "_colHead": [],
    "_answers": [
        [
            "3"
        ],
        [
            "4"
        ],
        [
            "5"
        ],
        [
            "2"
        ],
        [
            "1"
        ]
    ],
    "type": "MatchTheColumns",
    "intro": "a"
};
					  		  
