Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c74adf1a628e783d74dd85.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Wouldn't it be better if we prioritized the tasks differently to reduce stress? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Wouldn't it be BLANK if we prioritized the tasks BLANK to reduce stress?

--blanks--

better

--feedback--

This means a more suitable or improved option.


differently

--feedback--

This is an adverb that means something can be done in another way.

--explanation--

To be better suggests that something different could be an improvement. For example:

Wouldn't it be better to start earlier and avoid last-minute stress? - This means starting earlier might be an improvement.

Differently means in a different way. It describes how something is done. This contrasts with different, which is used to describe how things, people or situations are. Other examples:

  • We need a different plan. - Here, different describes the plan.

  • We need to plan differently. - Here, the description is about how to plan something in another way.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 26.96,
      "finishTimestamp": 31.18
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Wouldn't it be better if we prioritized the tasks differently to reduce stress?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}