mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
905e7d5a5c
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
2.2 KiB
2.2 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657cfe92331ff7926a65dc47 | Task 76 | 19 | task-76 |
--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--
{
"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
}
]
}