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>
43 lines
937 B
Markdown
43 lines
937 B
Markdown
---
|
|
id: 657b70cc934e0ab83cab4dbe
|
|
title: Task 28
|
|
challengeType: 22
|
|
dashedName: task-28
|
|
---
|
|
|
|
# --description--
|
|
|
|
So far, you've exercised how to ask questions with `do` and make negative sentences with `don't.`
|
|
Let's review them. Remember:
|
|
|
|
Affirmative: `I do work on weekends.` (means the person works on weekends)
|
|
Negative: `I don't work on weekends.` (means the person does not work on weekends)
|
|
|
|
# --instructions--
|
|
|
|
Read the dialogue excerpt and fill in the blanks using `do` or `don't.`
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Tom: How about you? BLANK you have any hobbies?`
|
|
|
|
`Sophie: That's cool! I like it, but I BLANK think of it as a hobby.`
|
|
|
|
## --blanks--
|
|
|
|
`Do`
|
|
|
|
### --feedback--
|
|
|
|
In the first blank, Tom is asking a question about Sophie's hobbies, which requires `do.`
|
|
|
|
---
|
|
|
|
`don't`
|
|
|
|
### --feedback--
|
|
|
|
In the second blank, Sophie is making a negative statement about not considering something a hobby, which requires `don't.`
|