Back to Freecodecamp

Task 58

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

latest1.8 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--

Top condition refers to being in the best possible state or quality, especially important for equipment in safety-critical roles. For example, The fire extinguisher must be kept in top condition.

Emergencies are serious, unexpected situations that require immediate action, like a fire or a medical crisis. Emergencies is the plural form of emergency.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I can't forget to inspect the alarm systems. They have to be in BLANK BLANK in case of BLANK.

--blanks--

top

--feedback--

This word means the best or highest level of something.


condition

--feedback--

It's a state or situation of something.


emergencies

--feedback--

This word in the plural form refers to situations that need immediate action due to danger or urgency.

--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
    }
  ]
}