Introduction

People make occasional errors due to absentmindedness. These can be lapses in memory or simple mistakes (e.g., forgetting why you actually went in the study room, forgetting a name, putting salt instead of the intended milk in your coffee).

The Cognitive Failures Questionnaire (CFQ) is a highly cited measure of these types of errors by the well known cognitive psychologist Broadbent and colleagues (1982).

The CFQ relates to cognitive abilities such as executive control function, which you can measure with reaction time experiments in the PsyToolkit experiment library.

The paper has also a version for "others". That way, you can ask other people to rate the cognitive failures of a friend or family member.

Below are the sample scores from the original paper (Broadbent et al., 1982, Table 1). There are 25 items on a 0-4 scale; possible scores thus range from 0-100.

Sample Score on the CFQ

Car factory production workers

35.02

Car factor skilled men

36.65

Student nurses, but not restricted to last 6 months

52.48

Run the demo

It seems that the CFQ can be used for research, but you need to acknowledge the authors and their research paper when writing about it (References).

Technically

This is a simple scale question.

The survey code for PsyToolkit

Copy and paste this code to your PsyToolkit account if you want to use the scale in your own online research project
scale: frequency
- {score=4}
- {score=3}
- {score=2}
- {score=1}
- {score=0}

l: cfq
t: scale frequency
o: buildup
o: random
q: The following questions are about minor mistakes which everyone makes from time to time, but some
of which happen more often than others. We want to know how often these things have happened to
you in the last six months.
- Do you read something and find you haven’t been thinking about it and must read it again?
- Do you find you forget why you went from one part of the house to the other?
- Do you fail to notice signposts on the road?
- Do you find you confuse right and left when giving directions?
- Do you bump into people?
- Do you find you forget whether you’ve turned off a light or a fire or locked the door?
- Do you fail to listen to people’s names when you are meeting them?
- Do you say something and realize afterwards that it might be taken as insulting?
- Do you fail to hear people speaking to you when you are doing something else?
- Do you lose your temper and regret it?
- Do you leave important letters unanswered for days?
- Do you find you forget which way to turn on a road you know well but rarely use?
- Do you fail to see what you want in a supermarket (although it’s there)?
- Do you find yourself suddenly wondering whether you’ve used a word correctly?
- Do you have trouble making up your mind?
- Do you find you forget appointments?
- Do you forget where you put something like a newspaper or a book?
- Do you find you accidentally throw away the thing you want and keep what you meant to throw away – as in the example of throwing away the matchbox and putting the used match in your pocket?
- Do you daydream when you ought to be listening to something?
- Do you find you forget people’s names?
- Do you start doing one thing at home and get distracted into doing something else (unintentionally)?
- Do you find you can’t quite remember something although it’s “on the tip of your tongue”?
- Do you find you forget what you came to the shops to buy?
- Do you drop things?
- Do you find you can’t think of anything to say?

l: cfqscore
t: set
- sum $cfq

l: feedback
t: info
q: Your score on the Cognitive Failures Questionnaire is as follows: {$cfqscore}.<br>
Note, possible scores run from 0 to 100.<br>

References

  • D.E. Broadbent, P.F. Cooper, P. FitzGerald, & K.R. Parkes. (1982). The Cognitive Failures Questionnaire (CFQ) and its correlates. British Journal of Clinical Psychology, 21, 1-16.