// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click the beads on the spikes to represent increase and decrease in the number using abacus.</b>",
    "optionArr": [
        [
            "Increase 3421 by 1000"
        ],
        [
            "Decrease 3421 by 1"
        ],
        [
            "Make the number 300 more than 3421 and the number 1 less than 3421."
        ]
    ],
    "AnsArr": [
        [
            "4421"
        ],
        [
            "3420"
        ],
        [
            "3720"
        ]
    ],
    "quesImg": [
        "boxBg.png",
        "distribute.gif"
    ],
    "showVidArr": [
        "show_1",
        "show_2",
        "show_3"
    ],
    "showImgArr": [
        "solve.jpg"
    ]
};

