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

83 lines
1.5 KiB
Markdown

---
id: 657cbc6e9b4676aedfa305bc
title: Task 48
challengeType: 22
dashedName: task-48
---
<!-- (audio )Sophie: Well, she's very proactive and she likes everything in order. -->
# --description--
Adjectives can also describe how a person likes things to be done. In the dialogue, Sophie says Maria `likes everything in order`, which means she prefers things to be organized and arranged well.
# --instructions--
Listen to the audio to complete the sentence below.
# --fillInTheBlank--
## --sentence--
`Well, she's very BLANK and she likes everything in BLANK.`
## --blanks--
`proactive`
### --feedback--
How would you describe someone who is taking action by causing change?
---
`order`
### --feedback--
Try to listen to the adjectives Sophie uses to describe Maria.
# --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": 5.36,
"finishTimestamp": 8.24
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.88,
"dialogue": {
"text": "Well, she's very proactive and she likes everything in order.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.38
}
]
}
```