Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855f785fb25ec8c3918dd32.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: We could make the UI prompt users so that their questions are unique but memorable. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We could make the UI BLANK users so that their questions are BLANK but memorable.

--blanks--

prompt

--feedback--

This means to encourage or remind someone to take action or respond.


unique

--feedback--

This means one-of-a-kind or different from anything else.

--explanation--

To prompt means to cause or encourage someone to do something or give a response. For example:

The app prompts users to update their settings. – This means the app reminds or asks users to take an action.

Something unique is one-of-a-kind or unlike anything else. For example:

Each user gets a unique code for account activation. – This means the code is different for every person.

--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": 45.6,
      "finishTimestamp": 50.46
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "We could make the UI prompt users",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.08,
      "finishTime": 5.86,
      "dialogue": {
        "text": "so that their questions are unique but memorable.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}