The Foundation
Picture a sentence as an auto-rickshaw ride through a busy bazaar. You need a driver — the subject, the one who acts. You need the engine running — the verb, the action or state. And usually there is a destination — the object, whatever the action lands on. Driver, moving vehicle, destination: Subject + Verb + Object. English word order is simply the traffic rule that keeps meaning flowing in one lane — swap the driver and the destination and you arrive somewhere very strange.
So the skeleton of almost every English sentence is S–V–O: Rohit (S) bowled (V) a bouncer (O). Unlike Hindi, which often saves the verb for the end, English keeps the verb snug in the middle, right behind the driver. Get that lane order right and you already sound fluent.
Sentences come in four flavours, like four ways of speaking to your driver. A statement tells him something — The station is far. A question asks him — Is the station far? A command (imperative) tells him what to do, with the subject you understood but not spoken — Turn left at the temple. An exclamation lets out feeling — What a jam this is!
Two small words earn their own seat. There announces that something exists — There is a chai stall on the corner. And it handles the weather, the time, the distance and identity — It is raining; it is nearly six; it is ten kilometres; it is me. Neither there nor it is a real driver here; they are placeholders that keep the vehicle from stalling. Master the lane order, the four flavours and these two placeholders, and every other rule in this masterclass clicks into place.
Visual Architecture
Two maps of one machine — a mind map of every part of a sentence, then a flowchart for building any question on the spot.
View Mermaid.js source
mindmap
root((Sentence))
Parts
Subject
Verb
Object
Types
Statement
Question
Command
Exclamation
Joining
Coordination
SubordinationView Mermaid.js source
flowchart TD
A[Want a question] --> B{Wh word is the subject}
B -->|Yes| C[Keep statement order]
C --> D[Who broke the window]
B -->|No| E{Verb is be or modal}
E -->|Yes| F[Invert subject and verb]
F --> G[Is she ready]
E -->|No| H[Add do does did]
H --> I[Use the base verb]
I --> J[What did you break]The Deep Dive
Level 2 · The mechanics. English has a quiet helper called do-support. To turn an ordinary verb into a question or a negative, you cannot bend the verb itself — you call in do, does or did and hand it the tense, leaving the main verb in its plain base form. Crucially, this helper is only for ordinary verbs. The verb be and the modals (can, will, should and the rest) already act as their own auxiliaries, so they never take do.
| Verb type | Statement | Question | Negative |
|---|---|---|---|
| be | She is late. | Is she late? | She is not late. |
| modal | He can drive. | Can he drive? | He cannot drive. |
| ordinary | They play cricket. | Do they play cricket? | They do not play cricket. |
Notice the base verb never changes: Does she live here? — never Does she lives here? The -s jumps onto does and the main verb goes bare.
Word order in questions then splits in two. When the question word is the subject — the thing doing the action — you simply keep statement order: Who broke the window? No did, no inversion. But when the question word is the object, you invert with do-support: What did you break? This is the single trickiest switch in the whole topic, so hold the contrast tight: subject question keeps statement order; object question uses do plus the base verb.
The same auxiliaries drive short answers and agreement. Echo the auxiliary, not the whole verb: Yes, I do. / No, she isn't. To agree with a positive statement, use So + auxiliary + subject: So do I, So can she. To agree with a negative one, use Neither / Nor + auxiliary + subject: Neither do I, Nor can he. The auxiliary inverts in front of the subject, exactly as in a question.
Now the question tags — those little hooks we love in India, the English cousin of …na? The rule is a see-saw: a positive statement takes a negative tag, and a negative statement takes a positive tag. The tag reuses the statement's own auxiliary (or do if there isn't one) and its pronoun.
| Statement | Auxiliary | Tag |
|---|---|---|
| You have paid, | have | haven't you? |
| She isn't coming, | is | is she? |
| They play well, | (do) | don't they? |
| He can swim, | can | can't he? |
| I'm right, | am | aren't I? |
That last row is the famous exception: am has no natural negative tag, so British English borrows aren't I?
Level 3 · The expert edge. The placeholders there and it reward care. There takes its number from the noun that follows: There is one problem but There are many problems. Even inside the contraction there's, a plural still needs are. It, by contrast, is the dummy for weather, time, distance and identity: It is raining, it is Monday, it is far, it is me. These have no other subject — do not try to replace the it.
Finally, joining clauses gives your writing rhythm. A simple sentence is one clause. A compound sentence joins two equal clauses with a coordinator — and, but, or, so — usually after a comma: It rained, so we stayed in. A complex sentence hangs a dependent clause off a subordinator — because, although, if, when: We stayed in because it rained. One elegant connector, however, is not a coordinator: it needs a semicolon before it and a comma after — It rained; however, we played on. Vary these three shapes and dull prose comes alive.
Expert Traps & Hacks
do / does / did steps in: She sings, doesn't she?Try it now — repair five sentences
Fix each one, then name the rule you used:
Does he plays for the local team?She was tired, she kept walking.Although the pitch was wet, but the match went on.You have finished, isn't it?Who did score the winning run?
Answers: Does he play (base verb after does) · She was tired, but she kept walking — or a semicolon — to mend the splice · drop the extra word: Although the pitch was wet, the match went on · You have finished, haven't you? (mirror the auxiliary and pronoun) · Who scored the winning run? — Who is the subject, so no did.
Interactive Sandbox — The Sentence Assembly Line
Each puzzle hands you a jumbled sentence. Drag the chips into the single order a fluent speaker would use — mind the S-V-O lane, do-support and the question flip. A wrong try names the exact rule that slipped.