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.6 KiB
1.6 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b73ad321867c36c1c621d | Task 31 | 22 | task-31 |
--description--
In conversations, you might use certain phrases to show you agree or to go back to a topic that was mentioned before.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
Electric, BLANK! Back to your hobbies, though, do you have any favorite photography themes?
--blanks--
for sure
--feedback--
Listen for the two words Sophie uses to express strong agreement.
--scene--
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 18.30,
"finishTimestamp": 22.72
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.16,
"dialogue": {
"text": "Electric for sure. Back to your hobbies, though.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 3.16,
"finishTime": 5.38,
"dialogue": {
"text": "Do you have any favorite photography themes?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 5.88
}
]
}