// JavaScript Document


var data = {
    "_rubric": "<b>Type the correct forms of the words given in brackets.</b>",
    "_title": "<b>Adjectives: Degrees of Comparison</b>",
    "_optionArr": [
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "A little girl named Goldilocks went for a walk in a forest. She came upon a _______________ (beautiful) house. She knocked on the door, and when no one answered, she walked right in.",
                "ans": [
                    [
                        "beautiful"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "At the table in the kitchen, there were three bowls of porridge. The small bowl had ________________ (hot) porridge. The porridge in the medium bowl was ________________ (hot), and the porridge in the big bowl was the _______________ (hot). Goldilocks was feeling hungry. She ate the porridge from the big bowl.",
                "ans": [
                    [
                        "hot"
                    ],
                    [
                        "hotter"
                    ],
                    [
                        "hottest"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "She wanted to sit down and rest her feet. There were three chairs. The first chair was quite _________________ (high), the second was _________________ (high) than the first, and the third was the _________________ (high) chair of them all. So she settled down into the first chair to rest, but it broke into pieces! Goldilocks was very tired by this time, so she went upstairs to the bedroom.",
                "ans": [
                    [
                        "high"
                    ],
                    [
                        "higher"
                    ],
                    [
                        "highest"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "She lay down in the first bed. It was very _____________________ (comfortable). Then she lay in the second bed, which was ____________________ (comfortable). Then she lay down in the third bed and it was the ____________________  (comfortable) bed. Goldilocks fell asleep.",
                "ans": [
                    [
                        "comfortable"
                    ],
                    [
                        "more comfortable"
                    ],
                    [
                        "most comfortable"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
