curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d8938e6254064bd4cd63fa.md
To meet deadlines means to finish work by the planned time. For example, We have to meet the deadline for the report by Friday, means the report must be completed before or on Friday.
To collaborate means to work together with others on a project or task. For example, I collaborate with my classmates on group projects, means working together with classmates to achieve a common goal.
The phrase have to is used to express necessity or obligation.
In my role, I have to BLANK project BLANK and BLANK with the development team.
meet
It indicates the necessity to complete work by a certain time.
deadlines
It refers to the specific time by which tasks must be finished.
collaborate
It means to work together with others.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "3.3-4.mp3",
"startTime": 1,
"startTimestamp": 5.94,
"finishTimestamp": 10.38
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.44,
"dialogue": {
"text": "In my role, I have to meet project deadlines and collaborate with the development team.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.94
}
]
}