Back to Freecodecamp

Task 58

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Perhaps, but it's also important to make sure everyone feels heard. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, but it's also important to make BLANK everyone feels heard.

--blanks--

Perhaps

--feedback--

This word is used to express uncertainty or possibility. Capitalize it as it is the first word in the sentence.


sure

--feedback--

This word means to confirm or ensure that something happens.

--explanation--

Perhaps is used to indicate uncertainty or to suggest something without being definite. For example:

Perhaps we should wait before making a decision. - This means the speaker is not completely sure but thinks waiting might be a good idea.

To make sure means to ensure that something happens or is done correctly. For example:

Please make sure the documents are sent before the deadline. - This means the speaker is asking someone to ensure the documents are sent on time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 38.32,
      "finishTimestamp": 42.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "Perhaps, but it's also important to make sure everyone feels heard.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}