Back to Freecodecamp

Task 34

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: If you have any questions during your onboarding, don't hesitate to ask. -->

--description--

Onboarding in a workplace refers to the process of introducing a new employee to their job. This includes training, learning about the company culture, and meeting team members. For example, During your onboarding, you'll learn how our team operates.

To hesitate means to pause before doing something, often because you are not sure or are nervous. In this context, saying don't hesitate to ask means you should feel free to ask questions without worrying. For example, If you're unsure about the report, don't hesitate to ask for help.

--fillInTheBlank--

--sentence--

If you have any questions during your BLANK, don't BLANK to ask.

--blanks--

onboarding

--feedback--

It is the process of getting used to a new job or position.


hesitate

--feedback--

It means to pause or delay in uncertainty. Here, it's encouraged not to delay asking questions.

--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": 3.16,
      "finishTimestamp": 6.44
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "If you have any questions during your onboarding, don't hesitate to ask.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}