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>
77 lines
1.7 KiB
Markdown
77 lines
1.7 KiB
Markdown
---
|
|
id: 657cb91ed0a08ea3761c7407
|
|
title: Task 46
|
|
challengeType: 22
|
|
dashedName: task-46
|
|
---
|
|
|
|
<!-- (audio) Tom: Hey, Sophie! Tell me about our team lead, Maria. What is she like? -->
|
|
|
|
# --description--
|
|
|
|
In English, you ask two different questions when you want to know about someone's personality and someone's physical appearance. `What is he/she like?` is used to ask about personality traits, such as being kind, intelligent, or funny.
|
|
|
|
On the other hand, `What does he/she look like?` is the question you would ask if you want to know about how someone looks, for example, if they are tall, have blonde hair, or wear glasses.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Hey, Sophie! Tell me about our team lead, Maria. BLANK?`
|
|
|
|
## --blanks--
|
|
|
|
`What is she like`
|
|
|
|
### --feedback--
|
|
|
|
Is Tom asking about Maria's personality? Remember the correct structure of the question in English when deciding your answer.
|
|
|
|
# --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": 0.00,
|
|
"finishTimestamp": 4.24
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"startTime": 1,
|
|
"finishTime": 5.24,
|
|
"dialogue": {
|
|
"text": "Hey Sophie, tell me about our team lead, Maria. What is she like?",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 0,
|
|
"startTime": 5.74
|
|
}
|
|
]
|
|
}
|
|
```
|