// JavaScript Document

var data = {
    "title": "<b>The pronoun reference</b>",
    "rubric": "Click on the words that the highlighted pronouns refer to.",
    "optionArr": [
        [
            "Suja",
            "Tina"
        ],
        [
            "Tim",
            "Parrot"
        ],
        [
            "Story",
            "Harsh"
        ],
        [
            "Rohan",
            "Neha"
        ],
        [
            "Classmates",
            "Jai"
        ],
        [
            "speaker",
            "listener"
        ],
        [
            "Speaker",
            "Rani"
        ]
    ],
    "quesArr": [
        {
            "ques": "Suja wanted to help Tina but <span style='color:red'>she</span> didn't want any help."
        },
        {
            "ques": "Tim kept a parrot in a cage. <span style='color:red'>It</span> felt miserable."
        },
        {
            "ques": "I enjoyed the story Harsh told me. <span style='color:red'>It</span> was very interesting."
        },
        {
            "ques": "Rohan called Neha, didn't <span style='color:red'>he</span>?"
        },
        {
            "ques": "Jai is one of my classmates. <span style='color:red'>He</span> is a helpful boy."
        },
        {
            "ques": "Can <span style='color:red'>you</span> please take Juhi home?"
        },
        {
            "ques": "<span style='color:red'>I</span> helped Rani to find the book."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        1,
        1,
        0
    ],
    "intro": "g",
    "type": "odd_one_out",
    "scalable": ""
};

var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>