Back to Freecodecamp

Task 17

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

latest1.7 KB
Original Source
<!-- (audio) James: The third task involves setting up the core database, and it's crucial since everything else depends on it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK involves setting up the core database, and it's crucial since everything else depends on it.

--blanks--

third task

--feedback--

This two-word phrase uses an ordinal number to show the task's position in a list or sequence.

--explanation--

Remember, an ordinal number shows the order or position of something: first, second, third, etc.

In this case, third task tells you it is the third step in the list of ten tasks. Another example:

The third task is to deploy the software. — It's the step that comes after the second and before the fourth.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.52,
      "finishTimestamp": 30.06
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.54,
      "dialogue": {
        "text": "The third task involves setting up the core database, and it's crucial since everything else depends on it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}