Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67506d2c92a80fa4b7a912a7.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Great, and when does the team perform the final checks? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

Who performs the final checks.

--feedback--

Maria's question is about timing, not about identifying who performs the checks.


When the final checks will happen.


Why the final checks are performed.

--feedback--

Maria is asking about the timing, not the reason for the checks.


What the final checks include.

--feedback--

Maria does not ask about the details of the checks, but when they happen.

--video-solution--

2

--explanation--

Listening for key question words like when can help identify her intent.

When indicates that her question is focused on the timing of the task, not who performs it, why they are performed, or what they include.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 39.5,
      "finishTimestamp": 41.74
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Great. And when does the team perform the final checks?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}