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>
51 lines
740 B
Markdown
51 lines
740 B
Markdown
---
|
|
id: 657cec5d8f35ab56c672b561
|
|
title: Task 70
|
|
challengeType: 19
|
|
dashedName: task-70
|
|
---
|
|
|
|
# --description--
|
|
|
|
When you want to talk about something that happens regularly on a specific day of the week, you use the expression `every` followed by the day.
|
|
|
|
For example, `I go to the gym every Tuesday.`
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
What does `every Monday` mean?
|
|
|
|
## --answers--
|
|
|
|
Only on the next Monday.
|
|
|
|
### --feedback--
|
|
|
|
This option would mean just the coming Monday.
|
|
|
|
---
|
|
|
|
On Monday, one time.
|
|
|
|
### --feedback--
|
|
|
|
This choice would suggest it happens once, which is not what a regular meeting does.
|
|
|
|
---
|
|
|
|
On Mondays, sometimes.
|
|
|
|
### --feedback--
|
|
|
|
`Sometimes` means not every time.
|
|
|
|
---
|
|
|
|
On Mondays, every week.
|
|
|
|
## --video-solution--
|
|
|
|
4
|