AG
Applied Grammar: Grammar and Register
How grammatical choices create formal, neutral, and informal register
How grammatical choices create formal, neutral, and informal register
Passive voice = formal
passive removes the agent and creates an impersonal, objective tone
Nominalisation = formal density
converting verbs to nouns creates denser, more academic prose
It-cleft = formal emphasis
it-cleft sentences are more formal than fronting or simple stress
Contractions = informal
contractions mark informal register — never used in formal writing
Hedging = academic credibility
hedged claims are more credible in academic writing than absolute ones
Passive voice = formal
The report was published in May. (not "They published...")
Nominalisation = formal density
The investigation of the incident (not "They investigated...")
It-cleft = formal emphasis
It was the lack of funding that caused the delay.
Contractions = informal
Formal: "I cannot agree." / Informal: "I can't agree."
Hedging = academic credibility
The evidence may suggest a correlation. (not "proves")
1 / 2
// Scroll first slide into view on load
(function() {
var dk = document.getElementById('slide-deck');
if (dk) setTimeout(function() { dk.scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 150);
})();
// ✓ badges on Practice / Game nav tabs
(function() {
try {
var p = JSON.parse(localStorage.getItem('wordplay_progress') || '{}');
var lv = p['c1'] || {};
var ws = lv['applied-grammar-register'];
if (ws && ws.pct >= 70) {
var pt = document.querySelector('.chapter-nav-btn[href="index.html"]');
if (pt) pt.textContent = 'Review ✓';
}
var gm = lv['wordplay_game_applied-grammar-register'];
if (gm && gm.pct >= 70) {
var gt = document.querySelector('.chapter-nav-btn[href="game.html"]');
if (gt) gt.textContent = 'Game ✓';
}
} catch(e) {}
})();
(function(){
try{
var mastered = localStorage.getItem('wordplay_vocab_c1_applied-grammar-register_mastered') === '1';
if(mastered){var ft=document.querySelector('.chapter-nav-btn[href="index.html"]');if(ft)ft.textContent='Flashcards';}
var p=JSON.parse(localStorage.getItem('wordplay_progress')||'{}');
var gm=(p['c1']||{})['wordplay_game_applied-grammar-register'];
if(gm&&gm.pct>=70){var gt=document.querySelector('.chapter-nav-btn[href="game.html"]');if(gt)gt.textContent='Game';}
}catch(e){}
})();