Field | Type | Optional | Description |
---|
definition | string | Required | A formal definition for the question. Deprecated, use text |
example | string | Optional | An example of how the question might be administered. Required when area == 'milestones' |
materials | string | Optional | Information about what materials might be required to administer the question. Required when area == 'milestones' |
objective | string | Optional | The objective of the question. Required when area == 'milestones' |
number | 32-bit Integer | Optional | The question # from the guide. Required when area == 'milestones', 'barriers', 'transitions', 'taskanalysis'. Note: This is not the same as question_num, which is the programmatic index of the question. This is what to display to the user to related the question to the guide. | levelthe guide. |
level | 32-bit Integer | Optional | The question level # from the guide. Required when area == 'milestones' or 'taskanalysis' |
skill_number | 32-bit Integer | Optional | The question level # from the guideskill_number (0..skill_count-1) for the question. Required when area == 'milestonestaskanalysis' |
text | string | Required | The text that describes the question |
title | string | Optional | The text to display at the top of a grid column for Barriers & Transitions. The skill identifier (e.g. '1-a') for Task Analysis. Required when area == 'barriers', 'transitions', 'taskanalysis' |
responses | array | Required | An array of response/score definitions |