Back to Freecodecamp

Task 137

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Yes, it is. We might need to balance both approaches to get the best of both worlds. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah suggest as a solution?

--answers--

Choosing only one approach.

--feedback--

Sarah does not suggest using only one approach.


Combining both methods to gain the benefits of each.


Avoiding outsourcing completely.

--feedback--

Sarah does not say they should avoid outsourcing.


Delaying the decision.

--feedback--

Sarah does not mention postponing the decision.

--video-solution--

2

--explanation--

Sarah suggests balancing both approaches to get the best of both worlds, meaning she wants to combine the advantages of both options rather than choosing only one.

--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": 86.82,
      "finishTimestamp": 91.72
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "Yes, it is. We might need to balance both approaches to get the best of both worlds.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.4
    }
  ]
}