curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b629dbf8298669fb4c1572.md
The word everyone means every person in a group. Every- is used when talking about all things or people in a group, one by one.
It's important to note that everyone sounds like it's talking about many people, but you use it with a singular verb. This is similar to other words starting with every- like everything and everybody.
For example, you say Everyone goes to the party, Everything is right or Everybody works hard.
Make sure means to check or ensure something is correct before moving on. For example, You make sure the code runs means you check the code to be certain it has no errors and can run properly.
Follow the rules means to do what the rules say. If there is a rule that says use camelCase for variable names, to follow the rules means you name your variables like myVariable instead of myBLANKvariable.
She makes sure we follow the rules and that BLANK is happy.
everyone
This word is used to refer to each person in a group. It emphasizes that no person is excluded from being happy in this context.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "3.3-1.mp3",
"startTime": 1,
"startTimestamp": 26.98,
"finishTimestamp": 30.62
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.64,
"dialogue": {
"text": "She makes sure we follow the rules and that everyone is happy.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.14
}
]
}