// JavaScript Document


var data = {
    "title": "<b>Rhyming Words</b>",
    "intro": "v",
    "rubric": "<b>Click and choose the words that rhyme with the word &#x2018;pink&#x2019;.</b>",
    "optionArr": [
        [
            "wink",
            "clay",
            "hot",
            "blink",
            "eat",
            "drink"
        ]
    ],
    "quesArr": [
        {
            "ques": "pink"
        }
    ],
    "Aarr": [
        [
            0,
            3,
            5
        ]
    ],
    "type": "odd_one_out_(multiSelect)"
};
			
			
