Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66262b58c53d902944183b44.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Oh, that's frustrating. Have you tried restarting it? Tom: Yes, I did, but it didn't work. -->

--description--

Tom's response to Sarah is about his attempt to fix his computer. This task checks understanding of whether Tom's attempt was successful.

--questions--

--text--

Has Tom tried to restart the computer, and did that work?

--answers--

No, he hasn't tried restarting it yet.

--feedback--

Tom says that he did try to restart it.


Yes, he restarted it and it solved the problem.

--feedback--

Although Tom restarted the computer, he mentions it didn't fix the problem.


He's waiting for someone else to restart it.

--feedback--

Tom confirms that he has already tried restarting it himself.


Yes, he tried restarting, but it didn't help.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.4,
      "finishTimestamp": 9.26
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Oh, that's frustrating. Have you tried restarting it?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.77
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 3.77
    },
    {
      "character": "Tom",
      "startTime": 3.9,
      "finishTime": 5.86,
      "dialogue": {
        "text": "Yes, I did, but it didn't work.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}