Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625de24962337919e462c20.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Hey, Tom. I noticed that you were struggling with the version control system. Need a hand? -->

--description--

To struggle with something means to have difficulty handling or coping with it. For example, struggling with a difficult math problem means having a hard time solving it. It's like facing a challenge that is not easy to overcome.

Need a hand? is an informal way of asking if someone needs help. It's like saying, Do you need some assistance? For instance, if you see someone carrying a lot of books, you might ask, Need a hand with those books?

--fillInTheBlank--

--sentence--

Hey, Tom. I noticed that you were BLANK with the version control system. BLANK a hand?

--blanks--

struggling

--feedback--

This word means having difficulty with something, facing a challenge.


Need

--feedback--

It means requiring assistance or support from someone else.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "Hey, Tom. I noticed that you were struggling",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.94,
      "finishTime": 5.26,
      "dialogue": {
        "text": "with the version control system. Need a hand?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}