Back to Freecodecamp

Task 32

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Find a balance between comfort and technology to ensure everyone has what they need. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the main idea behind finding a balance, according to Bob?

--answers--

Comfort should be prioritized over technology.

--feedback--

Bob does not suggest that comfort is more important.


Both comfort and technology are important for meeting everyone's needs.


Technology is the only thing that matters.

--feedback--

Bob does not ignore comfort.


Finding a balance means choosing only one focus.

--feedback--

Balancing means including both, not choosing just one.

--video-solution--

2

--explanation--

Bob's idea of finding a balance means considering both comfort (office furniture) and technology so that employees have what they need. Instead of focusing only on one aspect, he suggests integrating both for a better work environment.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.54,
      "finishTimestamp": 58.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Find a balance between comfort and technology to ensure everyone has what they need.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}