Back to Freecodecamp

Task 77

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

latest2.2 KB
Original Source
<!-- (Audio) David: I see your perspective, but I still think there's value in having everyone in the office. It builds team spirit and makes problem-solving easier. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Anna agrees with David while having her own point. What should she say?

--answers--

True, but the office isn't the only place to build team spirit.

--audio-id--

EN2aa5f9dd


You're right, so there's no need for remote work at all.

--audio-id--

EN8886eb97

--feedback--

Anna still supports remote work and wants to show that team spirit can be built in other ways, not just in the office.

--video-solution--

1

--explanation--

True, but is a way to show agreement while adding a different perspective. This phrase helps keep discussions open and balanced. For example:

  • Person 1: AI can automate a lot of tasks in software development.

  • Person 2: True, but human oversight is still necessary to catch errors AI might miss. - This person agrees that AI helps, but reminds that humans are still needed.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 38.0,
      "finishTimestamp": 45.7
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.28,
      "dialogue": {
        "text": "I see your perspective, but I still think there's value in having everyone in the office.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "startTime": 5.72,
      "finishTime": 8.7,
      "dialogue": {
        "text": "It builds team spirit and makes problem solving easier.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 9.1
    }
  ]
}