Back to Freecodecamp

Task 51

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

latest1.6 KB
Original Source
<!-- (Audio) Jake: I have to monitor the entrances and exits at all times. -->

--description--

Entrances are the places where you can enter a building or an area, while exits are where you can leave. These terms are important in security to control and monitor the movement of people. For example:

The main entrance is at the front of the office, and the exit is at the back. - This means people come in through the front door and leave through the back door.

--questions--

--text--

What is Jake responsible for monitoring?

--answers--

The office windows.

--feedback--

Windows are not mentioned in Jake's responsibilities.


The building's roofs.

--feedback--

Monitoring roofs is not specified in this context.


The entrances and exits.


The parking area.

--feedback--

Parking area monitoring is not discussed in Jake's duties.

--video-solution--

3

--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": 10.10,
      "finishTimestamp": 14.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "I have to monitor the entrances and exits at all times.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}