Appearance
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 ID | Category | Description |
|---|---|---|
fhn1 | Spend | Spending less than income |
fhn2 | Spend | Paying bills on time |
fhn3 | Save | Having sufficient liquid savings |
fhn4 | Save | Having sufficient long-term savings |
fhn5 | Borrow | Having manageable debt |
fhn6 | Borrow | Having a prime credit score |
fhn7 | Plan | Having appropriate insurance |
fhn8 | Plan | Planning 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
}