Back to Freecodecamp

Task 11

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

latest1.5 KB
Original Source
<!-- (Audio) Anna: This might be more critical for productivity. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This might be more critical for BLANK.

--blanks--

productivity

--feedback--

Think about the ability to work efficiently and complete tasks faster.

--explanation--

Productivity is how much work someone can get done in a certain amount of time. Higher productivity means working faster or completing more tasks without wasting time.

Anna believes that upgrading computers is more critical for productivity than buying furniture. A slow or outdated computer can make work harder, while a faster one helps employees complete tasks efficiently.

--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": 16.2,
      "finishTimestamp": 18.1
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "This might be more critical for productivity.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}