Back to Freecodecamp

Task 116

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

latest1.9 KB
Original Source
<!-- (Audio) Anna: Wouldn't it be simpler to let people decide how to use their stipend based on their individual needs? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Anna propose to use the stipend?

--answers--

She believes the company should give the same equipment to everyone.

--feedback--

Anna suggests flexibility in how the stipend is used, rather than a one-size-fits-all approach.


She wants to increase the stipend amount.

--feedback--

Anna is discussing how to use the stipend, not how much it should be.


She suggests removing the stipend.

--feedback--

Anna supports the stipend but wants it to be more flexible.


She thinks people should decide how to use it based on their needs.

--video-solution--

4

--explanation--

Anna suggests that employees should have the freedom to decide how they use their stipend based on their individual needs.

She introduces this idea using wouldn't it be simpler, a phrase that implies her solution is logical and easier.

--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": 34.98,
      "finishTimestamp": 39.64
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Wouldn't it be simpler to let people decide how to use their stipend based on their individual needs?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}