Back to Freecodecamp

Task 117

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838ffbd3a3d90512ea30579.md

latest2.2 KB
Original Source
<!-- (Audio) Mark: I was thinking the same thing. If only we had prioritized the update, we might not have faced this issue. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was thinking the same thing. If only we had BLANK the update, we might not have BLANK this issue.

--blanks--

prioritized

--feedback--

This means to decide what is most important and do it first. It ends in -ed.


faced

--feedback--

This means to deal with or confront a problem or situation. It ends in -ed.

--explanation--

To prioritize means to arrange tasks or problems in order of importance so that the most important ones are done first. For example:

The team prioritized fixing the security flaw before adding new features. – This means they chose to solve the most urgent problem first.

To face means to confront or deal with a difficult situation or challenge. For example:

We faced many obstacles during the project. – This means they encountered and had to handle many problems.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.7,
      "finishTimestamp": 36.24
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "I was thinking the same thing.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 2.48,
      "finishTime": 4.66,
      "dialogue": {
        "text": "If only we had prioritized the update,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 4.82,
      "finishTime": 6.54,
      "dialogue": {
        "text": "we might not have faced this issue.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}