curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657ca996f3fdf683f408f632.md
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.
What does several imply in Bob's phrase?
Working on two projects.
Several usually means more than two.
Working on a large number of projects.
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.
Several indicates multiple items, not just one.
3
{
"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
}
]
}