🎓 Zero-to-Hero masterclass

Sentence Engineering

Master the S–V–O skeleton, do-support, question tags and the comma splice — and engineer sentences that always travel in the right lane.

10 rules2 maps9 puzzles
🟢 Foundation 🗺️ Visual map 🟡 Deep dive 🔴 Traps & hacks 💻 Builder
🟢

The Foundation

Level 1 · the hook & basics
The auto-rickshaw rule

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 existsThere 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

the whole system on one screen

Two maps of one machine — a mind map of every part of a sentence, then a flowchart for building any question on the spot.

🧠 The whole systemmind map

Sentence

Parts

Subject

Verb

Object

Types

Statement

Question

Command

Exclamation

Joining

Coordination

Subordination

View Mermaid.js source
mindmap
  root((Sentence))
    Parts
      Subject
      Verb
      Object
    Types
      Statement
      Question
      Command
      Exclamation
    Joining
      Coordination
      Subordination
🧭 Making a questiondecision guide

Yes

No

Yes

No

Want a question

Wh word is the subject

Keep statement order

Who broke the window

Verb is be or modal

Invert subject and verb

Is she ready

Add do does did

Use the base verb

What did you break

View 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–3 · core mechanics → expert edge

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 typeStatementQuestionNegative
beShe is late.Is she late?She is not late.
modalHe can drive.Can he drive?He cannot drive.
ordinaryThey 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.

StatementAuxiliaryTag
You have paid,havehaven't you?
She isn't coming,isis she?
They play well,(do)don't they?
He can swim,cancan't he?
I'm right,amaren'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

Level 4 · where 90% slip — and the exam edge
Trap 1 · Double tense. Once do / does / did carries the tense, the main verb must go bare. Marking the tense twice is the commonest slip of all. Where did you went? Does she lives here? Where did you go? Does she live here?
Trap 2 · The comma splice. A lone comma cannot glue two whole sentences together. Join them with a coordinator, a subordinator, or a semicolon. The train was late, we missed the meeting. The train was late, so we missed the meeting.
Trap 3 · Although … but. One idea needs one connector. If although opens the sentence, do not also add but in the main clause. Although it was raining, but we played on. Although it was raining, we played on.
Trap 4 · The frozen “isn't it?” A tag is not one fixed phrase; it must mirror the statement's own subject and auxiliary. You are coming, isn't it? You are coming, aren't you? They left, isn't it? They left, didn't they?
Trap 5 · “There is” before a plural. There agrees with the noun that follows, even hidden inside there's. There is two options. There's many people here. There are two options. There are many people here.
Hack · The mirror test for tags. Ask two questions of the statement: what is its auxiliary? and is it positive or negative? Then flip the polarity and copy the auxiliary plus the pronoun. No auxiliary on show? 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:

  1. Does he plays for the local team?
  2. She was tired, she kept walking.
  3. Although the pitch was wet, but the match went on.
  4. You have finished, isn't it?
  5. 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

prove it · 9 builds, one clean lane each

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.

🚦 The Sentence Assembly Linedrag each chip into the one order that flows
0Correct
0Streak
🇬🇧 Ready for the full course?This masterclass is one slice. The interactive Grammar course covers all 28 topics — nouns to inversion — with 140 instant-check questions. Open the Grammar course →