Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b52379a15cce8e79adda81.md

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Anna: It concerns me that some employees might not be using strong passwords. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna concerned about?

--answers--

That employees might be on vacation.

--feedback--

Consider if Anna is discussing something related to security.


That employees might not be using strong passwords.


That employees might be late.

--feedback--

Think about what Anna mentions regarding passwords.


That employees might not understand the training.

--feedback--

Focus on what Anna says about the employees' actions with passwords.

--video-solution--

2

--explanation--

When someone says they are concerned, it means they are worried about a specific issue. Anna explains what is making her anxious.

Pay attention to the words after It concerns me that... to understand what she is worried about. Focus on the words related to employee actions and security.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.88,
      "finishTimestamp": 10.32
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "It concerns me that some employees might not be using strong passwords.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}