Back to Freecodecamp

Task 10

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

latest2.4 KB
Original Source
<!-- (Audio) Anna: While furniture is important, many people mentioned that their computers need upgrades. This might be more critical for productivity. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Anna think upgrading computers is more important than furniture?

--answers--

Because office furniture is not necessary.

--feedback--

Anna does not say that office furniture is unnecessary — she just thinks something else is more important.


Because the company wants employees to buy new computers.

--feedback--

Anna is talking about what employees think is important, not what the company wants them to buy.


Because it can improve productivity.


Because new computers are cheaper than furniture.

--feedback--

Anna does not mention cost. She is focused on how computer upgrades help with work.

--video-solution--

3

--explanation--

Productivity means how much work a person can complete in a given time. Better tools (like upgraded computers) can help employees work more efficiently. For example:

  • Using automation tools can boost productivity. - Automating tasks helps people work more efficiently and get more done.

  • Distractions reduce productivity when working remotely. - Interruptions make it harder to focus and complete tasks effectively.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.06,
      "finishTimestamp": 18.1
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "While furniture is important, many people mentioned that their computers need upgrades.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 5.14,
      "finishTime": 7.04,
      "dialogue": {
        "text": "This might be more critical for productivity.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.54
    }
  ]
}