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>
106 lines
2.0 KiB
Markdown
106 lines
2.0 KiB
Markdown
---
|
|
id: 657cbccfa92918b1037dbf60
|
|
title: Task 49
|
|
challengeType: 19
|
|
dashedName: task-49
|
|
---
|
|
|
|
<!-- (audio) Sophie: "Well, she's very proactive and she likes everything in order. I think she has a passion for technology and enjoys leading our team." -->
|
|
|
|
# --description--
|
|
|
|
The word `passion` is a big feeling of love for something. When you have a passion for something, you really enjoy it and think it's very important.
|
|
|
|
If someone has a passion for music, it means they love music a lot. In the conversation, Sophie talks about Maria's passion for something.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
Listen again and choose what Maria loves a lot:
|
|
|
|
## --answers--
|
|
|
|
`Making plans`
|
|
|
|
### --feedback--
|
|
|
|
`Passion` is a strong love for something. Which subject does Sophie say Maria loves?
|
|
|
|
---
|
|
|
|
`Organizing tasks`
|
|
|
|
### --feedback--
|
|
|
|
`Passion` is a strong love for something. Which subject does Sophie say Maria loves?
|
|
|
|
---
|
|
|
|
`Meetings`
|
|
|
|
### --feedback--
|
|
|
|
`Passion` is a strong love for something. Which subject does Sophie say Maria loves?
|
|
|
|
---
|
|
|
|
`Technology`
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|
|
# --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": 11.88
|
|
}
|
|
},
|
|
"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",
|
|
"startTime": 4.14,
|
|
"finishTime": 7.52,
|
|
"dialogue": {
|
|
"text": "I think she has a passion for technology and she enjoys leading our team.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 0,
|
|
"startTime": 8.02
|
|
}
|
|
]
|
|
}
|
|
```
|