Back to Freecodecamp

Task 31

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

latest1.5 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--

True or False: Maria wants to perform the final checks with the team.

--answers--

True

--feedback--

Think about whether Maria mentions her involvement in performing the checks or if she is just asking about the team's task.


False

--video-solution--

2

--explanation--

Maria is asking about the timing of the team's task, not expressing a desire to join them in performing the checks.

The phrase when does the team perform indicates she is inquiring rather than volunteering or participating.

--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
    }
  ]
}