// JavaScript Document


var data = {
    "_rubric": "<b>Type goats, goat's or goats' to complete the sentences.</b>",
    "_title": "<b>Goats, Goat's or Goats'</b>",
    "_optionArr": [
        [
            "goats",
            "goat's",
            "goats'"
        ],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "There are many mountains near Heidi's house. Several _____________ are on this mountain. This ________________ horn is crooked. That _____________ face is dirty. Those ___________________ are fighting over a banana peel. Oh look! That _____________ foot is stuck in a pail. All the other _____________ are shaking their heads. The ___________ bells are ringing.",
                "ans": [
                    [
                        "goats"
                    ],
                    [
                        "goat's"
                    ],
                    [
                        "goat's"
                    ],
                    [
                        "goats"
                    ],
                    [
                        "goat's"
                    ],
                    [
                        "goats"
                    ],
                    [
                        "goats'"
                    ]
                ]
            }
        ]
    ],
    "type": "TypingAllOnce",
    "scalable": "",
    "intro": "g"
};
			
			
