Back to Freecodecamp

Task 124

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

latest2.1 KB
Original Source
<!-- (Audio) Brian: I see. So, on the one hand, outsourcing is faster, but it could also cause communication problems. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. So, BLANK, outsourcing is faster, but it could also BLANK BLANK.

--blanks--

on the one hand

--feedback--

This four-word phrase is used to introduce one side of an argument or comparison.


cause

--feedback--

This means to make something happen, usually as a result of another action.


communication problems

--feedback--

This two-word phrase refers to difficulties in sharing or understanding information between people or teams.

--explanation--

On the one hand is used to introduce one side of an argument before presenting the other side. It helps compare two different perspectives. For example:

On the one hand, working remotely is convenient. – This sentence presents the benefit of remote work.

Cause communication problems means to create difficulties in how people exchange information. For example:

A weak internet connection can cause communication problems during online meetings. – This means a poor connection can make it harder to communicate effectively.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 52.22,
      "finishTimestamp": 57.86
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "I see. So on the one hand, outsourcing is faster, but it could also cause communication problems.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}