Skip to main content

Quality Score Calculation

Available in: All plans
Last updated: 26-Feb-2026

Overview

Kazinex produces a single 0–100 quality score for every schedule. This page explains how that score is calculated from individual check results, category weights, and check weights.

Calculation Method

Step 1 — Run Each Check

Each of the 34 checks runs against the schedule data and produces:

  • A raw result (numeric value — e.g., 3.2% of activities missing logic)
  • A threshold (configurable — e.g., ≤5%)
  • A verdict: Pass ✅, Warning ⚠️, or Fail ❌

Step 2 — Calculate Check Score

Each check receives a score from 0 to 100:

VerdictCalculation
Pass100
WarningScaled between 50–99 based on how close the value is to the threshold
FailScaled between 0–49 based on how far the value exceeds the threshold

Step 3 — Weight Checks Within Category

Each check has a check weight (defined in the system). Within a category, check scores are combined using their weights:

Category Score = Σ (Check Score × Check Weight) / Σ (Check Weights)

For example, in the Logic & Relationships category:

CheckScoreWeightContribution
Missing Logic855425
High Float1003300
Leads1003300
Lags703210
Negative Lag1003300
FS Relationships953285
Hard Constraints604240
Negative Float1005500
Total292,560

Category Score = 2,560 / 29 = 88.3

Step 4 — Weight Categories Into Overall Score

Category scores are combined using category weights (default percentages shown):

Overall Score = Σ (Category Score × Category Weight) / Σ (Category Weights)
CategoryScoreWeightContribution
Logic & Relationships88.320%17.66
Durations92.015%13.80
Critical Path100.015%15.00
Constraints75.010%7.50
Resources60.010%6.00
Progress95.010%9.50
Best Practices80.02.5%2.00
Regional100.01.5%1.50
Configuration100.01%1.00
Overall85%73.96
note

If category weights do not sum to 100%, the formula normalizes them automatically.

Step 5 — Assign Grade

GradeRange
Excellent90–100
Good70–89
Fair50–69
Poor30–49
Critical0–29

In the example above, an overall score of 73.96 earns a Good grade.

Customizing Weights

Category Weights

Adjust in Quality Settings → Category Weights. Increase the weight of categories that matter most to your governance framework.

Check Weights

Individual check weights can be adjusted to emphasize specific rules within a category. For example, if your organization prioritizes missing logic over high float, increase the Missing Logic check weight.

Using Presets

The four system presets (Standard DCMA, Design & FEED, EPC, Level 3 IMS) adjust all thresholds and weights at once. See Quality Settings.

Weightage by WBS or Activity Code

For advanced scoring, Kazinex supports weightage configuration that distributes the quality score across WBS elements or Activity Code categories. This lets you see governance health at the WBS or code level rather than just a single project-wide score.

See Quality Settings for details on weightage configuration.

Tips & Best Practices

  • A score of 90+ is considered production-ready for most organizations
  • Focus on high-weight categories (Logic, Duration, Critical Path) for the biggest score improvements
  • Use the Check Detail Drawer to find and fix individual activities driving down a check's score
  • Re-run quality checks after making corrections to track improvement