Back to Freecodecamp

Task 8

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

latest2.0 KB
Original Source
<!-- (Audio) Anna: While furniture is important, many people mentioned that their computers need upgrades. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is more important, according to Anna?

--answers--

Upgrading computers.


Buying new office furniture.

--feedback--

Anna acknowledges that furniture is important but says that many people mentioned needing something else.


Getting a bigger remote work stipend.

--feedback--

Anna does not talk about increasing the stipend, only how people want to use it.


Changing the survey questions.

--feedback--

Anna does not mention anything about the survey questions.

--video-solution--

1

--explanation--

A computer upgrade means improving a computer by adding or replacing parts like more memory (RAM), a faster processor, or a better screen. For example:

  • I need a computer upgrade to run the latest software. - The speaker's current computer is not powerful enough, so they need a better one.

  • After the computer upgrade, everything runs much faster. - The system's performance improved after updating or replacing components.

--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": 15.8
    }
  },
  "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",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}