Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/676325dfad1ee0784c7f1a5e.md

latest1.5 KB
Original Source
<!-- (audio) Maria: I'm going to inform the team about the upcoming training. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Maria wants to confirm if she needs to do more things. Which option is the best?

--answers--

Is there anything else we need to do?

--audio-id--

EN9a7f235b


Should I inform them now or later?

--audio-id--

EN59847cb9

--feedback--

This question focuses on timing, not whether more tasks are required.

--video-solution--

1

--explanation--

The best option is Is there anything else we need to do? because it directly asks about whether there are more tasks to complete.

--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": 34.7,
      "finishTimestamp": 37.22
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "I'm going to inform the team about the upcoming training.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}