Back to Freecodecamp

Task 63

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

latest1.8 KB
Original Source
<!-- (audio) Mark: Unfortunately, yes. We need to resolve this quickly, don't we? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark say about the status of the support tickets?

--answers--

The support tickets have already been resolved.

--feedback--

Mark says they still need to resolve the support tickets quickly, which indicates they haven't been resolved yet.


The support tickets still need to be resolved.


The support tickets are not urgent.

--feedback--

Mark emphasizes urgency by saying they need to resolve the support tickets quickly.


There is no mention of any support ticket.

--feedback--

Mark emphasizes resolving the support tickets quickly, so he admits there are support tickets.

--video-solution--

2

--explanation--

Mark says, We need to resolve this quickly, which indicates the support tickets are still there and require immediate attention.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 46.7,
      "finishTimestamp": 50.86
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Unfortunately, yes. We need to resolve this quickly, don't we?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}