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>
83 lines
1.7 KiB
Markdown
83 lines
1.7 KiB
Markdown
---
|
|
id: 657cc2b9cc9e97c7bd862273
|
|
title: Task 53
|
|
challengeType: 22
|
|
dashedName: task-53
|
|
---
|
|
|
|
# --description--
|
|
|
|
The phrase `great traits` means very good qualities or characteristics. When you talk about someone's `position,` you mean the job or role they have.
|
|
|
|
By saying `great traits for someone in her position,` Tom is saying that the qualities Sophie described are very good for the job that Maria has as a team lead.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`The qualities of being proactive and organized are BLANK BLANK for a team leader.`
|
|
|
|
## --blanks--
|
|
|
|
`great`
|
|
|
|
### --feedback--
|
|
|
|
Think of two words that mean `very good qualities.` Tom uses these words to say that Maria's qualities are very suitable for her role or job.
|
|
|
|
---
|
|
|
|
`traits`
|
|
|
|
### --feedback--
|
|
|
|
Think of two words that mean `very good qualities.` Tom uses these words to say that Maria's qualities are very suitable for her role or job.
|
|
|
|
# --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
|
|
}
|
|
]
|
|
}
|
|
```
|