Back to Freecodecamp

Task 37

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: That's great. What did you find? -->

--description--

This task tests your comprehension of what Tom is asking Sarah.

--questions--

--text--

What is Tom asking Sarah about?

--answers--

Why she didn't solve the issue

--feedback--

Tom's question is about what Sarah found, not about why she didn't solve the issue.


If she needs help with the issue

--feedback--

Tom's question focuses on Sarah's findings, not on offering help.


What she discovered about the issue


If she knew about the issue

--feedback--

Tom knows Sarah's aware of the issue.

--video-solution--

3

--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": 9.7,
      "finishTimestamp": 11.38
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "That's great. What did you find?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}