// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>Conjunctions</b>",
    "rubric": "<b>Drag the correct conjunction and fill in the blank.</b>",
    "optionArr": [
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ],
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ],
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ],
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ],
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ],
        [
            "because",
            "Since",
            "unless",
            "until",
            "yet",
            "Although"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "My grandfather is seventy-two, ___________ he plays football regularly.",
                "ans": [
                    "op4"
                ]
            }
        ],
        [
            {
                "ques": "__________ my mother was not well, she cooked for my birthday party.",
                "ans": [
                    "op5"
                ]
            }
        ],
        [
            {
                "ques": "The circus will not begin __________ all the performers are dressed in their costumes.",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "__________ it was raining heavily, we decided to play indoor games.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "I will not be able to buy the book __________ I get my pocket money.",
                "ans": [
                    "op2"
                ]
            }
        ],
        [
            {
                "ques": "Anwar could not play the match __________ he had hurt his foot.",
                "ans": [
                    "op0"
                ]
            }
        ]
    ]
};

