Back to Freecodecamp

Task 52

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

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

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK me that some employees might not be using strong passwords.

--blanks--

concerns

--feedback--

This is the third person singular form of the verb concern.

--explanation--

In the Present Simple tense, the third person singular form of verbs usually ends in -s or -es. For example:

  • He codes every day. - The verb codes ends in -s because it refers to he.

  • She fixes bugs in the system. - The verb fixes ends in -es because it refers to she.

Concern means to worry or make someone feel anxious about something. For example:

  • The security of the network concerns the IT team. - The IT team is worried about the security of the network.

  • It concerns me that the software isn't updating correctly. - You are worried about the software not updating as it should.

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