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

93 lines
1.8 KiB
Markdown

---
id: 657b7d76e9447705f7e5ceb8
title: Task 35
challengeType: 19
dashedName: task-35
---
# --description--
In English, there's a phrase you might hear that means something makes you very happy or gives you a lot of pleasure: `It makes my day.` When someone says this, it means that a particular thing or event has made them feel really good.
# --questions--
## --text--
What does Sophie mean when she says `any nice tune makes my day`?
## --answers--
She gets disappointed by nice music.
### --feedback--
The phrase `makes my day` is a positive expression. It's used when something has a very good impact on how you feel, not a negative one.
---
Nice music ruins her mood.
### --feedback--
The phrase `makes my day` is a positive expression. It's used when something has a very good impact on how you feel, not a negative one.
---
Nice music greatly improves her mood.
---
Nice music is something she never listens to.
### --feedback--
The phrase `makes my day` is a positive expression. It's used when something has a very good impact on how you feel, not a negative one.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 30.24,
"finishTimestamp": 33.58
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 4.34,
"dialogue": {
"text": "I enjoy classic rock, but any nice tune makes my day",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.84
}
]
}
```