Back to Freecodecamp

Task 21

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

latest2.8 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: A couple of developers from our branch in Seattle, and a UX designer I've collaborated with before. Do you know if we have any similar projects coming up here? Bob: Actually, we might. -->

--explanation--

Might is used to express possibility. It means that something is possible but not certain. For example:

  • I might go to the party if I finish my work. - It's possible I will go, but I'm not sure.

  • She might call you later. - It's possible she will call, but it's not certain.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob mean in his answer?

--answers--

There are definitely similar projects happening.

--feedback--

Might doesn't indicate certainty.


There are no similar projects at all.

--feedback--

Might doesn't indicate a complete absence of similar projects.


It is possible that there will be similar projects.


They have already finished the similar projects.

--feedback--

Might is about future possibilities, not about projects that are already finished.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.56,
      "finishTimestamp": 28.82
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "A couple of developers from our branch in Seattle",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.08,
      "finishTime": 5.56,
      "dialogue": {
        "text": "and a UX designer I've collaborated with before.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 6.16,
      "finishTime": 8.58,
      "dialogue": {
        "text": "Do you know if we have any similar projects coming up here?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 8.58
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 8.58
    },
    {
      "character": "Bob",
      "startTime": 8.58,
      "finishTime": 10.26,
      "dialogue": {
        "text": "Actually, we might.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.76
    }
  ]
}