Back to Freecodecamp

Task 92

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake suggest adding to the process of welcoming users to the app?

--answers--

A quiz that users can engage with directly.


A live chat with customer support.

--feedback--

Jake doesn't talk about live assistance.


A list of terms and conditions.

--feedback--

Jake doesn't talk about a list.


A new color scheme for the login screen.

--feedback--

Jake isn't focused on design.

--video-solution--

1

--explanation--

To incorporate means to include or add something as part of a whole. For example:

We plan to incorporate customer feedback into the next version of the app. – This means they will include users' comments when making updates.

--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
    }
  ]
}