Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f6388c45b13e0b1fdc3f94.md

latest1.8 KB
Original Source
<!-- (audio) Alice: We should have covered that more thoroughly in the last session. Maybe we can start with a recap of what went wrong and how to avoid it in the future. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Brian say to agree with Alice?

--answers--

That's a good idea.

--audio-id--

EN69b9fdfc


Maybe that's not necessary.

--audio-id--

EN16695263

--feedback--

This does not show agreement; it suggests the recap is not needed.

--video-solution--

1

--explanation--

To agree with someone, people often say:

  • I agree.

  • That makes sense.

Saying That's a good idea. is a polite and positive way to support Alice's suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.9,
      "finishTimestamp": 24.52
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "We should have covered that more thoroughly in the last session.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.8,
      "finishTime": 7.62,
      "dialogue": {
        "text": "Maybe we can start with a recap of what went wrong and how to avoid it in the future.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}