Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681246f4261dae26a4e58a6c.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: What about those new developers we started onboarding a few weeks ago? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What about those new developers we started BLANK a few weeks ago?

--blanks--

onboarding

--feedback--

This word means helping new people learn about their new job or project. It ends in -ing.

--explanation--

Onboard means to help new employees learn their job, the company rules, and how the systems work. Onboarding is the noun or continuous form. For example:

  • The company onboards clients with a welcome guide. - The company gives new clients info to help them start using the service.

  • Our onboarding process includes a training session. - New people go through a training when they start.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.04,
      "finishTimestamp": 28.6
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "What about those new developers we started onboarding a few weeks ago?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}