// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Add the numbers and show the answer on the abacus by clicking on the beads.</b>",
    "optionArr": [
        [
            "421 + 346"
        ],
        [
            "621 + 245"
        ],
        [
            "250 + 426 + 211"
        ]
    ],
    "AnsArr": [
        [
            "767"
        ],
        [
            "866"
        ],
        [
            "887"
        ]
    ],
    "quesImg": [
        "boxBg.png",
        "distribute.gif"
    ],
    "showVidArr": [
        "show_1",
        "show_2",
        "show_3"
    ],
    "showImgArr": [
        "solve.jpg"
    ]
};

