﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the following.</b>",
    "intro": "",
    "_title": "<b>Sentences</b>",
    "_leftCol": [
        "Teacher's Day",
        "Children's Day",
        "Navroze",
        "Bharatanatyam",
        "Garba"
    ],
    "_rightCol": [
        "21 March",
        "folk dance",
        "5 September",
        "14 November",
        "classical dance"
    ],
    "_colHead": [
        "Column A",
        "Column B"
    ],
    "_answers": [
        [
            "3"
        ],
        [
            "4"
        ],
        [
            "1"
        ],
        [
            "5"
        ],
        [
            "2"
        ]
    ],
    "type": "MatchTheColumns"
};
					  		  
