Back to Freecodecamp

Task 112

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: If we keep them in the loop, it might help ease their frustration, right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we keep them in the BLANK, it might help BLANK their frustration, right?

--blanks--

loop

--feedback--

This word refers to being informed and updated about a situation.


ease

--feedback--

This word means to reduce or lessen something, such as stress or frustration.

--explanation--

To keep someone in the loop means to keep them informed and updated about a situation. For example:

Please keep me in the loop about any project changes. - This means the speaker wants to receive updates about project modifications.

To ease means to reduce or make something less severe. For example:

The new interface design helped ease user confusion. - This means the improved design made it easier for users to understand.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 61,
      "finishTimestamp": 64.1
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "If we keep them in the loop,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.28,
      "finishTime": 4.1,
      "dialogue": {
        "text": "it might help ease their frustration, right?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}