Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ee4ed87d60e00c5347db25.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: It's not a big deal, but we should fix it before it causes problems. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's not a big deal, but we BLANK it before it causes problems.

--blanks--

should fix

--feedback--

Use a modal verb and a base verb. Remember, modal verbs are always followed by a base verb without to.

--explanation--

Time to review modal verbs. Should is used to give advice or say what is the right thing to do. For example:

He should be online soon. - He will probably be available soon.

Remember, modal verbs are always followed by the base form of the verb (without to).

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.72,
      "finishTimestamp": 8.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "It's not a big deal, but we should fix it before it causes problems.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}