Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleFields
FieldTypeOptionalDescription
definitionstringRequiredA formal definition for the question
examplestringOptionalAn example of how the question might be administered
materialsstringOptionalInformation about what materials might be required to administer the question. Required when area == 'milestones'
objectivestringRequiredThe objective of the question
number32-bit IntegerOptional

The question # from the guide. Required when area == 'milestones', 'barriers', 'transitions'.

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.

level32-bit IntegerOptionalThe question level # from the guide. Required when area == 'milestones'
textstringRequiredThe text that describes the question
titlestringOptionalThe text to display at the top of a grid column. Required when area == 'barriers', 'transitions'
responsesarrayRequiredAn array of response/score definitions

...