Back to Freecodecamp

Task 144

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6857c277067ca8633be2a454.md

latest1.6 KB
Original Source
<!-- (Audio) James: Perfect, thanks! Lastly, I need some ethernet cables. Any idea where those ended up? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James looking for?

--answers--

A new computer monitor.

--feedback--

James doesn't mention a monitor here.


A phone charger.

--feedback--

He doesn't mention needing a charger.


Ethernet cables.


Instructions for software installation.

--feedback--

James isn't asking about software or instructions.

--video-solution--

3

--explanation--

James says, Lastly, I need some Ethernet cables, showing that this is the final item he's looking for.

He also asks where they ended up, meaning he's trying to locate them.

--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": 31.16,
      "finishTimestamp": 36.86
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.7,
      "dialogue": {
        "text": "Perfect. Thanks. Lastly, I need some Ethernet cables. Any idea where those ended up?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}