// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank with the correct word from the box.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        [
            "melt",
            "interchangeable",
            "solvent",
            "solution",
            "Molecules"
        ],
        [
            "melt",
            "interchangeable",
            "solvent",
            "solution",
            "Molecules"
        ],
        [
            "melt",
            "interchangeable",
            "solvent",
            "solution",
            "Molecules"
        ],
        [
            "melt",
            "interchangeable",
            "solvent",
            "solution",
            "Molecules"
        ],
        [
            "melt",
            "interchangeable",
            "solvent",
            "solution",
            "Molecules"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "A liquid in which a solute dissolves is called a _______________.",
                "ans": [
                    [
                        "solvent"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "If we burn a wax candle, it would _______________.",
                "ans": [
                    [
                        "melt"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "States of matter are _______________.",
                "ans": [
                    [
                        "interchangeable"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "The solute and the solvent together form a _______________.",
                "ans": [
                    [
                        "solution"
                    ]
                ]
            }
        ],
        [
            {
                "ques": " _______________ cannot be seen with the naked eye.",
                "ans": [
                    [
                        "Molecules"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
