Back to Freecodecamp

Task 114

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should BLANK plan a meeting with the team to discuss the integration issues. Would that help?

--blanks--

probably

--feedback--

This means that something is likely to happen or is a good idea, but it's not 100% certain.

--explanation--

Probably is used to show that something is likely or expected to happen, but it's not completely certain. It expresses a high level of possibility. For example:

She'll probably join the call later. – This means it's likely she will join, but it's not guaranteed.

--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
    }
  ]
}