Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/675c9a9d87d492086e1ab3cf.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Thanks, Jake. Let's meet later to discuss the investigation results and plan our next steps. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah want to do?

--answers--

Solve the issue immediately without a meeting.

--feedback--

Sarah suggests meeting later, not solving the issue immediately.


Finish the investigation before meeting with the clients.

--feedback--

Sarah is not talking about finishing the investigation first; she wants to discuss the results they already have.


Ask Jake to share the results and next steps with the clients.

--feedback--

Sarah is talking about discussing the results with Jake, not sharing them with the clients.


Meet later to discuss the results and plan the next steps.

--video-solution--

4

--explanation--

Here's how to find the answer:

Let's meet later shows she is proposing a meeting in the future.

To discuss the investigation results explains what the meeting will focus on.

Plan our next steps shows that Sarah wants to decide on future actions during the meeting.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.4,
      "finishTimestamp": 55.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Thanks, Jake. Let's meet later",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.72,
      "finishTime": 5.42,
      "dialogue": {
        "text": "to discuss the investigation results and plan our next steps.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}