Skip to content

Cognitive Bias Detective

Run the Cognitive Bias Detective MicroSim Fullscreen
Edit in the p5.js Editor

About This MicroSim

This gamified simulation presents students with environmental claims that contain cognitive biases or logical fallacies. Students read each claim carefully, identify which bias or fallacy is present from a toolkit of seven options, and receive immediate feedback with explanations. Claims span three difficulty levels from obvious biases to subtle real-world examples.

The seven biases and fallacies covered are: Confirmation Bias, Cherry-Picking, False Balance, Appeal to Nature, Ad Hominem, Slippery Slope, and False Dichotomy. Each claim card includes a headline, source attribution, and argument text. The simulation tracks score and streak to motivate continued practice.

This supports the Bloom's taxonomy level of Evaluate, as students must critically assess arguments, detect flawed reasoning, and explain how each bias distorts environmental discourse. These skills are essential for scientific literacy and for evaluating the environmental claims students encounter in media and public debate.

How to Use

  1. Read the claim card on the left side, noting the headline, source, and argument text
  2. Select a difficulty level from the dropdown (Beginner, Intermediate, or Expert) to filter claim complexity
  3. Identify the bias or fallacy by clicking the appropriate button in the toolkit panel on the right
  4. Read the feedback: correct answers show a green explanation of why the bias applies; incorrect answers show a hint to guide you
  5. Track your score and streak displayed at the top of the screen
  6. Click "Next Claim" to advance to the next environmental argument
  7. Look for suspect phrases -- the key language that reveals the bias is often a specific phrase or logical structure in the text
  8. Try all difficulty levels to progress from obvious biases (Beginner) through subtle examples (Expert)

Iframe Embed Code

You can add this MicroSim to any web page by adding this to your HTML:

1
2
3
4
<iframe src="https://dmccreary.github.io/ecology/sims/bias-detective/main.html"
        height="587px"
        width="100%"
        scrolling="no"></iframe>

Lesson Plan

Grade Level

9-12 (High School Biology / Environmental Science)

Duration

15-20 minutes

Learning Objectives

  • Detect cognitive biases and logical fallacies in environmental arguments
  • Explain how each bias type distorts reasoning about ecological issues
  • Distinguish between valid scientific arguments and flawed reasoning in environmental claims
  • Apply critical thinking skills to evaluate real-world environmental media
  • Identify specific language patterns that signal biased reasoning

Prerequisites

  • Basic understanding of environmental issues (climate change, pollution, conservation)
  • Familiarity with the concept of argument and evidence
  • Understanding of the difference between opinion and scientific evidence
  • Awareness that media sources can present biased perspectives

Standards Alignment

  • NGSS HS-ETS1-3: Evaluate a solution to a complex real-world problem based on prioritized criteria and trade-offs
  • AP Environmental Science: Science Practices -- Analyzing Data and Evidence

Activities

  1. Warm-Up (2-3 min): Show students an environmental headline and ask: "Does this seem trustworthy? What makes you think so?" Introduce the concept that our brains have built-in shortcuts (biases) that can fool us.
  2. Guided Exploration (5-7 min): Work through 3-4 Beginner claims as a class. For each, read the claim aloud, discuss what feels wrong, then reveal the bias. Build a class reference chart of bias definitions.
  3. Independent Investigation (5-7 min): Students work individually through Intermediate and Expert claims. Challenge: achieve a 5-claim streak without mistakes. Have students record the most surprising bias they encountered.
  4. Reflection (3-5 min): Ask: "Which bias do you think is most common in environmental media? Which is hardest to detect? How will you use these skills when reading news about environmental issues?"

Assessment Questions

  1. Define "Appeal to Nature" and give an example of how it might be used in an environmental argument.
  2. A news article presents equal space to 3 climate scientists and 3 climate skeptics. What bias does this represent, and why is it misleading given the scientific consensus?
  3. Compare Cherry-Picking and Confirmation Bias. How are they different, and how might they work together to distort someone's understanding of deforestation data?
  4. Find a real environmental claim from a news source or social media. Identify any biases or fallacies present and explain how they affect the argument's validity. What additional evidence would you need to evaluate the claim fairly?

References

  1. List of Cognitive Biases - Wikipedia - Comprehensive catalog of known cognitive biases and their effects on reasoning
  2. Logical Fallacies - Wikipedia - Reference for common logical fallacies in argumentation
  3. p5.js Reference - JavaScript library used for the interactive simulation