Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d5567d6389fe2bdb47a51f.md

latest1.4 KB
Original Source
<!-- (Audio) Mark: Okay, thanks for letting me know. I'll handle it. Is there anything else I need to do? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Okay, thanks for letting me know. I'll handle it. Is there anything else I BLANK?

--blanks--

need to do

--feedback--

These three words ask if there are additional required actions.

--explanation--

Need to do is used to ask if something is necessary. Mark is making sure there are no additional responsibilities he must complete.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 51.22,
      "finishTimestamp": 55.54
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "Okay, thanks for letting me know. I'll handle it. Is there anything else I need to do?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}