Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68562c78d7585705afa43798.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: Maybe a pop-up that requires immediate user action before they can proceed? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Jake, what will the pop-up do?

--answers--

It will show a summary of past alerts.

--feedback--

Jake doesn't talk about reviewing past alerts.


It will stop users until they respond.


It will ask users to download a new version of the app.

--feedback--

Jake doesn't mention updates or downloads.


It will explain how to contact support.

--feedback--

Jake doesn't mention giving support information.

--video-solution--

2

--explanation--

To require means to need something or demand that someone do something. For example:

The form requires your signature before submission. – This means you must sign the form to complete it.

To proceed means to continue or move forward with something. For example:

Click "Next" to proceed with the installation. – This means continue to the next step of the process.

--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": 63.08,
      "finishTimestamp": 67.30
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Maybe a pop-up that requires immediate user action before they can proceed?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}