Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856c496b1fffa4a568373fa.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: We could incorporate an interactive quiz during the onboarding process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We could incorporate an BLANK quiz during the BLANK process.

--blanks--

interactive

--feedback--

This describes something that lets users take part or respond actively.


onboarding

--feedback--

This refers to the process of introducing new users or employees to a system or company.

--explanation--

Something interactive allows people to take part or respond while something is happening. For example:

The app includes an interactive tutorial to guide new users. – This means users can respond to the tutorial while going through it.

An onboarding process is the sequence of steps to welcome and train new employees or users. For example:

The onboarding process includes setting up accounts and reviewing policies. – This means helping someone get started and learn how things work.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 74.74,
      "finishTimestamp": 78.44
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "We could incorporate an interactive quiz",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.06,
      "finishTime": 4.7,
      "dialogue": {
        "text": "during the onboarding process.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}