Back to Freecodecamp

Task 89

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

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Lastly, about phishing. Any BLANK on how we can BLANK users through the interface?

--blanks--

thoughts

--feedback--

This refers to ideas or suggestions someone might have. Use the plural form.


educate

--feedback--

This means to teach or inform someone about something.

--explanation--

A thought is an idea, opinion, or suggestion. For example:

Do you have any thoughts on how to improve the login process? – This means asking for ideas or input.

To educate means to teach someone, usually to increase their knowledge or understanding. For example:

The goal is to educate employees about safe online behavior. – This means helping employees learn how to stay safe on the internet.

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