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>
75 lines
1.4 KiB
Markdown
75 lines
1.4 KiB
Markdown
---
|
|
id: 657ce1f82fbe552fcba96375
|
|
title: Task 64
|
|
challengeType: 22
|
|
dashedName: task-64
|
|
---
|
|
|
|
<!-- (audio) Sophie: `She works from her office most of the time, but she's also in meetings a lot.` -->
|
|
|
|
# --description--
|
|
|
|
The phrase `most of the time` means usually or very often.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`She works from her office BLANK of the time, but she's also in meetings a lot.`
|
|
|
|
## --blanks--
|
|
|
|
`most`
|
|
|
|
### --feedback--
|
|
|
|
This phrase is used to describe something that happens frequently but not always.
|
|
|
|
# --scene--
|
|
|
|
```json
|
|
{
|
|
"setup": {
|
|
"background": "company2-center.png",
|
|
"characters": [
|
|
{
|
|
"character": "Sophie",
|
|
"position": {"x":50,"y":0,"z":1.4},
|
|
"opacity": 0
|
|
}
|
|
],
|
|
"audio": {
|
|
"filename": "1.3-3.mp3",
|
|
"startTime": 1,
|
|
"startTimestamp": 26.82,
|
|
"finishTimestamp": 30.36
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 1,
|
|
"finishTime": 4.54,
|
|
"dialogue": {
|
|
"text": "She works from her office most of the time, but she's also in meetings a lot.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 0,
|
|
"startTime": 5.04
|
|
}
|
|
]
|
|
}
|
|
```
|