Back to Freecodecamp

Task 55

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

latest1.8 KB
Original Source
<!-- (Audio) Anna: I see where you're coming from, David. But we've found that asynchronous remote work offers flexibility. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK where you're coming from, David. BLANK we've found that asynchronous remote work offers flexibility.

--blanks--

I see

--feedback--

These two words together are used to show that you understand someone's perspective. The first word is a pronoun and the second is a verb. The first letter is capitalized.


But

--feedback--

This word is used to introduce a contrasting idea. The first letter is capitalized.

--explanation--

I see, but is a polite way to show disagreement. But introduces a contrasting opinion, allowing you to present your argument. For example:

  • Person 1: This design looks modern and clean.

  • Person 2: I see, but will it be accessible for all users? - This person acknowledges the design but questions its accessibility.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 9.34,
      "finishTimestamp": 13.86
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "I see where you're coming from, David. But we found that asynchronous remote work offers flexibility.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}