Back to Freecodecamp

Task 112

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

latest1.6 KB
Original Source
<!-- (audio) Anna: I see your point, but flexibility might be better. Think about it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK, BLANK flexibility might be better. Think about it.

--blanks--

see your point

--feedback--

These three words together mean to understand someone's argument or concern. The first word refers to perception, and the last two indicate recognizing another person's perspective.


but

--feedback--

This word introduces a contrasting idea or different opinion.

--explanation--

Anna says, I see your point, but to recognize Bob's argument while giving a different opinion.

She acknowledges Bob's concern but still believes flexibility is a better option.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.78,
      "finishTimestamp": 34.88
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "I see your point, but flexibility might be better. Think about it.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}