Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
2.4 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b69e10d6606a0185d4d4f | Task 24 | 22 | task-24 |
--description--
So far you have learned how to create questions with the verb to be. In sentences with the verb to be (am, is, are) you just have to change the order of the noun and the verb to create a question. Like this:
| Affirmative | Interrogative |
|---|---|
You are a developer. |
Are you a developer? |
Changing the order of the noun and the verb doesn't work in every situation. Most sentences need you to add an auxiliary verb to create questions. One of the most common auxiliary verbs is do.
You can use the verb do as an auxiliary to most verbs. In the present tense it assumes the form of do (I, you, we, they) and does (he, she, it). It is like a marker you will add to the beginning of your sentence and lets everyone know that sentence is a question. For example:
| Affirmative | Interrogative |
|---|---|
You debug on Fridays. |
Do you debug on Fridays? |
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
Tom: How about you? BLANK you BLANK any hobbies?
--blanks--
Do
--feedback--
To form a question, we use the auxiliary verb do before the subject, followed by the base form of the main verb. In this case, the main verb is have, which becomes do have in the question.
have
--feedback--
To form a question, we use the auxiliary verb do before the subject, followed by the base form of the main verb. In this case, the main verb is have, which becomes do have in the question.
--scene--
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 8.06,
"finishTimestamp": 9.72
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 2.66,
"dialogue": {
"text": "How about you? Do you have any hobbies?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.16
}
]
}