curriculum/challenges/english/blocks/learn-how-to-share-feedback/679e1c968ce7831e712aaa1f.md
Listen to the audio and answer the question below.
What positive remarks does Bob have about Jessica's performance?
He says she needs to improve her QA work.
Bob is giving positive feedback, not suggesting improvements.
He says her QA work is incomplete.
Bob is complimenting Jessica, not pointing out missing work.
He says her QA work has caused issues.
Bob is acknowledging her great performance, not mentioning problems.
He says she has done a great job with her QA work.
4
The Present Perfect tense in you've done a great job is used because Jessica's work started in the past and still has relevance in the present. This tense connects past actions to their current effects. Another example:
She has improved the software significantly. - This means her improvements started in the past and still matter now.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_8-1.mp3",
"startTime": 1,
"startTimestamp": 3.3,
"finishTimestamp": 6.7
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.4,
"dialogue": {
"text": "I want to start by saying that you've done a great job with your QA work.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.9
}
]
}