Back to Freecodecamp

Task 42

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

latest1.5 KB
Original Source
<!-- (audio) Mark: If there's anything else I should do, let me know. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If there's anything else I BLANK do, let me know.

--blanks--

should

--feedback--

This modal verb is used to express advice, suggestions, or expectations.

--explanation--

Mark is asking Sophie to inform him if there are any other tasks he needs to complete.

Conditional sentences often use modal verbs. Should is a modal verb used to express advice or what is expected. For example:

If you need help, you should reach out to the support team. - If help is needed, it's a good idea to contact the support team.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 69.30,
      "finishTimestamp": 71.62
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "If there's anything else I should do, let me know.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}