// JavaScript Document
var data = {
    "title": "<b></b>",
    "rubric": "<b>What am I? Drag and drop the correct option.</b>",
    "optionArr": [
        [
            "air",
            "molecules",
            "steam",
            "sugar",
            "rubber ball"
        ],
        [
            "air",
            "molecules",
            "steam",
            "sugar",
            "rubber ball"
        ],
        [
            "air",
            "molecules",
            "steam",
            "sugar",
            "rubber ball"
        ],
        [
            "air",
            "molecules",
            "steam",
            "sugar",
            "rubber ball"
        ],
        [
            "air",
            "molecules",
            "steam",
            "sugar",
            "rubber ball"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "I am a solid, but my shape can be changed on pressing. ___________",
                "ans": [
                    "op4"
                ]
            }
        ],
        [
            {
                "ques": "I am a gas. I change to water on cooling. ___________",
                "ans": [
                    "op2"
                ]
            }
        ],
        [
            {
                "ques": "I occur as a solid and easily dissolve in water. ___________",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "I am tiny, but in large numbers I can form matter. ___________",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "I am a mixture of gases. I cannot be seen. ____________",
                "ans": [
                    "op0"
                ]
            }
        ]
    ]
};

