| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the record. |
integer |
None. |
| AuditTypeID |
The ID of the audit type the audit item is for. |
integer |
None. |
| QuestionNumber |
The question number. |
string |
None. |
| QuestionOrdinal |
The order in which the question should be viewed. |
integer |
None. |
| Question |
The question text. |
string |
None. |
| Guidance |
The question guidance text. |
string |
None. |
| IsRequired |
Whether or not the question is required. |
boolean |
None. |
| IsCoreCriteria |
Whether or not this question is considered core criteria. Core criteria questions have to be yes/no questions (i.e. is_score_numeric = false), and if the answer is no, the entire audit would be a failure. |
boolean |
None. |
| IsInternalQuestion |
Determines whether an audit type item is a question only for GPI and not a part of FACTA (or any other organization). |
boolean |
None. |
| IsScoreNumeric |
Whether or not this question is scored as a numeric or yes/no answer. |
boolean |
None. |
| LowestScore |
When the score is numeric, this is the lowest acceptable score value. |
decimal number |
None. |
| HighestScore |
When the score is numeric, this is the highest acceptable score value. |
decimal number |
None. |