The moment you click Submit on the final Likert page, your browser is redirected toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ijmeisner/einerlei/llms.txt
Use this file to discover all available pages before exploring further.
/finish/ and your scores are computed server-side in real time. There is no waiting period — the results page loads fully populated with your scores the first time you see it. This page explains how those scores are calculated, how the results page is structured, and how you can return to your results at any time using your original license key.
How Scores Are Calculated
Scoring happens in three layers: sub-category averages, broad-category averages, and an overall score. All computation takes place infinish/index.php immediately on page load.
Sub-Category Scores
For each of the 24 sub-categories, the server collects allLikertAnswer rows linked to that sub-category (via sub_category_id1 or sub_category_id2 on the LikertQuestion table) and applies the following algorithm:
Check the N/A threshold
The minimum number of required non-N/A answers is set to
1 for sub-categories with only 2 questions, or 2 for all larger sub-categories. If the number of N/A answers exceeds this threshold — that is, if more than the minimum of the sub-category’s questions were skipped — the entire sub-category is assigned a score of N/A (stored internally as -1).Compute the average
If the N/A threshold is not exceeded, the non-N/A answers are summed and divided by the count of non-N/A answers. The result is rounded to the nearest integer.
Broad-Category Scores
After all sub-category scores are stored, the server computes a score for each broad category by averaging the sub-category scores that belong to it, excluding any sub-categories marked N/A.| Broad Category | Sub-Category IDs Included |
|---|---|
| Symptomatology | 1, 2, 3 |
| Contributing Factors | 4 through 24 |
Overall Score
An overall score is computed by averaging all non-N/A sub-category scores across both broad categories combined.Score Display Format
Scores are stored as plain integers inSubCategoryResult and BroadCategoryResult — not as percentage values. The integer range happens to be 0–100 (because LikertAnswer stores responses on a 0–100 scale; see the Likert Section), and a % suffix is appended at display time by the PHP template. A stored value of 75 therefore appears as 75% on screen. A stored value of -1 is displayed as the string N/A rather than a number.
Results Page Structure
The results page at/finish/ is organized as a navigable document. A table of contents at the top links directly to each section so you can jump to any category without scrolling through the entire page.
| Element | Source |
|---|---|
| Category name | LikertAnswerSubCategory.category or LikertAnswerBroadCategory.category |
| Explanatory text | text_area1 — describes what the category measures |
| Your score | Computed result from SubCategoryResult or BroadCategoryResult |
| Interpretation text | text_area2 — contextualizes what your score means |
Key Deactivation
When you reach
/finish/ for the first time, your license key is permanently deactivated. The server executes UPDATE License SET active = false WHERE id = :license_id before computing your scores. This means you cannot retake the questionnaire using the same key. A deactivated key can still be used to view your saved results, but it will no longer grant access to the demographic or Likert sections.Data Stored After Completion
Your results are saved permanently in two tables:Revisiting Your Results
Explore Your Scores in Detail
Use the links below to learn more about what your scores in each major category actually mean and how to interpret the numbers in context.Score Overview
Understand the overall score and how broad-category averages are weighted.
Symptomatology
Dive into Physical, Cognitive, and Behavioral Symptom scores.
Contributing Factors
Explore all 21 sub-categories that reveal the root contributors to your anxiety.