Back to Freecodecamp

Task 143

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

latest2.1 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. Thanks! BLANK, I need some BLANK. Any idea where those BLANK?

--blanks--

Lastly

--feedback--

This word is used to introduce the final item or point. The first letter is capitalized.


Ethernet cables

--feedback--

This two-word phrase means wires used to connect devices to the internet or a local network. The first letter of the first word is capitalized.


ended up

--feedback--

This two-word phrase means where something eventually was placed or found. The first word ends with -ed.

--explanation--

Lastly introduces the final item or point. For example:

Lastly, please remember to lock the door. – This shows it's the final instruction.

Ethernet cables are wires used to connect computers and other devices to a network. For example:

We need more Ethernet cables for the new desks. – This means more network cables are needed.

Ended up means where someone or something finally was. For example:

The documents ended up on my desk. – This means that's where they were eventually found.

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