Skip to content

Base Question IDs

Reference guide for all base question IDs that are automatically part of every quiz.


Overview

This document provides a comprehensive list of all base question IDs. These IDs are obtained through various endpoints, and they comprise the 8 FinHealth Score® question IDs.


Standard Question IDs

These question IDs are available across all namespaces:

Question IDCategoryDescription
fhn1SpendSpending less than income
fhn2SpendPaying bills on time
fhn3SaveHaving sufficient liquid savings
fhn4SaveHaving sufficient long-term savings
fhn5BorrowHaving manageable debt
fhn6BorrowHaving a prime credit score
fhn7PlanHaving appropriate insurance
fhn8PlanPlanning ahead financially

Indicator Scores

When an assessment is complete (isCompleted: true and completionStatus: 3), some endpoints return an indicator_scores object containing individual scores (0-100) for each of the eight indicators above.

json
"indicator_scores": {
  "fhn1": 100,
  "fhn2": 100,
  "fhn3": 75,
  "fhn4": 75,
  "fhn5": 40,
  "fhn6": 60,
  "fhn7": 25,
  "fhn8": 15
}