Back to Freecodecamp

Task 119

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Maybe, but we also need to ensure everyone has the basic equipment to work remotely. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to ensure?

--answers--

That the stipend should be removed.

--feedback--

Bob is not arguing against the stipend.


That everyone has the basic equipment to work remotely.


That everyone should buy their own equipment.

--feedback--

Bob does not suggest that individuals must buy equipment on their own.


That flexibility is always the best option.

--feedback--

Bob acknowledges flexibility but raises a concern about equipment.

--video-solution--

2

--explanation--

Bob's main concern is that employees have the basic equipment needed to work remotely. He acknowledges the argument for flexibility with Maybe, but, showing that he partially agrees but has a different priority.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.2,
      "finishTimestamp": 45.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "Maybe, but we also need to ensure that everyone has the basic equipment to work remotely.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}