Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6839067fbc39c07d1f3bdb99.md

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Going BLANK, how can we ensure this doesn't BLANK again?

--blanks--

forward

--feedback--

This means looking ahead to the future or from now on.


happen

--feedback--

This means to take place or occur.

--explanation--

Forward is used to talk about future actions or time from now on. For example:

Going forward, we will hold weekly meetings. – This means starting now, weekly meetings will happen.

To happen means for an event or situation to occur or take place. For example:

If problems happen, please report them immediately. – This means if issues occur, you should tell someone.

--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
    }
  ]
}