Back to Freecodecamp

Task 56

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

latest1.4 KB
Original Source
<!-- (Audio) Maria: That's good to hear. I was worried it might be something more complicated. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What was Maria's initial concern about the issue?

--answers--

That it was a minor error

--feedback--

A minor error wouldn't worry Maria.


That it might be something more complicated


That Tom couldn't fix it

--feedback--

Maria was not worried about Tom's ability to fix the issue.


That it would require a new software

--feedback--

Her concern was not about needing new software.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.02,
      "finishTimestamp": 13.18
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "That's good to hear. I was worried it might be something more complicated.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}