Back to Freecodecamp

Task 65

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

latest1.6 KB
Original Source
<!-- (audio) Jake: Yes, I conduct regular security sweeps. It's essential to ensure everything is secure. -->

--description--

Understanding a professional's range of duties and the importance of each task is crucial.

This involves grasping terms like ensure and essential, which highlight the significance and requirements of various job responsibilities.

--questions--

--text--

Which of these are part of Jake's responsibilities?

--answers--

Conducting training sessions.

--feedback--

Training sessions are not mentioned in his duties.


Conducting security sweeps.


Managing the cafeteria.

--feedback--

Managing the cafeteria is not part of his security role.


Organizing office parties.

--feedback--

Organizing parties is not indicated as one of his tasks.

--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": 26.58,
      "finishTimestamp": 32.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.20,
      "dialogue": {
        "text": "Yes, I conduct regular security sweeps. It's essential to ensure everything is secure.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.70
    }
  ]
}