Back to Freecodecamp

Task 53

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

latest1.9 KB
Original Source
<!-- (audio) Jake: In the morning, I have to check the security cameras to make sure they are working properly. I have to monitor the entrances and exits at all times. -->

--description--

Understanding job obligations involves knowing what tasks are required in a specific role. Expressions like have to often indicate these essential duties. For example:

In my job, I have to ensure customer safety. - This shows a key responsibility.

--questions--

--text--

What are Jake's job responsibilities according to his description?

--answers--

Designing security systems.

--feedback--

Design work is not mentioned in Jake's duties.


Checking security cameras and monitoring entrances/exits.


Cooking in the cafeteria.

--feedback--

Cooking is not related to Jake's security role.


Teaching security courses.

--feedback--

Jake does not mention teaching as part of his job.

--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": 6.00,
      "finishTimestamp": 14.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "In the morning, I have to check the security cameras to make sure they are working properly.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.1,
      "finishTime": 9.04,
      "dialogue": {
        "text": "I have to monitor the entrances and exits at all times.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 9.54
    }
  ]
}