Back to Freecodecamp

Task 93

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683763e88486ecd739eb3841.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: We should prioritize the color scheme and image sizes for the next update. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should BLANK the color scheme and image sizes for the next update.

--blanks--

prioritize

--feedback--

This means to decide what is most important and do it first.

--explanation--

To prioritize means to put tasks or items in order of importance and focus on the most important ones first. For example:

The team decided to prioritize fixing the login issue before adding new features. – This means they chose to handle the most urgent task first.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 63.26,
      "finishTimestamp": 67.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "We should prioritize the color scheme and image sizes for the next update.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}