Back to Freecodecamp

Task 108

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

latest1.6 KB
Original Source
<!-- (audio) Jake: Can you help me investigate this? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK you BLANK me investigate it?

--blanks--

Can

--feedback--

This is a modal verb used to ask for help or permission. The first letter is capitalized.


help

--feedback--

This verb means to assist or support someone with a task.

--explanation--

Can you help me... is a polite way to ask someone for assistance. For example:

  • Can you help me fix this error in my code? - You're asking for help to solve a coding problem.

  • Can you help me find the right software for my project? - You need assistance in choosing a good software tool.

Jake is politely asking Lisa to assist him in looking into the security issue.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.04,
      "finishTimestamp": 6.74
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "Can you help me investigate it?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.2
    }
  ]
}