﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the numbers with their number names.</b>",
    "_title": "<b>What's my opposite?</b>",
    "_leftCol": [
        "748",
        "620",
        "312",
        "908",
        "809"
    ],
    "_rightCol": [
        "Nine hundred eight",
        "Eight hundred nine",
        "Seven hundred forty-eight",
        "Six hundred twenty",
        "Three hundred twelve"
    ],
    "_colHead": [],
    "_answers": [
        [
            "3"
        ],
        [
            "4"
        ],
        [
            "5"
        ],
        [
            "1"
        ],
        [
            "2"
        ]
    ],
    "type": "MatchTheColumns",
    "intro": "a"
};
					  		  
