Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684954a31635128823c18f47.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Now, about the design software updates, do we have any pending? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Now, about the design software updates, do we have any BLANK?

--blanks--

pending

--feedback--

This word means something has not been completed or is waiting to be done. It ends in -ing.

--explanation--

Pending means something is not yet finished, waiting for action, or scheduled to happen soon. For example:

There are still some pending updates for the system. — Some updates are not installed yet and are waiting to be done.

Sophie is asking if there are software updates that still need to be done.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 43.12,
      "finishTimestamp": 46.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "Now, about the design software updates, do we have any pending?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}