Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856c2ccc11c124383770e5b.md

latest2.2 KB
Original Source
<!-- (Audio) Linda: Lastly, about phishing. Any thoughts on how we can educate users through the interface? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Linda asking Jake?

--answers--

If users already know how to use the interface.

--feedback--

She's not asking about current user knowledge.


For ideas on how to help users learn about phishing using the system.


Why phishing is a common problem.

--feedback--

Linda doesn't ask for an explanation about phishing.


Whether users understand security warnings.

--feedback--

Linda's focus is not on understanding the warnings.

--video-solution--

2

--explanation--

Lastly is used to introduce the final point in a list or discussion. For example:

Lastly, let's review the budget changes. – This means it's the last item to talk about.

Any thoughts on... is an informal way of asking for someone's ideas or opinions. It often omits the full phrase Do you have any thoughts on... in the beginning. For example:

Any thoughts on how we can improve this layout? – This means the speaker is asking for ideas in a friendly and casual way about how to make a layout better.

--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": 70.02,
      "finishTimestamp": 74.54
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Lastly, about phishing. Any thoughts on",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.44,
      "finishTime": 5.52,
      "dialogue": {
        "text": "how we can educate users through the interface?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}