
// JavaScript Document

var data = {
    "title": "<b>Predicate</b>",
    "rubric": "<b>Click and choose the predicate in the given sentence.</b>",
    "quesArr": [
        {
            "ques": "<op>The</op> <op>Moon</op> <op>is hidden by the clouds</op>."
        },
        {
            "ques": "<op>The</op> <op>night</op> <op>sky</op> <op>is dark</op>."
        },
        {
            "ques": "<op>Jupiter</op> <op>is the biggest planet in the solar system</op>."
        },
        {
            "ques": "<op>The</op> <op>tiger</op> <op>is an endangered animal</op>."
        },
        {
            "ques": "<op>The</op> <op>animals</op> <op>in</op> <op>this</op> <op>zoo</op> <op>look healthy and happy</op>."
        }
    ],
    "Aarr": [
        [
            2
        ],
        [
            3
        ],
        [
            1
        ],
        [
            2
        ],
        [
            5
        ]
    ],
    "intro": "",
    "type": "ClickableWords"
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>