Blurting Method: A 20-Minute Revision Guide

The blurting method is a revision technique where you put your notes away, write what you remember about one topic, then check and correct it. The useful result is a clear picture of what needs another attempt.

You only need a blank page, a topic you have already studied and a reliable source to check against. This guide gives you a practical 20-minute session, a worked example and a way to turn the gaps into your next review.

What is the blurting method?

Blurting is one form of active recall: retrieving information while the answer is hidden. Birmingham City University describes it as a cycle of studying, recalling, checking and repeating in its blurting guide.

In study discussions, blurting is sometimes called a brain dump. Our brain dump guide has a different purpose: getting tasks and worries out of your head so you can organise them. With revision blurting, you test a defined subject and check accuracy. A long page is not automatically a good result.

How to use blurting in 20 minutes

1. Choose a small question: 3 minutes

Pick something narrower than a whole module. “How does binary search work?” is manageable; “Computer science” is not. Use the lecture objectives to decide the scope. If the material is unfamiliar, learn the basic explanation first. Set out your checking source, then close it.

2. Recall without looking: 6 minutes

Write the explanation, sequence, diagram or example you remember. Bullet points are fine. Leave question marks beside uncertain statements instead of making them sound definite. If you stall, ask yourself one question about the topic, such as “When would this fail?” Keep the source hidden until checking time.

3. Check claims and omissions: 6 minutes

Compare the page with your lecture material or assigned textbook. Label correct ideas with a tick, missing ideas with “add” and incorrect ideas with “fix”. Labels matter more than coloured pens. Distinguish an omitted detail from a false explanation: each needs a different repair.

4. Repair and schedule: 5 minutes

Choose the most consequential gap. Read that part carefully, close the source and answer a smaller question about it. Write a next action with a topic and date: “Thursday: explain binary search termination without notes.” Twenty minutes is a suggested format for this guide, not a scientifically established optimum.

A worked blurting example: binary search

Imagine revising an introductory algorithms lecture. Your prompt is: “Explain binary search, including its input requirement, steps and stopping conditions.” Your first attempt says:

First attempt

Check the middle item. If the target is larger, search the right half; otherwise search the left. Repeat until the target is found. It should work on any list.

Checking the lecture reveals one incorrect claim and two missing conditions. Here is an example of how to turn them into focused practice:

GapCorrectionNext prompt
IncorrectThe values must be sorted for the usual binary search procedure.Why can discarding half an unsorted list lose the target?
MissingAn equal middle value means the search has succeeded.Trace a search that finds the target on its first comparison.
MissingAn empty search interval means the target is absent.Trace an unsuccessful search and show where it stops.

Now trace a search for 9 in [2, 5, 9, 12, 18]. The middle value is 9, so it succeeds immediately. Then trace 7: compare with 9, restrict the search to [2, 5], and continue until no candidates remain. Use the indexing convention taught in your course.

The explanation checks recall; the trace checks whether you can use it. That second task is essential preparation for a problem-solving assessment. Our computer science study guide covers applying revision to algorithms and code.

Return to the gaps after a break

For this example, try the three correction prompts tomorrow, then later in the week. If you still cannot explain the requirement, revisit the explanation before another attempt. Once it is comfortable, use a different list and a longer gap. The dates should respond to your recall and exam timetable.

Returning to self-tests over several sessions is consistent with the University of Edinburgh's advice on spaced learning and active revision. Our spaced repetition guide explains how to organise those returns. Keep the original prompt available, but hide previous answers when retesting.

Where blurting helps, and where it falls short

Use it to reveal gaps in definitions, linked concepts, processes or arguments. Do not use it as the only preparation for essays, calculations or practical work. Knowing every term on a page does not demonstrate that you can select an argument, solve a new problem or perform a procedure.

De Montfort University's active revision guidance emphasises demonstrating understanding and practising exam questions. After blurting, answer a relevant question under the conditions your assessment requires.

Common questions

What if I remember almost nothing?

Make the topic smaller and work through a clear explanation. Then try one question with the source hidden. Repeatedly facing a blank page cannot replace the first stage of learning.

Should I keep every blurting sheet?

Keep prompts, corrections and unresolved questions. You do not need an archive of every draft. A dated list of gaps is easier to act on than a stack of unchecked pages.

Turn one gap into a dated review task for your module. NowOne's student planner brings tasks, modules and your calendar together.

Plan your next review with NowOne