Back to Freecodecamp

Task 32

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: No problem, Tom. I noticed the issue you mentioned, and I've already tried a few things to solve it. -->

--description--

It's important to understand responses and actions in a conversation. This task focuses on what Sarah did after noticing the issue.

--questions--

--text--

What did Sarah do about the issue Tom mentioned?

--answers--

She is planning to solve it later

--feedback--

Sarah doesn't mention planning to do it later.


Sarah has already tried a few things to solve it


She asked someone else for help

--feedback--

There is no mention of Sarah asking for help from others in her response.


She did nothing about it

--feedback--

Sarah stated that she already tried a few things, which means she did take some action.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.84,
      "finishTimestamp": 9.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "No problem, Tom. I noticed the issue you mentioned and I've already tried a few things to solve it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}