Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b722177d22787bc937defc.md

latest2.0 KB
Original Source
<!-- (audio) Jim: Excellent. I'm glad to hear that. I look forward to seeing the changes in the next version. Thanks for listening to my feedback. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. I'm glad to hear that. I BLANK seeing the changes in the next version. Thanks for listening to my feedback.

--blanks--

Excellent

--feedback--

This word means something is very good or impressive. The first letter is capitalized.


look forward to

--feedback--

This three-word phrase means to be excited or eager for something to happen in the future.

--explanation--

Excellent is used to express approval or satisfaction with something. For example:

The new software update is excellent. - This means the software update is very good.

Look forward to means to eagerly anticipate or wait for something in the future. For example:

I look forward to your response on the proposal. - This means you are expecting a response from a person.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 62.36,
      "finishTimestamp": 68.72
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Excellent. I'm glad to hear that. I look forward to seeing the changes in the next version.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "startTime": 5.88,
      "finishTime": 7.36,
      "dialogue": {
        "text": "Thanks for listening to my feedback.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 7.86
    }
  ]
}