Back to Freecodecamp

Task 73

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

latest1.8 KB
Original Source
<!-- (Audio) David: I see your perspective, but I still think there's value in having everyone in the office. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK your perspective, BLANK I still think there's value in having everyone in the office.

--blanks--

I see

--feedback--

These two words together are used to acknowledge someone's point of view or show understanding. The first word is a pronoun, and the second is a verb. The first letter is capitalized.


but

--feedback--

This word introduces a contrasting idea or a different opinion.

--explanation--

I see your perspective, but is a polite way to show partial agreement while presenting a different opinion.

David acknowledges Anna's viewpoint before introducing his argument that having employees in the office still has value. This phrase keeps discussions respectful and constructive.

--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": 42.28
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "I see your perspective, but I still think there's value in having everyone in the office.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}