Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Merged GuideContent information into Fields

...

Info
titleFields
FieldTypeOptionalDescription
examplestringOptionalAn example of how the question might be administered
guideContentdictionaryOptionalRequired when area == 'milestones', 'barriers', 'transitions'
materialsstringOptionalInformation about what materials might be required to administer the question. Required when area == 'milestones'
questionNumber32-bit IntegerOptionalThe question # from the guide. Required when area == 'milestones', 'barriers', 'transitions'
questionTextstringRequiredThe text that describes the question
questionTitlestringOptionalThe text to display at the top of a grid column. Required when area == 'barriers', 'transitions'
questionTypestringOptionalReserved - do not use at this time
responsesarrayRequiredAn array of response/score definitions
Info
titleguideContent Fields
FieldTypeOptionalDescription
codestringRequiredReserved - do not use at this time
definitionstringRequiredA formal definition for the question
examplesstringOptionalAn example of how to evaluate the questionguidePageNumber32-bit IntegerOptionalReserved - do not use at this time
objectivestringRequiredThe objective of the questiontitlestringOptionalA title that can be displayed to the user to help identify the question
Info
titleresponse Fields
FieldTypeOptionalDescription
score32-bit IntegerRequiredValue to store as a score if this response is selected
textstringRequiredA string to display that describes this possible response
descriptionstringOptionalA description of the score to further help identify its application

...