// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click on 'Y' for YES or 'N' for NO.</b>",
    "optionArr": [
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ]
    ],
    "quesArr": [
        {
            "ques": "Non-living things can feel changes around them."
        },
        {
            "ques": "Animals, plants, rocks, clouds and the Sun have been made by humans."
        },
        {
            "ques": "Clouds are non-living things."
        },
        {
            "ques": "Living things grow up to become adults."
        },
        {
            "ques": "Most plants make their own food with the help of air, water and sunlight."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>