Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b28d5f4b4c502d2b7917e1.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: I see. We might have to talk to the team to see if they can help us. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom suggesting they do about the issue?

--answers--

They should work on the issue alone.

--feedback--

Tom suggests talking to the team, not working on it alone.


They might need to discuss the issue with the team.


They will wait for the team to notice the issue.

--feedback--

Tom talks about actively talking to the team, not waiting for them to notice.


They can fix the issue without any help.

--feedback--

Tom is considering getting help from the team, not fixing it alone.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.74,
      "finishTimestamp": 24.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "I see. We might have to talk to the team to see if they can help us.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}