Back to Freecodecamp

Task 30

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: So maybe we should focus on both. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob suggest doing?

--answers--

Ignoring office furniture and only investing in technology.

--feedback--

Bob suggests considering both aspects, not just technology.


Focusing only on office furniture.

--feedback--

Bob does not suggest ignoring technology; he wants to balance both.


Delaying any decision for now.

--feedback--

Bob does not mention delaying the decision; he proposes a balanced approach.


Focusing on both office furniture and technology.

--video-solution--

4

--explanation--

Bob's phrase So, maybe we should focus on both. suggests finding a balance between office furniture and technology. Instead of choosing one over the other, he proposes considering both aspects to improve the remote work experience.

--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": 52,
      "finishTimestamp": 53.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "So maybe we should focus on both.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}