// JavaScript Document


var data = {
    "_rubric": "<div id='sp2'>Click and place the colours on the squares according to the question given below.</div>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "<img src='Assets/images/quesImg_1.png' />"
        ],
        [
            "<img src='Assets/images/quesImg_2.png' />"
        ],
        [
            "<img src='Assets/images/quesImg_3.png' />"
        ]
    ],
    "_quesArr": [
        {
            "rows": 6,
            "cols": 6,
            "colors": [
                "#00f",
                "#f00"
            ],
            "ans": [
                18,
                18
            ]
        },
        {
            "rows": 4,
            "cols": 4,
            "colors": [
                "#f00",
                "#0f0"
            ],
            "ans": [
                4,
                12
            ]
        },
        {
            "rows": 4,
            "cols": 4,
            "colors": [
                "#00f",
                "#f00",
                "#f90"
            ],
            "ans": [
                3,
                5,
                8
            ]
        }
    ],
    "boxSize": [
        315,
        215,
        215
    ],
    "showVidArr": [
        "Explaination_1",
        "Explaination_2",
        "Explaination_3"
    ],
    "showImgArr": [
        "explain.jpg"
    ]
};
			
			
