Back to Freecodecamp

Task 102

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

latest2.2 KB
Original Source
<!-- (audio) Linda: Do we have to report every security incident? James: Absolutely. If you see any security breaches or incidents, you have to report them immediately. -->

--description--

In conversations, especially about rules or procedures at work, every and any are used to talk about different situations. Every is about all items in a group, while any often refers to one or more items in questions or negative sentences.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Linda: Do we have to report BLANK security incident?

James: Absolutely. If you see BLANK security breaches or incidents, you have to report them immediately.

--blanks--

every

--feedback--

This word is used to talk about all items or situations in a group.


any

--feedback--

This word can mean one, some, or all, often used in questions.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 40.84,
      "finishTimestamp": 49.64
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Do we have to report every security incident?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.14
    },
    {
      "character": "James",
      "opacity": 1,
      "startTime": 3.15
    },
    {
      "character": "James",
      "startTime": 3.72,
      "finishTime": 9.80,
      "dialogue": {
        "text": "Absolutely. If you see any security breaches or incidents, you have to report them immediately.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 10.30
    }
  ]
}