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

77 lines
1.7 KiB
Markdown

---
id: 657cc1a2ced22ac3e7d57fd3
title: Task 52
challengeType: 22
dashedName: task-52
---
<!-- (audio) Tom: Those are great traits for someone in her position, I think. What does she do as the team lead? -->
# --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--
```json
{
"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
}
]
}
```