﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the words with their synonyms.</b>",
    "intro": "v",
    "_title": "<b>Synonyms</b>",
    "_leftCol": [
        "little",
        "large",
        "powerful",
        "merry",
        "nice"
    ],
    "_rightCol": [
        "good",
        "fierce",
        "happy",
        "big",
        "small"
    ],
    "_colHead": [
        "Column A",
        "Column B"
    ],
    "_answers": [
        [
            "5"
        ],
        [
            "4"
        ],
        [
            "2"
        ],
        [
            "3"
        ],
        [
            "1"
        ]
    ],
    "type": "MatchTheColumns"
};
					  		  
