Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855f8b89750899298408798.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 answer the question below.

--questions--

--text--

How does Jake describe custom questions?

--answers--

They should be long and detailed.

--feedback--

Jake doesn't think they should be longer.


They should be technical and complex.

--feedback--

Jake doesn't want the questions to be complicated.


They should be personal but easy to remember.


They should be checked by the IT team every week.

--feedback--

Jake says nothing about regular reviews by others.

--video-solution--

3

--explanation--

Something memorable is easy to remember because it stands out or has meaning. For example:

The speech was short but memorable. – This means people can easily remember it because it was special or clear.

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