Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65a84e922382a7bd112057ad.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--

Listen to the dialogue and answer the question.

--questions--

--text--

What has Sarah done about the issue Tom mentioned?

--answers--

She plans to look at it later

--feedback--

Sarah indicates that she has already taken action, not that she is planning to do it later.


She is waiting for more information

--feedback--

The dialogue suggests that Sarah has already acted, not that she is waiting for more information.


She doesn't know about the issue

--feedback--

Sarah acknowledges the issue and mentions her attempts to solve it, so she is aware of the issue.


She has already tried a few things to solve it

--video-solution--

4

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