﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the following.</b>",
    "intro": "v",
    "_title": "<b>Sentences</b>",
    "_leftCol": [
        "dog",
        "sheep",
        "rabbit",
        "pigeon",
        "horse"
    ],
    "_rightCol": [
        "hutch",
        "stable",
        "kennel",
        "pen",
        "nest"
    ],
    "_colHead": [
        "Animal",
        "Home"
    ],
    "_answers": [
        [
            "3"
        ],
        [
            "4"
        ],
        [
            "1"
        ],
        [
            "5"
        ],
        [
            "2"
        ]
    ],
    "type": "MatchTheColumns"
};
					  		  
