Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679ad34ab51fae414488c26d.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: If we want to meet our deadlines, we need to work together. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Brian agree with Lisa by saying that her argument seems valid?

--answers--

That's not what I'm talking about.

--audio-id--

ENf4d37011

--feedback--

Using this sentence, Brian would be dismissing Lisa's argument as off-topic.


True.

--audio-id--

ENd9bdf232

--video-solution--

2

--explanation--

Lisa's sentence expresses a general fact about teamwork and deadlines. If Brian agrees with her idea and thinks it's true, he could simply say True. to agree with what she says. Another example:

  • Person 1: If you exercise regularly, you stay healthy.

  • Person 2: True. - This means that you agree with what the speaker said about exercising.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.56,
      "finishTimestamp": 25.96
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "If we want to meet our deadlines, we need to work together.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}