mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
70fc81106a
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
108 lines
1.9 KiB
Markdown
108 lines
1.9 KiB
Markdown
---
|
|
id: 681cb82d3b4e650667b8e3b9
|
|
title: Task 69
|
|
challengeType: 19
|
|
dashedName: task-69
|
|
lang: en-US
|
|
---
|
|
|
|
<!-- (Audio) Alice: Maybe consider emphasizing how essential these features are? -->
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio and answer the question below.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
What is Alice suggesting Jake should do?
|
|
|
|
## --answers--
|
|
|
|
He should remove some features from the product.
|
|
|
|
### --feedback--
|
|
|
|
Alice is not asking him to take anything out.
|
|
|
|
---
|
|
|
|
He should explain the pricing in more detail.
|
|
|
|
### --feedback--
|
|
|
|
The audio is about the importance of features, not the price.
|
|
|
|
---
|
|
|
|
He should make the importance of the features more clear.
|
|
|
|
---
|
|
|
|
He should rewrite everything using technical language.
|
|
|
|
### --feedback--
|
|
|
|
Alice doesn't mention technical language or rewriting everything.
|
|
|
|
## --video-solution--
|
|
|
|
3
|
|
|
|
# --explanation--
|
|
|
|
Alice says, `consider emphasizing how essential these features are`.
|
|
|
|
`Emphasizing` means giving more focus, and `how essential` means how necessary or important something is.
|
|
|
|
These mean she wants Jake to clearly show why the features matter.
|
|
|
|
# --scene--
|
|
|
|
```json
|
|
{
|
|
"setup": {
|
|
"background": "interview-room3.png",
|
|
"characters": [
|
|
{
|
|
"character": "Alice",
|
|
"position": {
|
|
"x": 50,
|
|
"y": 0,
|
|
"z": 1.4
|
|
},
|
|
"opacity": 0
|
|
}
|
|
],
|
|
"audio": {
|
|
"filename": "B1_19-2.mp3",
|
|
"startTime": 1,
|
|
"startTimestamp": 26.82,
|
|
"finishTimestamp": 29.8
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Alice",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Alice",
|
|
"startTime": 1,
|
|
"finishTime": 3.98,
|
|
"dialogue": {
|
|
"text": "Maybe consider emphasizing how essential these features are?",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Alice",
|
|
"opacity": 0,
|
|
"startTime": 4.48
|
|
}
|
|
]
|
|
}
|
|
```
|