﻿// Edit Zone 
var data = {
    "_rubric": "<b>Match the following to make complete sentences.</b>",
    "intro": "g",
    "_title": "<b>Sentences</b>",
    "_leftCol": [
        "Raja has a new ",
        "We will go for a ",
        "Seema sang",
        "Tara and Amit",
        "Rahul is"
    ],
    "_rightCol": [
        "are my friends.",
        "a doctor.",
        "bicycle.",
        "picnic.",
        "a song."
    ],
    "_colHead": [
        "Column A",
        "Column B"
    ],
    "_answers": [
        [
            "3"
        ],
        [
            "4"
        ],
        [
            "5"
        ],
        [
            "1"
        ],
        [
            "2"
        ]
    ],
    "type": "MatchTheColumns"
};