Back to Freecodecamp

Task 17

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Besides, rearranging tasks doesn't always solve the problem. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, rearranging tasks doesn't always solve the problem.

--blanks--

Besides

--feedback--

This is used to add another reason or argument to a statement. Don't forget to capitalize.

--explanation--

Besides is used to introduce an additional reason or argument. It is similar to moreover or in addition to. For example:

We can't afford a delay. Besides, the client expects delivery this week. - This adds an extra reason for avoiding a delay.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.52,
      "finishTimestamp": 28.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Besides, rearranging tasks doesn't always solve the problem.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}