// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the correct word from the box to complete each sentence.</b>",
    "optionArr": [
        [
            "fractions",
            "papyrus",
            "mummies",
            "silk",
            "ziggurats"
        ],
        [
            "fractions",
            "papyrus",
            "mummies",
            "silk",
            "ziggurats"
        ],
        [
            "fractions",
            "papyrus",
            "mummies",
            "silk",
            "ziggurats"
        ],
        [
            "fractions",
            "papyrus",
            "mummies",
            "silk",
            "ziggurats"
        ],
        [
            "fractions",
            "papyrus",
            "mummies",
            "silk",
            "ziggurats"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "The Chinese were the first &#x00A0;to produce  ____________ .",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "The Egyptians knew about  ____________ .",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "Preserved dead bodies of the Egyptian kings were called  ____________ .",
                "ans": [
                    "op2"
                ]
            }
        ],
        [
            {
                "ques": "The word 'paper' comes from  ____________ .",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Mesopotamian buildings for gods were called  ____________ .",
                "ans": [
                    "op4"
                ]
            }
        ]
    ]
};

