Back to Freecodecamp

Task 105

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

latest1.4 KB
Original Source
<!-- (audio) Sophie: How many do we currently have in total? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How many do we currently have BLANK?

--blanks--

in total

--feedback--

This two-word phrase means the complete or final amount after everything is counted.

--explanation--

In total means the overall amount, including all parts or categories. For example:

In total, we spent $5,000 on new software. — Altogether, they paid $5,000 for the software.

In Sophie's question, she wants to know the total number of licenses they have across all tools.

--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": 5.94,
      "finishTimestamp": 7.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "How many do we currently have in total?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}