cd /news/developer-tools/keeping-a-100-question-quiz-private-… · home topics developer-tools article
[ARTICLE · art-115720] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Keeping a 100-question quiz private in the browser

RicePurityTest.party keeps all quiz data in the browser, using sessionStorage for progress and calculating scores locally, so no answer data reaches a server. The site's share flow generates a result card locally that omits individual questions, and its privacy page clearly documents these boundaries and tradeoffs.

read1 min views1 publishedAug 30, 2026

A quiz about personal experiences creates a simple product question. How much of the answer data needs to reach a server?

For a single-session quiz, the useful answer can be none of it. The current version of RicePurityTest.party stores progress in sessionStorage

. A refresh in the same tab can restore the current question and previous yes or no choices. Closing the tab clears that session. There is no account to create and no answer payload to sync.

The score calculation also stays in the browser. Each checked item subtracts one point from 100. That rule is visible in the site's methodology, so the result does not depend on a hidden model or personality inference.

The share flow needs its own privacy boundary. A result card can be useful without becoming a transcript. The card is drawn locally and contains the score, the number of checked items, a result label, an illustration, and the site name. It leaves out the individual questions.

This design has honest tradeoffs. There is no cross-device resume, no account history, and no way for the site operator to recover a lost session. Those limits are acceptable when the data is sensitive and the product promise is temporary, private use.

The reusable checklist is short.

The full privacy explanation states these boundaries in user-facing language. That page matters as much as the implementation. Privacy claims should describe the system people actually use.

── more in #developer-tools 4 stories · sorted by recency
── more on @ricepuritytest.party 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/keeping-a-100-questi…] indexed:0 read:1min 2026-08-30 ·