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>
2.2 KiB
2.2 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b971e15225e53da93afd3 | Task 41 | 22 | task-41 |
--description--
When people confirm agreements informally, they often use this phrase. This seals the agreement with mutual understanding and acceptance.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
Tom: Cool. I want to hear you play some day. Sophie: Only if you show me your favorite pics. Tom: It's BLANK!
--blanks--
a deal
--feedback--
This phrase is like a verbal nod, confirming that both sides are happy and agree. There are two words.
--scene--
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": { "x": 50, "y": 15, "z": 1.2 },
"opacity": 0
},
{
"character": "Sophie",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 33.58,
"finishTimestamp": 38.92
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.52,
"dialogue": {
"text": "Cool. I want to hear you play someday.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.52
},
{
"character": "Sophie",
"opacity": 1,
"startTime": 3.52
},
{
"character": "Sophie",
"startTime": 3.52,
"finishTime": 5.42,
"dialogue": {
"text": "Only if you show me your favorite pics.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 5.42
},
{
"character": "Tom",
"opacity": 1,
"startTime": 5.42
},
{
"character": "Tom",
"startTime": 5.78,
"finishTime": 6.34,
"dialogue": {
"text": "It's a deal",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.84
}
]
}