Back to Freecodecamp

Task 58

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

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

--description--

Maria observes something and talks to Tom.

--questions--

--text--

What is happening in this interaction between Maria and Tom?

--answers--

Tom is offering to help Maria with the version control system.

--feedback--

Maria is the one offering help to Tom, not the other way around.


Maria is asking Tom for help with the version control system.

--feedback--

Maria notices Tom's struggle and offers help, rather than asking for it herself.


Maria notices Tom's difficulty and offers assistance.


They are discussing how easy the version control system is.

--feedback--

The conversation is about Tom struggling, not about the ease of the system.

--video-solution--

3

--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
    }
  ]
}