Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7edfca7bf7159916bee30.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: However, outsourcing has its advantages, especially when it comes to speed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, outsourcing has its BLANK, especially when it comes to speed.

--blanks--

However

--feedback--

This word is used to introduce a contrast or an opposing idea. The first letter is capitalized.


advantages

--feedback--

This word in the plural form means benefits or positive aspects of something.

--explanation--

Advantages refer to the benefits or positive aspects of something. For example:

One advantage of outsourcing is that it saves time. – This means a positive aspect of outsourcing is that it is faster.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 69.12,
      "finishTimestamp": 73.12
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "However, outsourcing has its advantages, especially when it comes to speed.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}