Back to Freecodecamp

Task 106

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: Let's start with the licenses. How many do we currently have in total? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is the best response if Tom knows the current number of licenses?

--answers--

We have about fifty licenses right now.

--audio-id--

EN30fe1d7a


We haven't counted them yet.

--audio-id--

EN8f57fec8

--feedback--

This doesn't answer Sophie's question as Tom is expected to provide a number.

--video-solution--

1

--explanation--

Sophie is asking for a number as she says how many licenses they have in total.

Tom's response should give a clear and complete answer to her question.

--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": 4.42,
      "finishTimestamp": 7.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Let's start with the licenses. How many do we currently have in total?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}