curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9ce2dba0191379135ba72.md
Listen to the audio and answer the question below.
What is the team worried about?
That the deadline does not give them enough time.
That the deadline is too far away.
The meaning does not have to do with it being far away.
That the deadline was already postponed.
Maria does not mention any deadline extension.
That the deadline does not affect their work.
The team seems to consider the deadline an issue.
1
Really and too are both intensifiers, but they have different meanings. Really strengthens the adjective it modifies without indicating excess. Too, on the other hand, indicates excess, meaning more than what is acceptable or manageable. For example:
The project is really important. - This means that the project is very important, but not necessarily too much.
This task is too complicated. - This means that it is more complicated than it should be.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Maria",
"position": {
"x": 50,
"y": 0,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "B1_12-3.mp3",
"startTime": 1,
"startTimestamp": 5.18,
"finishTimestamp": 8.74
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 2.54,
"dialogue": {
"text": "Sure, Bob. It's about the new deadline.",
"align": "center"
}
},
{
"character": "Maria",
"startTime": 2.8,
"finishTime": 4.56,
"dialogue": {
"text": "The team is really worried it's too tight.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.06
}
]
}