Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675d8aabc2397c583c081ea9.md

latest2.0 KB
Original Source
<!-- (audio) Alice: Yes, we can. That should give us more information. By the way, have the support tickets been piling up because of this? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice want to know?

--answers--

If the problem is resolved.

--feedback--

Alice does not ask if the problem is resolved; she asks about the number of support tickets.


If users have stopped reporting issues.

--feedback--

Alice is not asking if users stopped reporting issues; she asks if the support tickets are increasing.


If the support tickets have increased because of the problem.


If the support team is resolving the tickets quickly.

--feedback--

Alice does not ask about the speed of resolving tickets; she asks if the number of tickets has grown.

--video-solution--

3

--explanation--

Alice's question shows she wants to know if the number of support tickets has increased as a result of the problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.14,
      "finishTimestamp": 46.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Yes, we can. That should give us more information.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.78,
      "finishTime": 7.12,
      "dialogue": {
        "text": "By the way, have the support tickets been piling up because of this?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}