Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f069b4d8dce18b274f3b85.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: I think the team could really use some refreshers on the new tools. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Brian say to show he agrees with Sarah's suggestion?

--answers--

Good point.

--audio-id--

ENe2760575


If you say so.

--audio-id--

EN8ca55417

--feedback--

This sounds doubtful or passive. It doesn't clearly show agreement with Sarah's suggestion.

--video-solution--

1

--explanation--

Good point is a short and positive phrase used to show that you agree with someone's idea or opinion. It means you think what the person said is logical or useful. For example:

  • Person 1: We should save time by preparing the slides in advance. - Person A brings an idea to the table - preparing for an upcoming presentation.

  • Person 2: Good point. – This shows the speaker agrees and values the suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 48.52,
      "finishTimestamp": 51.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "I think the team could really use some refreshers on the new tools.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}