Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856241e019153d5969dcacc.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: Agreed. Another thing on my list is the warning messages for suspicious activities. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the next topic Linda wanted to talk about?

--answers--

Messages that alert users about unusual or risky behavior.


How to create a user guide for new employees.

--feedback--

Linda isn't focused on training materials.


The best way to schedule meetings with the team.

--feedback--

She's not discussing calendars or scheduling.


Changing the background color of the login screen.

--feedback--

Linda isn't concerned with design.

--video-solution--

1

--explanation--

To be on one's list means that something is planned or included among the tasks or topics someone wants to deal with. For example:

Fixing the login bug is the next thing on my list. – This means it is one of the planned tasks the person intends to work on.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 50.82,
      "finishTimestamp": 55.36
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "Agreed. Another thing on my list is",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3,
      "finishTime": 5.54,
      "dialogue": {
        "text": "the warning messages for suspicious activities.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}