// JavaScript Document


var data = {
    "title": "<b>Words that sound same</b>",
    "rubric": "<b>Click and place the days of the week in order.</b>",
    "_ColumnHeads": [
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7"
    ],
    "optionArr": [
        [
            "Monday",
            "Friday",
            "Wednesday",
            "Tuesday",
            "Thursday",
            "Sunday",
            "Saturday"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "________",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op6"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op5"
                ]
            }
        ]
    ],
    "intro": "",
    "type": "ClickNPlace_Text-On-Image"
};
			
			

//=================================================================			 
