Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67bf3010f4fbf40ef9d8679b.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: How about we split the stipend into two parts? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna suggesting to do?

--answers--

To remove the stipend completely.

--feedback--

Anna is not suggesting removing the stipend.


To divide the stipend into two parts.


To use the stipend only for office furniture.

--feedback--

Anna suggests a balanced solution, not choosing one side.


To increase the stipend for everyone.

--feedback--

Anna does not mention increasing the amount.

--video-solution--

2

--explanation--

Split into parts means to divide something into sections. For example:

  • When working on a large project, it's helpful to split it into parts to make it more manageable. - This means dividing a big task or project into smaller, more manageable sections.

  • To understand the problem better, let's split the problem into parts and address each one. - This suggests breaking down a problem into smaller components to find solutions more easily.

Anna is suggesting that instead of choosing between technology or office furniture, they divide the stipend to use for both.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.76,
      "finishTimestamp": 19.14
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "How about we split the stipend into two parts?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}