Back to Freecodecamp

Task 16

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

latest1.6 KB
Original Source
<!-- (audio) James: We've outlined ten tasks for development. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've BLANK BLANK for development.

--blanks--

outlined

--feedback--

This verb means to list the main points or steps clearly. It ends in -ed.


ten tasks

--feedback--

This two-word phrase includes a cardinal number. It tells you how many pieces of work are planned.

--explanation--

To outline something means to list or describe its main parts, usually in a clear and organized way. For example:

They outlined the project steps in a document. — They listed the steps clearly.

Ten tasks uses the cardinal number ten to show how many jobs or actions are planned.

So, James is saying they have created a clear plan with ten different tasks for development.

--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": 20.94,
      "finishTimestamp": 23.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "We've outlined 10 tasks for development.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}