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 |
|---|---|---|---|
| 657dc5ff02128e3ed5ae3740 | Task 100 | 19 | task-100 |
--description--
Sophie makes a statement about the outcome of team members having a chance to speak.
--questions--
--text--
What is the result of all team members having the chance to speak, according to Sophie?
--answers--
No one understands the projects.
--feedback--
Sophie indicates that understanding is shared, not lacking.
There is confusion about tasks.
--feedback--
She doesn't mention any confusion; she talks about sharing information.
Each person is aware of the others' tasks.
The projects are often delayed.
--feedback--
Delay in projects is not mentioned as part of her statement.
--video-solution--
3
--scene--
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-4.mp3",
"startTime": 1,
"startTimestamp": 36.06,
"finishTimestamp": 39.78
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 4.72,
"dialogue": {
"text": "All the team members have a chance to speak, so everyone knows what the others are doing.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 5.22
}
]
}