Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68455e49367c76af243ca019.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: I agree. That's a convenient spot for everyone. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I agree. That's a BLANK BLANK for everyone.

--blanks--

convenient

--feedback--

This word means easy to use or helpful in a situation.


spot

--feedback--

This word means a particular place or location.

--explanation--

Convenient means something is easy and practical. For example:

The printer is in a convenient location near the desks. – It means people can use it easily.

Spot refers to a place or position. For example:

We found a quiet spot to work. – This means a specific area or location.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 72.66,
      "finishTimestamp": 75.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "I agree. That's a convenient spot for everyone.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}