Back to Freecodecamp

Task 139

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814b35fa0caa31ddd2d9d12.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: Neither the developers nor the project managers want longer hours. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the developers BLANK the project managers want longer hours.

--blanks--

Neither

--feedback--

This word is used to show that not one or the other wants something. The first letter is capitalized.


nor

--feedback--

This word is used together with neither to join two negative options.

--explanation--

Neither ... nor is a paired conjunction structure used to show that two things are both not true. For example:

  • Neither the app nor the website is working right now. - Both the app and the website are not working.

  • He has neither the experience nor the skills for this task. - He doesn't have experience or skills.

Use the before both developers and project managers because they refer to specific roles within the team.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 46.2,
      "finishTimestamp": 49.68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Neither the developers nor the project managers want longer hours.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}