Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fbba5f9807566fb0c39ef.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: By the end of this week, we'll have new job aids with updated security tips. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

By the end of this week, we'll have new BLANK with updated BLANK.

--blanks--

job aids

--feedback--

This phrase of two words refers to tools or materials that help employees perform their tasks better. The second word is in the plural form.


security tips

--feedback--

This phrase of two words refers to advice or recommendations to help keep systems and data safe. The second word is in the plural form.

--explanation--

Job aids are tools or materials, such as guides or checklists, that help employees do their work more effectively. For example:

The company provided job aids to help employees follow new procedures. - It shows that job aids, like guides or instructions, make it easier for employees to understand and follow updated processes at work.

Security tips are pieces of advice or recommendations to help people protect systems, data, and devices from risks. For example:

The IT team shared security tips on how to create strong passwords. - It indicates the IT team provided helpful advice, like creating strong passwords, to ensure better protection against threats like hacking.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.94,
      "finishTimestamp": 28.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "By the end of this week, we'll have new job aids with updated security tips.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}