Back to Freecodecamp

Task 78

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

latest1.6 KB
Original Source
<!-- (Audio) Anna: True, but the office isn't the only place to build team spirit. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

True

--feedback--

This word is used to agree with a statement before introducing a different perspective. The first letter is capitalized.


but

--feedback--

This word introduces a contrasting idea to add another viewpoint.

--explanation--

Anna uses True, but to acknowledge that David has a valid point while also presenting her own perspective.

This phrase allows her to agree that team spirit is important while arguing that it can be built in places other than the office, such as through virtual collaboration or team-building activities.

--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": 46.16,
      "finishTimestamp": 49.22
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "True, but the office isn't the only place to build team spirit.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}