Back to Freecodecamp

Task 59

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

latest1.7 KB
Original Source
<!-- (audio) Jake: I can't forget to inspect the alarm systems. -->

--description--

Can't is sometimes used for referring to something that should not be done, usually for reasons like safety, rules, or best practices.

It emphasizes the importance of avoiding certain actions. For example:

You can't enter restricted areas without permission. - This highlights a strict rule or prohibition.

--questions--

--text--

What does Jake mean by saying he can't forget to inspect the alarm systems?

--answers--

It is a habit he enjoys.

--feedback--

Can't forget implies necessity, not personal enjoyment.


It's a less important part of his job.

--feedback--

The phrase indicates the task's importance, not its lack of importance.


It's a task he delegates to others.

--feedback--

When Jake says I can't forget, it suggests a personal responsibility, not delegation.


It's a crucial task he needs to remember.

--video-solution--

4

--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": 19.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.40,
      "dialogue": {
        "text": "I can't forget to inspect the alarm systems.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.90
    }
  ]
}