// JavaScript Document

var data = {
    "_rubric": "<b>What do these animals breathe through? Drag and drop the options in the correct box.</b>",
    "_title": "<b>Word families</b>",
    "_questionArr": [
        [
            "*amoeba**fish**ant**whale**cockroach**paramecium**tadpole**human*"
        ]
    ],
    "_optionArr": [
        [
            "lungs",
            "gills",
            "spiracles",
            "body surface"
        ]
    ],
    "_AnsArr": [
        [
            [
                3,
                7
            ],
            [
                1,
                6
            ],
            [
                2,
                4
            ],
            [
                0,
                5
            ]
        ]
    ],
    "type": "DragDrop_Words-Column",
    "intro": "a"
};
			
