= Overview =
Section Groups are a divider for a script in the same way a section header is.
A section group however has the ability to group a number of questions for a number of uses, specifically hiding and showing large groups of questions quickly.
Section Group is also extensively used in Quality Assurance forms to allow the grouping of answers for scoring purposes.
Usage:= Creating a Section Group =
# Add a "Section Group" to your script, giving it an appropriate title
= Data Usage = If the form is a Quality Assurance type then the CDA field contains the contents of a grouped scoring result will be stored in the CDA field for the Section Group. If the form is of any other types then the CDA field will not hold any data just like a Section Header. = JavaScript Usage:notes =
The Section Group also creates three custom JavaScript functions on the page. If we create a group and it is in Campaign 1149 and the Section Group is field_0_19. The function names would be:
<source lang="javascript" collapse="true" first-line="1">
</source>
Data Usage:
The CDA field will not hold any data just like a Section Header.
If the QA module is used for managing records, the contents of a grouped scoring result will be stored in the CDA field for the Section Group.
[[Category:Module Specific:Form Management]]