Back to Freecodecamp

Task 33

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

latest1.4 KB
Original Source
<!-- (Audio) Maria: Welcome to the team! We're thrilled to have you on board. -->

--description--

The expression to be thrilled means to be very excited or happy about something. In a team or work setting, saying we're thrilled to have you shows a high level of enthusiasm about someone joining. It's a warm and positive way to welcome new members.

--fillInTheBlank--

--sentence--

Welcome to the team! We're BLANK to have you on BLANK.

--blanks--

thrilled

--feedback--

It expresses a high level of excitement about the new team member.


board

--feedback--

In this context, it means being part of the team.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.86
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Welcome to the team. We're thrilled to have you on board.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}