Back to Freecodecamp

Task 31

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Hey Sarah, I saw your comment on the issue I opened. Thanks for your help. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Tom say about Sarah in his sentence?

--answers--

Sarah helped him with a problem he found


Sarah found a new problem

--feedback--

She didn't find a new problem.


Sarah solved a problem for him

--feedback--

She didn't solve a problem for Tom.


Sarah sent an email about the problem

--feedback--

Tom doesn't mention an email.

--video-solution--

1

--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": 0,
      "finishTimestamp": 4.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Hey, Sarah. I saw your comment on the issue I opened. Thanks for your help.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}