Back to Freecodecamp

Task 85

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe a BLANK that requires immediate user action before they can proceed?

--blanks--

pop-up

--feedback--

This refers to a small window or message that appears on the screen and usually needs a response. This is a compound word, remember to use -.

--explanation--

A pop-up is a small window or message that appears suddenly on a screen to give information or ask for input. For example:

A pop-up appeared asking me to confirm my email address. – This means a small message showed up that required the user to take action.

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