Back to Freecodecamp

Task 151

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6858097e4f5e4009bba8d72b.md

latest1.3 KB
Original Source
<!-- (Audio) James: That's a bit of a trek! Thanks for helping me, Sarah! -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a bit of a BLANK! Thanks for helping me, Sarah!

--blanks--

trek

--feedback--

This word means a long or difficult walk or journey.

--explanation--

Trek means a journey that takes effort, often over a long distance. For example:

Walking to the other building every day is a real trek. – This means it's tiring or far.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1,
      "startTimestamp": 48.2,
      "finishTimestamp": 51.3
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "That's a bit of a trek. Thanks for helping me, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}