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>
49 lines
686 B
Markdown
49 lines
686 B
Markdown
---
|
|
id: 657dbfb128eaef185f5fb51b
|
|
title: Task 84
|
|
challengeType: 19
|
|
dashedName: task-84
|
|
---
|
|
|
|
# --description--
|
|
|
|
The word `ongoing` describes something that is currently in progress, continuing, or not yet finished.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
What does `ongoing` mean in the context of projects?
|
|
|
|
## --answers--
|
|
|
|
Projects that are in progress.
|
|
|
|
---
|
|
|
|
Projects that are finished.
|
|
|
|
### --feedback--
|
|
|
|
`Ongoing` is the opposite of finished.
|
|
|
|
---
|
|
|
|
Projects that are not started.
|
|
|
|
### --feedback--
|
|
|
|
If a project has not started, it cannot be ongoing.
|
|
|
|
---
|
|
|
|
Projects that are postponed.
|
|
|
|
### --feedback--
|
|
|
|
`Postponed` means delayed, which is not the same as ongoing.
|
|
|
|
## --video-solution--
|
|
|
|
1
|