
// JavaScript Document

var data = {
    "title": "<b>Subject</b>",
    "rubric": "<b>Click and choose the subject in the given sentence.</b>",
    "quesArr": [
        {
            "ques": "<op>The villagers</op> <op>saved</op> <op>the</op> <op>banyan</op> <op>tree</op> <op>from</op> <op>the</op> <op>woodcutters</op>."
        },
        {
            "ques": "<op>A tiny grasshopper</op> <op>was</op> <op>moving</op> <op>on</op> <op>the</op> <op>leaf</op>."
        },
        {
            "ques": "<op>The Sun</op> <op>is</op> <op>shining</op> <op>brightly</op>."
        },
        {
            "ques": "<op>The women</op> <op>are</op> <op>weaving</op> <op>baskets</op>."
        },
        {
            "ques": "<op>These baskets</op> <op>are</op> <op>woven</op> <op>with</op> <op>bamboo</op>."
        }
    ],
    "Aarr": [
        0,
        0,
        0,
        0,
        0
    ],
    "Answer": [
        "The villagers",
        "A tiny grasshopper",
        "The Sun",
        "The women",
        "These baskets"
    ],
    "intro": "g",
    "type": "ClickableWords"
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>