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>
59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
---
|
|
id: 657dc81ff9e4eb5177179dd0
|
|
title: Task 105
|
|
challengeType: 19
|
|
dashedName: task-105
|
|
---
|
|
|
|
# --description--
|
|
|
|
`Occasionally` means something happens now and then. It is not all the time, and not never, but somewhere in between. If you occasionally get a bug in your code, it means it happens sometimes, but not too often.
|
|
|
|
Take a look at these adverbs, and the frequency they usually represent.
|
|
|
|
| Adverb | Frequency | Adverb | Frequency |
|
|
| ------------ | --------- | --------- | --------- |
|
|
| Never | 0% | Often | 70% |
|
|
| Rarely | 5% | Generally | 80% |
|
|
| Seldom | 15% | Usually | 90% |
|
|
| Occasionally | 30% | Always | 100% |
|
|
| Sometimes | 50% | | |
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
Choose the word that has a similar meaning to `occasionally.`
|
|
|
|
## --answers--
|
|
|
|
Frequently
|
|
|
|
### --feedback--
|
|
|
|
`Frequently` means it happens often, which is more than occasionally.
|
|
|
|
---
|
|
|
|
Rarely
|
|
|
|
### --feedback--
|
|
|
|
`Rarely` means it almost never happens, which is less than occasionally.
|
|
|
|
---
|
|
|
|
Sometimes
|
|
|
|
---
|
|
|
|
Always
|
|
|
|
### --feedback--
|
|
|
|
`Always` means it happens every time, which is not similar to occasionally.
|
|
|
|
## --video-solution--
|
|
|
|
3
|