Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b5242462e98d90ee79af7f.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--

How sure is Anna about employees using strong passwords?

--answers--

She is certain.

--feedback--

Might indicates possibility, not certainty.


She is very sure.

--feedback--

Consider that might expresses uncertainty.


She is not sure.


She knows for sure.

--feedback--

Might does not convey certainty.

--video-solution--

3

--explanation--

Might is used to express possibility or uncertainty. It suggests that something is possible, but not certain. For example:

  • The system might crash if too many users log in at the same time. - There is a possibility of a system crash, but it's not certain.

  • He might finish the coding task by the end of the day. - He could finish the task, but it's not definite.

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