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>
75 lines
1.5 KiB
Markdown
75 lines
1.5 KiB
Markdown
---
|
|
id: 657ced8b322c055e500c2d23
|
|
title: Task 73
|
|
challengeType: 22
|
|
dashedName: task-73
|
|
---
|
|
|
|
<!-- (audio) Sophie: `Maria thinks challenges are positive. She encourages us to find solutions together` -->
|
|
|
|
# --description--
|
|
|
|
The verb `to think` is used to express an opinion or belief about something. It is what you do with your mind when you consider or have an opinion on something.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Maria BLANK challenges are positive`
|
|
|
|
## --blanks--
|
|
|
|
`thinks`
|
|
|
|
### --feedback--
|
|
|
|
Remember to conjugate the verb. This verb is about using your mind to form opinions or beliefs. It is not about seeing with your eyes or feeling with your hands.
|
|
|
|
# --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": 41.96,
|
|
"finishTimestamp": 46.26
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 1,
|
|
"finishTime": 5.30,
|
|
"dialogue": {
|
|
"text": "Maria thinks challenges are positive. She encourages us to find solutions together.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 0,
|
|
"startTime": 5.80
|
|
}
|
|
]
|
|
}
|
|
```
|