🔧 Advanced Grammar
1957 words
10 min read
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
# 🔧 Advanced Grammar ## 🎯 Learning Objectives After studying this topic, you will be able to: - Use **modal verbs** (can, could, may, might, shall, should, will, would, must, ought to) correctly - Form and use **conditionals** (zero, first, second, third, mixed) - Apply **passive voice** in various tenses - Conver...

🔧 Advanced Grammar
🎯 Learning Objectives
After studying this topic, you will be able to:
- Use modal verbs (can, could, may, might, shall, should, will, would, must, ought to) correctly
- Form and use conditionals (zero, first, second, third, mixed)
- Apply passive voice in various tenses
- Convert direct to reported speech
- Use relative clauses to add information
📋 Prerequisites
- BSHS1001 Week 3: Grammar Fundamentals — parts of speech
- BSHS1001 Week 4: Tenses and Verb Usage — tense mastery
- BSHS1001 Week 5: Sentence Structure — complex sentences
3. 📖 Core Content
3.1 Intuition: Why Advanced Grammar Matters
Basic grammar helps you be understood. Advanced grammar helps you express nuance — the subtle differences in meaning that make you sound fluent.
Consider: "I can go" vs. "I could go" vs. "I might go" vs. "I should go." They all express possibility, but each has a different nuance of ability, permission, probability, or obligation. Modal verbs let you say exactly what you mean.
Real-world context: In professional communication, using the wrong modal can cause problems. "You must submit this by Friday" (obligation) vs. "You could submit this by Friday" (suggestion) — very different messages!
3.2 Modal Verbs
Overview
| Modal | Present/Future Meaning | Past Form | Example |
|---|---|---|---|
| Can | Ability, permission, possibility | Could | "I can swim." |
| Could | Past ability, polite request, possibility | Could have + V3 | "I could swim when I was 5." |
| May | Permission (formal), possibility | Might have + V3 | "May I come in?" |
| Might | Less certain possibility | Might have + V3 | "It might rain." |
| Shall | Suggestion (I/we), formal future | Should have + V3 | "Shall we go?" |
| Should | Advice, expectation | Should have + V3 | "You should study." |
| Will | Future, promise, prediction | Would | "I will call you." |
| Would | Polite request, hypothetical | Would have + V3 | "Would you help me?" |
| Must | Strong obligation, logical conclusion | Had to | "You must wear a helmet." |
| Ought to | Advice (similar to should) | Ought to have + V3 | "You ought to apologize." |
Modal Rules
| Rule | Incorrect | Correct |
|---|---|---|
| No "to" after modal (except ought) | "I can to swim." | "I can swim." |
| No -s in third person | "He cans swim." | "He can swim." |
| Negative = add "not" | "I don't can swim." | "I cannot (/can't) swim." |
| Question = invert | "You can swim?" | "Can you swim?" |
Modal Meanings in Detail
| Meaning | Modal(s) | Example |
|---|---|---|
| Ability (present) | can | "I can speak three languages." |
| Ability (past) | could | "I could run fast when I was young." |
| Permission (informal) | can | "Can I use your phone?" |
| Permission (formal) | may | "May I leave early?" |
| Possibility (certain) | will | "The sun will rise tomorrow." |
| Possibility (likely) | should | "She should arrive by 6 PM." |
| Possibility (possible) | may/might/could | "It might rain later." |
| Obligation (strong) | must | "You must wear a seatbelt." |
| Obligation (advice) | should/ought to | "You should see a doctor." |
| No obligation | don't have to | "You don't have to come." |
| Prohibition | mustn't | "You mustn't smoke here." |
| Polite request | could/would | "Could you open the door?" |
| Suggestion | shall (I/we) | "Shall we begin?" |
3.3 Conditionals
Conditionals express "if...then" relationships.
The 5 Conditionals
| Type | If Clause | Main Clause | Meaning | Example |
|---|---|---|---|---|
| Zero | If + present simple | Present simple | General truth / always true | "If you heat ice, it melts." |
| First | If + present simple | Will + V1 | Real future possibility | "If it rains, I will stay home." |
| Second | If + past simple | Would + V1 | Unreal/hypothetical present | "If I had a million dollars, I would travel the world." |
| Third | If + past perfect | Would have + V3 | Unreal past (too late now) | "If I had studied, I would have passed." |
| Mixed | If + past perfect | Would + V1 | Past condition → present result | "If I had taken that job, I would be rich now." |
Zero Conditional (Always True)
Formula: If + Present Simple, Present Simple
| Situation | Example |
|---|---|
| Scientific fact | "If you mix red and blue, you get purple." |
| Habit | "If I am late, my teacher gets angry." |
| Rule | "If a student cheats, they are expelled." |
First Conditional (Real Future)
Formula: If + Present Simple, will + V1
| Situation | Example |
|---|---|
| Likely future | "If we hurry, we will catch the bus." |
| Warning | "If you touch that, you will burn yourself." |
| Promise | "If you help me, I will help you." |
Second Conditional (Unreal Present)
Formula: If + Past Simple, would + V1
| Situation | Example |
|---|---|
| Impossible now | "If I were (not was) taller, I would play basketball." |
| Imaginary | "If I lived on Mars, I would see two moons." |
| Advice | "If I were you, I would apologize." |
Note: Always use "were" (not "was") in second conditional: "If I were you..."
Third Conditional (Unreal Past)
Formula: If + Past Perfect, would have + V3
| Situation | Example |
|---|---|
| Regret | "If I had studied harder, I would have passed the exam." |
| Criticism | "If you had told me, I would have helped." |
| Relief | "If the ambulance had arrived later, he would have died." |
Mixed Conditional
Formula: If + Past Perfect (past condition), would + V1 (present result)
| Situation | Example |
|---|---|
| Past → Present | "If I had taken that job, I would be in Mumbai now." |
3.4 Passive Voice (Advanced)
Passive in All Tenses
| Tense | Active | Passive |
|---|---|---|
| Present Simple | "She writes the report." | "The report is written (by her)." |
| Past Simple | "She wrote the report." | "The report was written (by her)." |
| Future Simple | "She will write the report." | "The report will be written (by her)." |
| Present Continuous | "She is writing the report." | "The report is being written (by her)." |
| Past Continuous | "She was writing the report." | "The report was being written (by her)." |
| Present Perfect | "She has written the report." | "The report has been written (by her)." |
| Past Perfect | "She had written the report." | "The report had been written (by her)." |
| Modal | "She must write the report." | "The report must be written (by her)." |
When to Use Passive
| Reason | Example |
|---|---|
| Agent unknown | "My bike was stolen." |
| Agent obvious | "The criminals were arrested." (by police) |
| Agent unimportant | "The building was built in 1990." |
| Focus on receiver | "The President was welcomed." |
| Formal/scientific | "The experiment was conducted." |
3.5 Reported Speech
Direct vs. Reported
| Direct Speech | Reported Speech |
|---|---|
| "I am tired." | She said (that) she was tired. |
| "I will help you." | He said (that) he would help me. |
| "I have finished." | She said (that) she had finished. |
| "I went to Delhi." | He said (that) he had gone to Delhi. |
| "Can you help?" | She asked if I could help. |
Tense Changes
| Direct | Reported |
|---|---|
| Present Simple → | Past Simple |
| Present Continuous → | Past Continuous |
| Present Perfect → | Past Perfect |
| Past Simple → | Past Perfect |
| Will → | Would |
| Can → | Could |
| May → | Might |
| Must → | Had to |
Questions in Reported Speech
| Direct Question | Reported Question |
|---|---|
| "Where do you live?" | He asked where I lived. |
| "Are you coming?" | She asked if/whether I was coming. |
| "Why did you leave?" | They asked why I had left. |
3.6 Relative Clauses
Relative Pronouns
| Pronoun | Use | Example |
|---|---|---|
| Who | People | "The student who won the prize is my friend." |
| Which | Things/Animals | "The book which I borrowed was excellent." |
| That | People/Things (essential) | "The car that I bought is red." |
| Whose | Possession | "The woman whose bag was stolen called the police." |
| Whom | People (object, formal) | "The man whom I met was kind." |
| Where | Place | "The city where I was born is Chennai." |
| When | Time | "The year when I started college was 2024." |
Restrictive vs. Non-Restrictive
| Type | Punctuation | Meaning | Example |
|---|---|---|---|
| Restrictive (essential) | No commas | Defines WHICH one | "The student who scores highest wins." |
| Non-restrictive (extra info) | With commas | Adds non-essential info | "Ravi, who is my friend, won." |
3.7 Key Concepts Summary Table
| Concept | Key Formula | Example |
|---|---|---|
| Modal + V1 | Modal + base verb | "She can speak French." |
| Zero Conditional | If + present, present | "If you heat ice, it melts." |
| First Conditional | If + present, will + V1 | "If you study, you will pass." |
| Second Conditional | If + past, would + V1 | "If I were rich, I would travel." |
| Third Conditional | If + had V3, would have V3 | "If I had known, I would have come." |
| Passive Voice | be + V3 | "The report was written." |
| Reported Speech | Tense shift back | "He said he was tired." |
| Relative Clause | who/which/that/whose | "The man who called is my uncle." |
4. Common Pitfalls
Pitfall 1: Confusing "mustn't" and "don't have to"
- Mistake: "You mustn't come if you don't want to." (wrong — this means you are prohibited!)
- Why: Students think "must not" = "not necessary"
- Correct: "Mustn't" = prohibition (not allowed). "Don't have to" = no obligation (optional).
- Fix: "You don't have to come if you don't want to." (optional)
Pitfall 2: Forgetting Tense Backshift in Reported Speech
- Mistake: "She said she is tired." (direct speech tense carried over)
- Why: Students report the words without changing the tense
- Correct: "She said she was tired." (present → past)
Pitfall 3: Using "was" Instead of "were" in Second Conditional
- Mistake: "If I was you, I would apologize."
- Why: "Was" is the normal past form of "I"
- Correct: In second conditional, ALWAYS use "were": "If I were you..."
- Fix: "If I were you, I would apologize."
5. Practice Questions
Question 1
Fill in the correct modal:
a) You ___ (must/should/can) submit the report by Friday. It is mandatory. b) ___ (May/Shall) I open the window? It is hot. c) When I was five, I ___ (can/could/might) read very well.
Click for answera) must (mandatory/obligation) b) May (formal request for permission) c) could (past ability)
Question 2
Identify the conditional type:
a) "If it rains, I will stay home." → ___ b) "If I had known, I would have called." → ___ c) "If you heat water to 100°C, it boils." → ___
Click for answera) First (real future possibility) b) Third (unreal past) c) Zero (general truth)
Question 3
Change to passive voice:
"The students completed the assignment."
Click for answerPassive: "The assignment was completed by the students."
Question 4
Convert to reported speech:
"I am studying for the exam," she said.
Click for answerReported: She said (that) she was studying for the exam.
Question 5
Choose the correct relative pronoun:
a) The woman ___ (who/which) lives next door is a doctor. b) The car ___ (who/which) I bought is blue. c) The student ___ (whose/whom) bag was lost reported it.
Click for answera) who (people) b) which (things) c) whose (possession)
Question 6
Complete the second conditional:
"If I ___ (be) you, I ___ (accept) the job offer."
Click for answerAnswer: "If I were you, I would accept the job offer."Note: Always "were" (not "was") in second conditional.
Question 7
What is the difference between "mustn't" and "don't have to"?
Click for answerMustn't = prohibition (not allowed). "You mustn't park here" = you cannot park. Don't have to = no obligation (optional). "You don't have to come" = it's your choice.
Question 8
Correct the error:
"If I would have known, I would have come earlier."
Click for answerError: "If I would have known" — in conditionals, use "had" after "if," not "would have."Correct: "If I had known, I would have come earlier." (Third conditional)
Question 9
Rewrite using a modal to express advice:
"You should see a doctor."
Click for answerUsing "ought to": "You ought to see a doctor."Using "had better": "You had better see a doctor."
Question 10
Convert to reported speech:
"Where do you live?" he asked me.
Click for answerReported: He asked me where I lived.Changes: Question word order → statement word order. Present "do live" → past "lived."
Question 11
Add the correct relative clause punctuation:
a) "My brother who lives in Delhi is a doctor." (I have one brother) b) "My brother who lives in Delhi is a doctor." (I have multiple brothers)
Click for answera) "My brother, who lives in Delhi, is a doctor." (Non-restrictive — I have one brother; his living in Delhi is extra info. Needs commas.) b) "My brother who lives in Delhi is a doctor." (Restrictive — I have multiple brothers; this tells WHICH one. No commas.)
Question 12
Fill in the correct form:
a) "If she ___ (study), she ___ (pass) the exam." (First conditional) b) "If she ___ (study), she ___ (pass) the exam." (Third conditional)
Click for answera) First conditional (real future): "If she studies, she will pass the exam." b) Third conditional (unreal past): "If she had studied, she would have passed the exam."
6. Cross-References
- BSHS1001 → Week 3: Grammar Fundamentals — basic grammar foundation
- BSHS1001 → Week 4: Tenses and Verb Usage — tense system
- BSHS1001 → Week 5: Sentence Structure — complex sentences
- BSHS1002 → Week 7: Persuasive Writing — using modals in arguments
- BSHS1002 → Week 8: Research Writing — passive voice in academic writing Join Discord PreviousListening ComprehensionNextPersuasive Writing