Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685629e26f1e07f5b3083c30.md

latest2.1 KB
Original Source
<!-- (Audio) Jake: Hmm... We could try to integrate real-time alerts with more intuitive graphics. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Jake think they could improve the warning messages?

--answers--

By combining immediate messages with visuals that are easy to understand.


By removing all graphics from the interface.

--feedback--

Jake doesn't suggest removing graphics.


By delaying alerts to avoid distractions.

--feedback--

Jake doesn't want alerts to happen later.


By making the alerts more detailed and technical.

--feedback--

Jake doesn't suggest making alerts more complex.

--video-solution--

1

--explanation--

Real-time alerts are messages or warnings that appear immediately as something happens. For example:

The app sends real-time alerts if someone logs in from a new location. – This means every time someone logs in from a different place, the user receives an immediate warning message.

Graphics are images or visual elements used to communicate information. For example:

The dashboard uses graphics to show project progress. – This means visual tools like charts or icons are used to make data easier to understand.

--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": 58.44,
      "finishTimestamp": 63.1
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Hmm... We could try to integrate real-time alerts with more intuitive graphics.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}