Back to Freecodecamp

Task 2

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Hey Sarah, my computer is acting up. I can't open any files. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom's problem with his computer?

--answers--

He can't find his files on the computer.

--feedback--

Tom can locate his files but can't open them.


His computer is running out of battery.

--feedback--

The issue is with the computer's functionality, not its battery.


The computer is very slow.

--feedback--

Tom's specific problem is with opening files, not general slowness.


His computer is malfunctioning and he can't open files.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Sarah. My computer is acting up. I can't open any files.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.3
    }
  ]
}