Back to Freecodecamp

Task 126

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

latest1.3 KB
Original Source
<!-- (audio) Sophie: Perfect. That makes fifteen in total. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. That makes BLANK.

--blanks--

fifteen in total

--feedback--

This is a cardinal number with a phrase meaning the complete or final count. Use three words.

--explanation--

Fifteen is a cardinal number showing quantity.

In total means overall or when everything is counted together.

Sophie is confirming the final count of tablets after checking both locations.

--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": 41.08,
      "finishTimestamp": 43.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Perfect. That makes 15 in total.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}