Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67ed2de3d1346ae44223fe1b.md

latest1.5 KB
Original Source
<!-- (Audio) Mark: Hey, Lisa. I need your help with something. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Lisa. I BLANK your help BLANK something.

--blanks--

need

--feedback--

This verb is used when someone requires or asks for assistance.


with

--feedback--

This preposition is used to indicate the thing or person that is being assisted.

--explanation--

Need your help with is a common phrase used to request assistance from someone. For example:

  • I need your help with this project. – This means you want someone to assist you on a project.

  • She needs his help with fixing her laptop. – This means she wants him to assist her in fixing the laptop.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.46
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Hey, Lisa. I need your help with something.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}