AutoscoredSectionType
The autoscored section for a filled form
Fields
has_autoscored_calculator
· Boolean · The autoscored section has a live autoscoring module(mod_type: "autoscored_calculator") if true. 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 autoscored section has a live autoscoring module(mod_type: "autoscored_calculator") if true. """ has_autoscored_calculator: Boolean
""" 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}