// JavaScript Document

var data = {
    "title": "<b>Verbs: Action Words</b>",
    "rubric": "Click on the correct words to fill in the blanks.",
    "optionArr": [
        [
            "shines",
            "shine"
        ],
        [
            "read",
            "reads"
        ],
        [
            "plays",
            "play"
        ],
        [
            "rise",
            "rises"
        ],
        [
            "dance",
            "dances"
        ],
        [
            "clean",
            "cleans"
        ]
    ],
    "quesArr": [
        {
            "ques": "The moon <input class='txtformat' id='txtF' readonly></input> at night."
        },
        {
            "ques": "Fatima <input class='txtformat' id='txtF' readonly></input> storybooks."
        },
        {
            "ques": "Raja <input class='txtformat' id='txtF' readonly></input> in the park."
        },
        {
            "ques": "The sun <input class='txtformat' id='txtF' readonly></input> in the morning."
        },
        {
            "ques": "My friend <input class='txtformat' id='txtF' readonly></input> well."
        },
        {
            "ques": "I <input class='txtformat' id='txtF' readonly></input> my room myself."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        1,
        0
    ],
    "intro": "g",
    "type": "odd_one_out",
    "scalable": ""
};

var blankSize = [180, 180, 180, 180, 180,180];

//<input class='txtformat' id='txtF' readonly></input>