UXit Documentation
Analytics

Methodology

Understand how UXit calculates evaluation scores, category results, grades, and trend comparisons.

Overview

UXit scores an interface against the criteria in a selected Guideline Set. Each included criterion is answered as Pass, Fail, or NA (not applicable), producing a score that shows how closely the reviewed experience matched the criteria used for that evaluation.

This is an operational score: it measures whether defined criteria were satisfied. It is not a general-purpose guess at how people felt, how fast they moved, or whether every possible user would experience the interface the same way. That boundary is intentional. It keeps the result auditable, repeatable, and easier to defend in review.

Because each result is tied to a specific guideline ID, Analytics can show both the summary and the source of the summary: the category, criterion, result, annotation, and image evidence behind the number.

Validation Model

UXit's scoring model is built around traceable evidence instead of broad sentiment. The score is valid when the criteria are clear, the evaluator applies them consistently, and the same Benchmark and Guideline Set are used for comparison over time.

The model depends on four ideas:

  • Defined criteria: The Guideline Set establishes what is being measured before the evaluation starts.
  • Binary scoring: Scored criteria resolve to Pass or Fail, which keeps the math direct and repeatable.
  • Excluded non-applicable criteria: NA and excluded criteria are removed from scoring so they do not inflate or punish a result unfairly.
  • Traceability: Each score can be traced back to the category, guideline ID, condition text, notes, and images that produced it.

Methodology note

The score is only as strong as the criteria behind it. Clear, objective criteria make results easier to compare. Vague or heavily changed criteria make trend data less reliable.

Scoring Model

Each included criterion is converted into a scoring state:

  • Pass = 1
  • Fail = 0
  • NA (not applicable) = excluded from scoring

Only Pass and Fail are counted in the score calculation. Criteria excluded from the Guideline Set do not appear in the evaluation and are not counted. Included criteria marked NA are also excluded from the calculation for that evaluation only, because they did not apply to the reviewed version.

This keeps the denominator honest. A criterion that does not apply should not help the score, hurt the score, or create noise in the category result.

Category Scoring

For each category, let:

  • Pass = number of criteria marked Pass
  • Fail = number of criteria marked Fail

Then:

CategoryScore=PassPass+Fail\text{CategoryScore} = \frac{\text{Pass}}{\text{Pass} + \text{Fail}}

Example:

Pass=6Fail=2CategoryScore=66+2=0.75=75%\begin{aligned} \text{Pass} &= 6 \\ \text{Fail} &= 2 \\ \text{CategoryScore} &= \frac{6}{6 + 2} = 0.75 = 75\% \end{aligned}

If Pass+Fail=0\text{Pass} + \text{Fail} = 0, the category is excluded from aggregation because it has no scored criteria in that evaluation.

Overall Score

If there are kk valid category scores, the overall score is:

OverallScore=i=1kCategoryScoreik\text{OverallScore} = \frac{\sum_{i=1}^{k} \text{CategoryScore}_i}{k}

The result is expressed as a percentage and then mapped to a grade.

Flat Score Variant

Without categories, let:

  • TotalPass = total number of Pass responses across all included criteria
  • TotalFail = total number of Fail responses across all included criteria

If categories are ignored:

Score=TotalPassTotalPass+TotalFail\text{Score} = \frac{\text{TotalPass}}{\text{TotalPass} + \text{TotalFail}}

Worked Example

CategoryPassFailNA
A410
B221
C302

Using the table above:

A=44+1=0.80B=22+2=0.50C=33+0=1.00OverallScore=0.80+0.50+1.003=0.7667=76.67%\begin{aligned} A &= \frac{4}{4 + 1} = 0.80 \\ B &= \frac{2}{2 + 2} = 0.50 \\ C &= \frac{3}{3 + 0} = 1.00 \\ \text{OverallScore} &= \frac{0.80 + 0.50 + 1.00}{3} = 0.7667 = 76.67\% \end{aligned}

Grade Thresholds

GradeInterval
A90 to 100%
B80 to 89.9%
C70 to 79.9%
D60 to 69.9%
F0 to 59.9%

Evaluation Method

A reviewer goes through each included criterion and marks whether the current interface satisfies it. Scored criteria are treated as binary checks:

gi{0,1}g_i \in \{0, 1\}

The final score is calculated from the binary Pass and Fail outcomes. NA and excluded criteria are left out of the scoring math.

This keeps the model consistent, easy to audit, and traceable to individual failed criteria. It is intended to measure criterion satisfaction and track change over time, not infer quality from ambiguous user-dependent signals that may vary between users or sessions.

In practice, that means a score should be read as evidence of how well the interface matched the selected Guideline Set, not as a universal claim that the design is good or bad in every possible context.

What the Score Represents

  • Percentage of scored criteria that the interface satisfies
  • Category-level performance against the selected Guideline Set
  • Stable metric for comparing the same Benchmark over time
  • Directional trend to track improvement, regression, or tradeoffs
  • Evidence that can be reviewed at the condition level

What the Score Does Not Represent

  • User satisfaction or emotional response
  • Perceived ease of use or aesthetic appeal
  • Efficiency, speed, task completion time, or click accuracy
  • Cognitive demand or user behavior patterns
  • Quality outside the criteria included in the selected Guideline Set

Using Results

  • Focus on changes over time rather than single scores
  • Review failed items to understand specific gaps
  • Keep older evaluations to track trends and regressions
  • Use the score to guide decisions, not to define success or failure by itself
  • Pair scores with Condition Details when a decision needs proof, context, or handoff evidence

On this page