Back to Freecodecamp

Task 115

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

latest1.6 KB
Original Source
<!-- (Audio) James: Exactly. I'll send you an update once I've investigated. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. I'll send you an update BLANK I've investigated.

--blanks--

Exactly

--feedback--

This word is used to strongly agree with what someone has said. Don't forget to capitalize it.


once

--feedback--

This word is a synonym to as soon as or after and it means that a specific action has been completed.

--explanation--

Once is a synonym to as soon as or after. It is used to mean that a particular action has been completed. For example:

Once I've finished reviewing the report, I'll send my feedback. - This means that sending feedback will happen only after the review is fully completed.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 64.36,
      "finishTimestamp": 67.22
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Exactly. I'll send you an update once I've investigated.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}