all work

Psychometrics · 2026 · Shipping

NÖROHARİTA — Cognitive Dominance Inventory

Four-quadrant cognitive dominance inventory whose scoring key never reaches the browser.

Cognitive DominanceFour Quadrants11 ArchetypesFirestore RulesServer-Side ScoringInvite CodesKVKKAdmin Console

What it is

A Turkish-language cognitive dominance inventory that maps how a person prefers to think and decide across four quadrants — Analytic, Structural, Relational and Visionary — and resolves the profile onto one of eleven archetypes, including a balanced one. The design problem was leakage: an inventory whose scoring key ships with the page can be reverse-engineered from view-source in minutes, and its validity dies with it. Here the candidate app writes only neutral identifiers, and every formula, threshold, quadrant mapping and archetype text lives server-side in Firestore behind admin-only rules — so a candidate who reads the entire client bundle still cannot tell which option feeds which quadrant. Access is gated by single-use invite codes bound to a document id, with explicit KVKK consent, a honeypot field, a minimum completion time and per-field type and size validation, all enforced in security rules rather than in the client. An admin console handles code issuing, response review and configuration updates without ever exposing the key to hosting.

Related work