Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e431551f0835bbec6ccad.md

latest1.5 KB
Original Source
<!-- (audio) Jake: I can't forget to inspect the alarm systems. They have to be in top condition in case of emergencies. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Jake say he can't forget to inspect the alarm systems?

--answers--

Because they rarely malfunction.

--feedback--

The focus is on readiness for emergencies, not the frequency of malfunctions.


To ensure they are in top condition for emergencies.


Because he enjoys inspecting them.

--feedback--

Enjoyment isn't the reason mentioned for the inspection.


To make time pass quickly.

--feedback--

The reason is related to safety, not passing time.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.24,
      "finishTimestamp": 23.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.94,
      "dialogue": {
        "text": "I can't forget to inspect the alarm systems. They have to be in top condition in case of emergencies.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.44
    }
  ]
}