Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ca996f3fdf683f408f632.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: She's been with the company for five years now, working on several projects. -->

--description--

Several is a word used to indicate an unspecified quantity that is more than two but not many. It's often used when the exact number is not important or not known.

--questions--

--text--

What does several imply in Bob's phrase?

--answers--

Working on two projects.

--feedback--

Several usually means more than two.


Working on a large number of projects.

--feedback--

Several implies more than a few but not a very large number.


Working on a few projects, more than two but not many.


Working on one major project.

--feedback--

Several indicates multiple items, not just one.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.96,
      "finishTimestamp": 18.60
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "She's been with the company for five years now, working on several projects.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}