Back to Freecodecamp

Task 125

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: On the other hand, building in-house gives us more control, but it might take longer. Which one do you think is more reliable? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, building in-house gives us more control, but it might take longer. Which one do you think is more BLANK?

--blanks--

On the other hand

--feedback--

This four-word phrase is used to introduce a different or opposing point of view in a discussion. The first letter of the first word is capitalized.


reliable

--feedback--

This means dependable, trustworthy, or consistent in performance.

--explanation--

On the other hand is used to introduce an alternative perspective, often comparing pros and cons. For example:

Renting an office is expensive. On the other hand, it provides a stable workspace. – This presents both the drawback and the benefit of renting an office.

Reliable means something or someone can be trusted to perform well consistently. For example:

We need a reliable server to keep the website running smoothly. – This means the server must be dependable and work without frequent failures.

--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": 57.86,
      "finishTimestamp": 64.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "On the other hand, building in-house gives us more control, but it might take longer.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.16,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Which one do you think is more reliable?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}