curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4e837b8e9846e7ed6000f.md
Listen to the audio and answer the question below.
Does Bob agree with the idea of getting additional support?
Yes, he fully agrees and wants to move forward.
Bob thinks it's a good idea, but he has a concern about it.
No, he completely disagrees.
Bob does not reject the idea; he only raises a concern.
He likes the idea but is concerned about the budget.
He thinks they should find another solution instead.
Bob does not suggest an alternative solution.
3
That's a good idea, but... is often used to acknowledge an idea positively while introducing a concern or limitation. For example:
That's a good idea, but we don't have enough time to implement it. - This means the idea is good, but time is a problem.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_12-1.mp3",
"startTime": 1,
"startTimestamp": 43.18,
"finishTimestamp": 46.06
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.88,
"dialogue": {
"text": "That's a good idea, but I'm not sure we have the budget for that.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.38
}
]
}