Back to Freecodecamp

Task 116

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: We should probably plan a meeting with the team to discuss the integration issues. Would that help? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Sarah say to tell Brian that the meeting would be helpful?

--answers--

Not really.

--audio-id--

ENf6605ad6

--feedback--

This means the meeting would not be helpful.


Absolutely.

--audio-id--

ENe06b57fa

--video-solution--

2

--explanation--

Saying Absolutely is a strong, enthusiastic way to agree with a suggestion. In response to a question like Would that help?, it is like saying Yes, that would definitely help. For example:

  • Person 1: Can I send you the report by noon? - The person is offering to send the report at a proposed time.

  • Person 2: Absolutely. – Person B shows full agreement with no hesitation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.62,
      "finishTimestamp": 43.04
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "We should probably plan a meeting with the team",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.6,
      "finishTime": 6.42,
      "dialogue": {
        "text": "to discuss the integration issues. Would that help?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}