A CPE review is not a summary. It is a critical evaluation: an informed, balanced, and precisely argued response to a text, work, or event. The word "critical" means analytical, not negative.
What to review
Book · film · article · TV series · cultural event · academic work · album
Register
Semi-formal: personal voice is allowed, but slang is not. Evaluative, precise, measured.
Word target
180–220 words
C2 requirement
Sustained critical evaluation with specific textual evidence — not just personal opinion
Structure of a C2 critical review
Opening
Identify the work and its context. Do not start with "I read..." — use a noun phrase or impersonal construction.
Core strength
Identify the most significant achievement with specific evidence. Use nuanced evaluative vocabulary.
Limitation or qualification
A review that has no criticism is not credible. One measured, specific limitation.
Audience and recommendation
Who should read/watch/attend? What will they gain? Be specific, not generic.
Register consistency
Every sentence must hold the semi-formal register. Slips to casual language cost marks.
Evaluative vocabulary at C2
Strong praise
masterly · incisive · penetrating · luminous · forensic · authoritative · devastating (in the best sense)
Qualified praise
accomplished if uneven · assured if occasionally overreaching · compelling despite its flaws
Measured criticism
underdeveloped · uneven in places · occasional lapses in rigour · not without its weaknesses
Recommendation language
comes unreservedly recommended · essential reading for · of limited use to specialists but ideal for …
Avoid
amazing, great, terrible, boring, interesting — all too vague for C2 register
A common C2 mistake: writing a book report (summary) instead of a review (evaluation). Ask yourself after every sentence: am I evaluating, or just describing? If describing, cut it or transform it into a critical observation.
1 / 3
// 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['c2'] || {};
var ws = lv['critical-review'];
if (ws && ws.pct >= 70) {
var pt = document.querySelector('.chapter-nav-btn[href="worksheet.html"]');
if (pt) pt.textContent = 'Review ✓';
}
var gm = lv['wordplay_game_critical-review'];
if (gm && gm.pct >= 70) {
var gt = document.querySelector('.chapter-nav-btn[href="game.html"]');
if (gt) gt.textContent = 'Game ✓';
}
} catch(e) {}
})();