Back to Freecodecamp

Task 152

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68580a7e0ed3100c289dc994.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James mean by That's a bit of a trek?

--answers--

He's excited about getting new equipment.

--feedback--

He's not showing excitement, but commenting on the distance.


He thinks Sarah should go instead.

--feedback--

James doesn't suggest that Sarah should go.


He feels the location is a little far or inconvenient.


He's worried the equipment is missing.

--feedback--

He already knows where it is and thanks Sarah for her help.

--video-solution--

3

--explanation--

That's a bit of a trek is a casual way to say that something is far away or a little inconvenient to reach.

James is commenting on the effort needed to get to the location.

--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
    }
  ]
}