Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797e8de96ab1fdf900285de.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Excellent. Let's have a great quarter ahead. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Let's have a great quarter BLANK.

--blanks--

Excellent

--feedback--

This word is used to express that something is very good or outstanding. Don't forget to capitalize it.


ahead

--feedback--

This word means in the future or in the time to come.

--explanation--

Excellent means very good, outstanding, or of high quality. For example:

Your presentation was excellent! - This means the presentation was very impressive or well-done.

Ahead in this context means in the future or in the time to come. For example:

We have a lot of work ahead of us. - This means there is a lot of work in the future that needs to be completed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 52.2,
      "finishTimestamp": 54.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Excellent. Let's have a great quarter ahead.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}