AutoscoredSectionType
The autoscored section for a filled form
Fields
section_key
· String
· The key of the section section_title
· String
· The title of the section Used By
Definition
"""The autoscored section for a filled form"""type AutoscoredSectionType { """ The key of the section """ section_key: String
""" The title of the section """ section_title: String
""" Is false when none of the questions for the autoscored section are answered """ show: Boolean
""" The value of the section """ value: Float}