Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f6374f109b510a62653ab3.md

latest1.7 KB
Original Source
<!-- (audio) Alice: Maybe we can start with a recap of what went wrong and how to avoid it in the future. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice's plan?

--answers--

To move on without discussing the past.

--feedback--

Alice does not want to ignore it.


To create new security rules immediately.

--feedback--

Alice does not mention making new rules.


To start with a review of what went wrong and how to avoid it.


To cancel the training session.

--feedback--

Alice is suggesting an improvement, not canceling the session.

--video-solution--

3

--explanation--

Alice suggests starting with a recap, meaning a review or summary of past mistakes. She also wants to discuss ways to prevent those mistakes in the future.

Using a recap helps teams reflect on past events and improve their processes.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.78,
      "finishTimestamp": 24.52
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Maybe we can start with a recap of what went wrong and how to avoid it in the future.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}