Back to Freecodecamp

Task 107

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

latest1.6 KB
Original Source
<!-- Audio Reference: Tom: Isn't it supposed to support that feature? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Isn't it BLANK support that feature?

--blanks--

supposed to

--feedback--

These two words together are used to express something that is expected or assumed to happen, based on a plan, rule, or expectation.

--explanation--

Supposed to is used to express something that is expected or assumed to happen, based on a plan, rule, or expectation. For example:

  • The project is supposed to be finished by Friday. - This means it is expected to be completed by that time.

In Tom's sentence, he uses supposed to to talk about an expected feature in Visual Studio Code, suggesting that it should support the feature.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.28,
      "finishTimestamp": 12.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Isn't it supposed to support that feature?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}