> ## Content Index
> Fetch the complete content index at: https://learn-with-alicia.ghost.io/llms.txt
> Use this file to discover other available public pages before exploring further.

# The Noun Hunt.
- URL: https://learn-with-alicia.ghost.io/the-noun-hunt/
- Published: 2026-08-10T13:07:49.000Z
- Updated: 2026-08-20T16:57:07.000Z
- Description: People, animals, places and things are hiding in fifteen little sentences. Can you find every noun?
- Author: Alicia  Lund
- Tags: vocabulary-mission, grammar-1-3, #ep-grammar-start

```
{
  "finish": "Noun Hunt complete! You found people, animals, places and things hiding in all fifteen sentences.",
  "steps": [
    {
      "word": "Find the noun",
      "say": "The cat is sleeping.",
      "question": "Which word names an animal?",
      "card": "The cat is sleeping.",
      "choices": ["the", "cat", "sleeping"],
      "answer": 1,
      "good": "Correct! Cat is a noun because it names an animal.",
      "help": "Which word tells us what animal is sleeping?"
    },
    {
      "word": "Find the noun",
      "say": "Amina is laughing.",
      "question": "Which word names a person?",
      "card": "Amina is laughing.",
      "choices": ["laughing", "is", "Amina"],
      "answer": 2,
      "good": "Yes! Amina is a noun because it names a person.",
      "help": "Who is laughing?"
    },
    {
      "word": "Find the noun",
      "say": "The ball rolled away.",
      "question": "Which word names a thing?",
      "card": "The ball rolled away.",
      "choices": ["ball", "rolled", "away"],
      "answer": 0,
      "good": "Well done! Ball is a noun because it names a thing.",
      "help": "What rolled away?"
    },
    {
      "word": "Find the noun",
      "say": "We walked to school.",
      "question": "Which word names a place?",
      "card": "We walked to school.",
      "choices": ["walked", "school", "we"],
      "answer": 1,
      "good": "Correct! School is a noun because it names a place.",
      "help": "Where did they walk?"
    },
    {
      "word": "Find the noun",
      "say": "The bird sang loudly.",
      "question": "Which word names an animal?",
      "card": "The bird sang loudly.",
      "choices": ["sang", "loudly", "bird"],
      "answer": 2,
      "good": "Exactly! Bird is an animal noun.",
      "help": "What animal was singing?"
    },
    {
      "word": "Find the noun",
      "say": "Father opened the window.",
      "question": "Which word names a person?",
      "card": "Father opened the window.",
      "choices": ["Father", "opened", "the"],
      "answer": 0,
      "good": "Correct! Father is a noun because it names a person.",
      "help": "Who opened something?"
    },
    {
      "word": "Find the noun",
      "say": "The book is on the table.",
      "question": "Which word names something we can read?",
      "card": "The book is on the table.",
      "choices": ["on", "book", "is"],
      "answer": 1,
      "good": "Yes! Book is a noun naming a thing.",
      "help": "Which object can contain stories?"
    },
    {
      "word": "Find the noun",
      "say": "Musa ran through the garden.",
      "question": "Which word names a place?",
      "card": "Musa ran through the garden.",
      "choices": ["ran", "through", "garden"],
      "answer": 2,
      "good": "Wonderful! Garden is a noun naming a place.",
      "help": "Where did Musa run?"
    },
    {
      "word": "Find the noun",
      "say": "The baby dropped her spoon.",
      "question": "Which word names a person?",
      "card": "The baby dropped her spoon.",
      "choices": ["baby", "dropped", "her"],
      "answer": 0,
      "good": "Correct! Baby is a noun naming a person.",
      "help": "Who dropped something?"
    },
    {
      "word": "Find the noun",
      "say": "A frog jumped into the pond.",
      "question": "Which word names the animal?",
      "card": "A frog jumped into the pond.",
      "choices": ["jumped", "frog", "into"],
      "answer": 1,
      "good": "Correct! Frog is a noun naming an animal.",
      "help": "What animal jumped?"
    },
    {
      "word": "Find the noun",
      "say": "Leila carried a basket.",
      "question": "Which word names the thing Leila carried?",
      "card": "Leila carried a basket.",
      "choices": ["basket", "carried", "a"],
      "answer": 0,
      "good": "Excellent! Basket is a noun naming a thing.",
      "help": "What did Leila carry?"
    },
    {
      "word": "Find the noun",
      "say": "The children played in the park.",
      "question": "Which word names a place?",
      "card": "The children played in the park.",
      "choices": ["played", "children", "park"],
      "answer": 2,
      "good": "Correct! Park is a noun naming a place.",
      "help": "Where did the children play?"
    },
    {
      "word": "Find the noun",
      "say": "My teacher drew a star.",
      "question": "Which word names a person?",
      "card": "My teacher drew a star.",
      "choices": ["drew", "teacher", "my"],
      "answer": 1,
      "good": "Yes! Teacher is a noun naming a person.",
      "help": "Who drew the star?"
    },
    {
      "word": "Find the noun",
      "say": "The bus stopped beside us.",
      "question": "Which word names a vehicle?",
      "card": "The bus stopped beside us.",
      "choices": ["bus", "stopped", "beside"],
      "answer": 0,
      "good": "Correct! Bus is a noun naming a thing.",
      "help": "Which word names something people travel in?"
    },
    {
      "word": "Noun master",
      "say": "Whiskers carried the map into the kitchen.",
      "question": "Which word names a place?",
      "card": "Whiskers carried the map into the kitchen.",
      "choices": ["carried", "map", "kitchen"],
      "answer": 2,
      "good": "Brilliant! Kitchen is a noun naming a place. You completed the Noun Hunt!",
      "help": "Where did Whiskers carry the map?"
    }
  ]
}
```