A Chrome extension that shows worked solutions with runnable R code, right on the question. Reads your uploaded CSVs. Free to try, no card required.
A Solve button appears next to every quiz question. No new tabs, no copy-pasting.
Not just an answer — the reasoning behind it, streamed as the model thinks.
For computation-heavy questions, R code runs in your browser via WebAssembly. No server round-trip.
Upload course data files once. They persist across quizzes and attach to every solve automatically.
Handles quiz questions with charts, formulas, or embedded images — not just plain text.
Powered by Google Gemini 3.5 Flash. Questions aren't retained; CSV data stays on your device.
Download the ZIP from /free, unzip, open chrome://extensions, enable Developer mode, click Load unpacked, pick the folder.
Free tier is on by default — 5 solves/day, no login. Upgrading? Paste your license key in the extension popup.
Open any stats quiz. A small Solve button appears next to each question. Click it — the answer streams inline.
A Chrome extension for stats students. On any Canvas quiz, it shows a worked solution with reasoning and (when needed) runnable R code inline under the question. Built for practice quizzes, ungraded homework, and self-study.
That depends entirely on your instructor's and institution's academic-integrity policies. statshelpr is a study aid. You are responsible for confirming outside help is permitted before using it on any assessment. Do not use it where prohibited.
Free tier: 5 solves per day, no card required. Paid: $15/month for unlimited solves, cancel anytime, 7-day money-back guarantee.
Client-side, in your browser. When a question needs computation, our API writes R code and sends it back; the extension runs it via WebR (R compiled to WebAssembly) with tidyverse, mosaic, moderndive, infer, broom, and ggplot2 preloaded. Nothing runs on our server after the LLM writes it.
Yes. Upload course CSVs once via the extension popup — they persist across all your quizzes (7-day TTL) and attach to every solve automatically. R code can read.csv() them just like normal.
Question text, images, and CSVs are transmitted to our API on Cloudflare and to Google Gemini for processing. We don't store quiz content long-term. Your license key lives in chrome.storage.sync. Full details on the privacy page.
Chrome and Chromium-based browsers (Edge, Arc, Brave). Desktop only. Not currently supported: Safari, Firefox, mobile browsers.