Back to Freecodecamp

Task 33

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Of course! I'm here to help. What are you having trouble with? -->

--description--

In English, it's common to end questions with prepositions like with. For example, What are you working with? is asking about the subject someone is working on at that moment.

--questions--

--text--

What does Sarah want to know?

--answers--

What kind of help is needed

--feedback--

The question is more about identifying the specific problem, not the type of help.


The specific problem or issue someone is facing


Why someone is causing trouble

--feedback--

This question is about what someone is struggling with, not why they are causing trouble.


What time someone will finish their work

--feedback--

The question focuses on identifying a problem, not on the time of completion.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.84,
      "finishTimestamp": 9.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Of course. I'm here to help. What are you having trouble with?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}