Back to Freecodecamp

Task 148

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685804d2b6c1f98518fc2527.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: There's a closet there where we're keeping all cables and related accessories. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There's a BLANK there where we're keeping all cables and related BLANK.

--blanks--

closet

--feedback--

This is a small storage space, often with a door, used to keep things.


accessories

--feedback--

This word in the plural form refers to additional items that support or work with main equipment.

--explanation--

Closet is a small enclosed space used for storage. For example:

The office supplies are in the closet next to the printer. – This means it's a storage spot.

Accessories are extra items that help or enhance the use of main tools. For example:

The new computer came with several accessories, like a mouse and headphones. – These are helpful add-ons.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.18,
      "finishTimestamp": 47.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "There's a closet there where we're keeping all cables and related accessories.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}