// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and place the correct signs in the grey boxes to complete the table.</b>",
    "optionArr": [
        [
            "&#x0002B;",
            "&#x02212;"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "7 __ 7 = 14 __ BLANK __ BLANK __ 5 __ 2 = 3 = BLANK = BLANK = 12 __ 5 = 17",
                "ans": [
                    [
                        "op0"
                    ],
                    [
                        "op0"
                    ],
                    [
                        "op1"
                    ],
                    [
                        "op0"
                    ],
                    [
                        "op1"
                    ],
                    [
                        "op0"
                    ]
                ]
            }
        ]
    ],
    "showVidArr": [],
    "showImgArr": [
        "bread.jpg"
    ]
};
			
			

//=================================================================			 
