Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6622372ee4a646767edcbfde.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: Thank you. I'm looking forward to contributing to the team. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Thank you. I'm looking BLANK to BLANK to the team.

--blanks--

forward

--feedback--

It's part of a phrase expressing anticipation or excitement about a future event or action.


contributing

--feedback--

In this context, it means adding value or assistance to the team's efforts.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 45,
      "finishTimestamp": 47.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Thank you. I'm looking forward to contributing to the team.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}