Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124b13c04ccc28cf4abfc7.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: This way, every new person gets help and no one feels too stressed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK way, BLANK new person gets help and BLANK one feels too stressed.

--blanks--

This

--feedback--

It's a demonstrative determiner pointing to the method Bob just explained.


every

--feedback--

It means all members of a group individually, seen as a whole group.


no

--feedback--

It means not a single person.

--explanation--

This way uses this to refer to the method Bob just described.

Every new person uses every when talking about all individuals together (like a whole group).

No one means zero people - not a single person.

Both each and every describe all people, but the feeling is slightly different:

  • Each focuses on individuals separately: Each developer has a mentor.

  • Every focuses on the group as a whole: Every developer gets support.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.3,
      "finishTimestamp": 36.78
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.58,
      "dialogue": {
        "text": "This way, every new person gets help and no one feels too stressed.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}