Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6762edd89388ad7b3950d01a.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: Are we going to require additional training for our developers? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

If training is already complete.

--feedback--

Maria is asking about something that might happen in the future, not the past.


If additional training will be required.


If training sessions are planned for managers.

--feedback--

Maria's question is about developers, not managers.


If training will happen next week.

--feedback--

Maria's question does not mention any specific time.

--video-solution--

2

--explanation--

To find the correct answer, focus on the parts of Maria's question:

Are we going to indicates she is asking about a plan or action in the future.

Require additional training means she is asking if more training is needed.

For our developers specifies who might need the training.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 22.62,
      "finishTimestamp": 25.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Are we going to require additional training for our developers?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}