Back to Freecodecamp

Task 114

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

latest1.9 KB
Original Source
<!-- Audio Reference: Sarah: It should, but it's not displaying because the live server extension might not be running. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It should, but it's not displaying because the live server extension BLANK BLANK BLANK running.

--blanks--

might

--feedback--

This modal verb is used to express a possibility.


not

--feedback--

This word is used to make the sentence negative, indicating that something is not happening.


be

--feedback--

Remember the verb to be.

--explanation--

Might is used to express possibility. When Sarah says, might not be running, she's suggesting that it's possible the live server extension isn't currently active or working. For example:

  • The server might be down. - It's possible the server isn't working.

  • She might not be available today. - It's possible she's not free today.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.62,
      "finishTimestamp": 16.66
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.62,
      "dialogue": {
        "text": "It should, but it's not displaying",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.62,
      "finishTime": 5.04,
      "dialogue": {
        "text": "because the live server extension might not be running.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}