Quiz Changelog

A record of meaningful changes to the quiz. Version numbers bump when questions, scoring, or results change in a way that could affect your type. Pure copy or style fixes are not listed.


v2.3 — May 2026

New

  • Result screen now links through to the expert typing service. On results where one or more dichotomies came out tied or borderline, an additional prompt explains that a 12-question quiz cannot reliably separate close types and points to a written analysis.

Code

  • The quiz-complete analytics event now records whether the result was borderline, so quiz-to-typing conversion can be measured against result confidence.

v2.2 — March 2026

New

  • Result screen now shows two compare page shortcuts: your Identity pairing (two of your type together) and your Dual. Both link directly to the relevant compare page.

Bug fix

  • Temperament anchor links on the result screen were pointing to incorrect fragment IDs and landing at the top of the page. Fixed to match the actual anchors on the temperaments page.

v2.0 — March 2026

Bug fix

  • Score display on the results screen showed a percentage where a raw count was intended. "E 67/3" now correctly reads "E 2/3". Results themselves were unaffected; only the display was wrong.

Scoring

  • Tied dichotomies (1–1) are now labelled tied on the result screen, distinct from borderline (2–1). Both still trigger the "read both sides" advisory.

UX

  • Progress bar now moves immediately on question 1 rather than starting empty.
  • Answer options are randomly shuffled (top/bottom) each session, so repeated takes are not influenced by position memory.
  • Result pages are now deep-linkable: completing the quiz writes ?type=ILE (or your type) to the URL, so results can be bookmarked or shared directly. Visiting /quiz/?type=ILE renders that result without needing to retake.

Code

  • Share-to-X URL now uses the live page URL rather than a hardcoded string.
  • Book CTA visibility now uses the same quiz-hidden class toggle as the rest of the UI, instead of an inline style.display.
  • Added role="progressbar" and aria-valuenow to the progress bar.
  • Added aria-live="polite" region around the question and options so screen readers announce changes.

v1.0 — initial release