Back to Freecodecamp

Task 136

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

latest1.7 KB
Original Source
<!-- (Audio) James: Got it. And what about the new keyboards? I heard we received a shipment last week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Got it. And what about the new BLANK? I heard we received a BLANK last week.

--blanks--

keyboards

--feedback--

This noun in the plural form means the devices used for typing on a computer.


shipment

--feedback--

This word means a delivery of goods or products.

--explanation--

Keyboards are hardware devices used to input text and commands into a computer. For example:

The office ordered new keyboards for every desk. – This means each desk is getting one hardware device.

Shipment refers to a group of goods sent from one place to another. For example:

We received a shipment of laptops yesterday. – This means the laptops were delivered recently.

--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": 18.36,
      "finishTimestamp": 22.44
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Got it. And what about the new keyboards? I heard we received a shipment last week.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}