Back to Freecodecamp

Task 110

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: Sounds good. Also, let's keep the client informed so they know we're working on it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK good. Also, let's keep the client BLANK so they know we're working on it.

--blanks--

Sounds

--feedback--

This word is used to express agreement or approval of a suggestion.


informed

--feedback--

This word means keeping someone updated with the latest information.

--explanation--

Sounds good is a casual way to express agreement or approval of an idea. For example:

  • Speaker 1: We can meet at 3.

  • Speaker 2: Sounds good! - This means the person agrees with the suggested time.

To keep someone informed means to regularly update someone with important information. For example:

Please keep me informed about any changes to the schedule. - This means the speaker wants to be updated about any schedule adjustments.

--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": 56.56,
      "finishTimestamp": 60.98
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "Sounds good. Also, let's keep the client informed",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.02,
      "finishTime": 5.42,
      "dialogue": {
        "text": "so they know we're working on it.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}