Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657cfe92331ff7926a65dc47.md
T
2025-03-17 18:57:18 +00:00

122 lines
2.2 KiB
Markdown

---
id: 657cfe92331ff7926a65dc47
title: Task 76
challengeType: 19
dashedName: task-76
---
<!-- (audio) Tom: Great. And do you enjoy working with her?
Sophie: I do. She is supportive and she helps us a lot. -->
# --description--
In this dialogue, Sophie says she likes working with Maria, their team lead.
Tom asks: `Do you enjoy working with her?`. To say `yes` to a question that starts with `do`, you can say `Yes, I do` or simply `I do`. To say `no`, you can say `No, I don't` or `I don't`.
# --questions--
## --text--
What is Sophie's response to whether she enjoys working with Maria?
## --answers--
No, she does not like it.
### --feedback--
Sophie's response is positive, not negative.
---
She does not know Maria.
### --feedback--
Sophie talks about Maria in a way that shows she knows her well.
---
Yes, she enjoys it.
---
She has never worked with her.
### --feedback--
The conversation shows that Sophie does work with Maria and likes it.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": { "x": 50, "y": 15, "z": 1.2 },
"opacity": 0
},
{
"character": "Sophie",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.3-3.mp3",
"startTime": 1,
"startTimestamp": 47.62,
"finishTimestamp": 53.02
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 2.82,
"dialogue": {
"text": "And do you enjoy working with her?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3
},
{
"character": "Sophie",
"opacity": 1,
"startTime": 3
},
{
"character": "Sophie",
"startTime": 3.56,
"finishTime": 6.4,
"dialogue": {
"text": "I do. She's supportive and she helps us a lot.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.9
}
]
}
```