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

73 lines
1.6 KiB
Markdown

---
id: 657cbef9aa43ceba8af6feb4
title: Task 51
challengeType: 22
dashedName: task-51
---
<!-- (audio) Sophie: "I think she has a passion for technology and enjoys leading our team." -->
# --description--
When you like doing something very much, you can say you `enjoy` it. It's a simple way to express that something makes you happy.
For example, you can say, `I enjoy playing video games` if playing video games is fun for you. In the dialogue, Sophie tells us something that Maria enjoys in her job.
# --fillInTheBlank--
## --sentence--
`I think she has a passion for technology and she BLANK leading our team.`
## --blanks--
`enjoys`
### --feedback--
What word would you use to say that Maria finds happiness in guiding the team? It's the same word used when you have fun or like doing an activity.
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-3.mp3",
"startTime": 1,
"startTimestamp": 8.50,
"finishTimestamp": 11.88
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "I think she has a passion for technology and she enjoys leading our team.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.88
}
]
}
```