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>
1.7 KiB
1.7 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657cc1a2ced22ac3e7d57fd3 | Task 52 | 22 | task-52 |
--description--
Imagine you're pointing to something that is not right next to you but a little far away; you use those. If something is very close to you, like the book in your hands, you use these.
In the dialogue, Tom says Those are great traits... because he's talking about the traits Sophie mentioned just a moment ago. He's not talking about traits that are being shown to him right this second.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
BLANK are great traits for someone in her position, I think.
--blanks--
Those
--feedback--
Use this word when the things you're talking about are close to you or are the main topic of the current conversation.
--scene--
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.3-3.mp3",
"startTime": 1,
"startTimestamp": 12.30,
"finishTimestamp": 16.88
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.58,
"dialogue": {
"text": "Those are great traits for someone in her position, I think. What does she do as the team lead?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.08
}
]
}