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
768 B
Markdown
49 lines
768 B
Markdown
---
|
|
id: 657b703d0cd20eb51c2fd239
|
|
title: Task 27
|
|
challengeType: 19
|
|
dashedName: task-27
|
|
---
|
|
|
|
# --description--
|
|
|
|
Let's practice creating negative sentences with an auxiliary verb.
|
|
|
|
# --questions--
|
|
|
|
## --text--
|
|
|
|
Choose the sentence that correctly uses `don't` to express what someone does not do.
|
|
|
|
## --answers--
|
|
|
|
I don't coding on weekends.
|
|
|
|
### --feedback--
|
|
|
|
Incorrect: `coding` should be in the base form `code` when used with `don't.`
|
|
|
|
---
|
|
|
|
I don't code on weekends.
|
|
|
|
---
|
|
|
|
I don't codes on weekends.
|
|
|
|
### --feedback--
|
|
|
|
The verb should not have an `s` at the end when used with `don't.`
|
|
|
|
---
|
|
|
|
I does not code on weekends.
|
|
|
|
### --feedback--
|
|
|
|
`does not` is used with third-person singular subjects (he, she, it); with `I,` it should be `don't.`
|
|
|
|
## --video-solution--
|
|
|
|
2
|