Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f2c14cedd3306d65371a4.md

latest1.6 KB
Original Source
<!-- (audio) Lisa: It might work, but I'm not sure if Azure has the same level of support as AWS. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It BLANK work, but I'm not BLANK if Azure has the same level of support as AWS.

--blanks--

might

--feedback--

This word shows possibility, suggesting that something could happen but is not certain.


sure

--feedback--

This word expresses certainty or confidence about something.

--explanation--

Might is used to show possibility or uncertainty. It's often used when something is not guaranteed but could happen.

Sure is used to show certainty or confidence about a situation. When someone says they're not sure, it means they have doubts or don't know for certain.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.94,
      "finishTimestamp": 39.14
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "It might work, but I'm not sure if Azure has the same level of support as AWS.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}