Back to Freecodecamp

Task 100

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

latest1.6 KB
Original Source
<!-- (audio) James: If you see any security breaches or incidents, you have to report them immediately. -->

--description--

Immediately means doing something right away, without any delay. In a job, you might be asked to do important tasks immediately, especially in urgent situations. For example:

Report the fire immediately. - This means to tell someone about the fire as soon as possible.

--questions--

--text--

What does immediately mean?

--answers--

Right away, without waiting.


At a slow pace.

--feedback--

Immediately means quickly, not slowly.


After a long time.

--feedback--

Immediately means acting fast, not after a delay.


Only if you want to.

--feedback--

Immediately means it must be done now, not optionally.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 44.84,
      "finishTimestamp": 49.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.80,
      "dialogue": {
        "text": "If you see any security breaches or incidents, you have to report them immediately.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.30
    }
  ]
}