Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657b971e15225e53da93afd3.md
T
2025-03-17 18:57:18 +00:00

116 lines
2.2 KiB
Markdown

---
id: 657b971e15225e53da93afd3
title: Task 41
challengeType: 22
dashedName: 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--
```json
{
"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
}
]
}
```