Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683907aa2b5d1684bb6568c7.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: Going forward, how can we ensure this doesn't happen again? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa want to find out?

--answers--

When the next meeting will be.

--feedback--

Lisa is not asking about scheduling a meeting.


How to avoid the same problem in the future.


Who caused the issue.

--feedback--

Lisa is not focused on blaming anyone.


Why the problem happened.

--feedback--

Lisa is not asking about past reasons.

--video-solution--

2

--explanation--

Going forward is a phrase meaning from now on or in the future. It is often used to talk about plans or actions that will happen after the current moment. For example:

Going forward, we will improve our testing process to catch bugs earlier. – This means starting now, testing will be better.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.12,
      "finishTimestamp": 44.98
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Going forward, how can we ensure this doesn't happen again?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}