mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
1.7 KiB
1.7 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657cb91ed0a08ea3761c7407 | Task 46 | 22 | task-46 |
--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--
{
"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
}
]
}