Back to Freecodecamp

Task 32

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

latest1.5 KB
Original Source
<!-- (audio) James: The last, or tenth task, is to prepare the deployment documentation. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The last, or BLANK, is to prepare the deployment documentation.

--blanks--

tenth task

--feedback--

These two words show the position of a task in a sequence.

--explanation--

Remember, an ordinal number shows order or position in a list: first, second, third ... tenth.

Here, tenth task refers to the task that comes after the ninth one in a sequence. It's the final step in the plan. Another example:

The tenth task on the agenda was project review. — It came last in a list of ten items.

--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": 52.24,
      "finishTimestamp": 57.32
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "The last, or tenth task, is to prepare the deployment documentation.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}