Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657ce9e5593ae449e7ae6073.md
T
2025-03-17 18:57:18 +00:00

95 lines
1.8 KiB
Markdown

---
id: 657ce9e5593ae449e7ae6073
title: Task 66
challengeType: 19
dashedName: task-66
---
<!-- (audio) Sophie: "She works from her office most of the time, but she's also in meetings a lot." -->
# --description--
The sentence describes where Maria usually works and adds that she has meetings often.
# --questions--
## --text--
What does the sentence tell us about Maria's work habits?
## --answers--
She works from home and has meetings.
### --feedback--
This option is incorrect because there is no mention of Maria working from home, only from her office.
---
She is always in her office.
### --feedback--
This option is incorrect because the sentence specifically states `most of the time,` which implies that there are times when she is not in her office.
---
She is usually in meetings a lot.
### --feedback--
This option is incorrect because it does not acknowledge that Maria also spends a significant amount of time working from her office, not just in meetings.
---
She usually works from her office but often has meetings.
## --video-solution--
4
# --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
}
]
}
```