mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
1.5 KiB
1.5 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657cbc6e9b4676aedfa305bc | Task 48 | 22 | task-48 |
--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--
{
"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
}
]
}