Question Sections

Purpose

The Question Sections data-table is a child entity which holds data to separate Questionnaires into separate sections. It links to Questionnaires and Questions. It is a very simple data-table, intended just to assist with ordering and grouping of questions within a questionnaire. 

Note: If Images are added to a QuestionSection, these images can be used within the Questionnaire to provided visual assistance to users of the system.

The QuestionSections data-table includes data-fields for things like the "OrderID" and "Name" of the Section, allowing people to design Questionnaires with sections that make logical sense to the participants.

A full listing of all the fields in the data-table with their purposes and any automation built into the App is laid out below. To fully understand the purpose of the data-fields please read further in this topic.

How and where to access QuestionSections data

The image below shows the "QuestionSections" Edit Form. This is accessed via its own entry in the System Entities screen.

QuestionSections edit form  

Note that the layout of this edit form may have changed if it has been updated by your administrator, and additional actions, reports or resources may have been added.

Details of the QuestionSections edit form

<

QuestionSections edit form details  

  1. OrderID: Determines the position of the Section within the Questionnaire.
  2. Name of the section.
  3. FullName: This is used in the Questionnaire Form.
  4. Each QuestionSection record is linked to a particular Questionnaire. This means that only the QuestionSections for the specific Questionnaire will show in the List of possible "Sections" on the Questions form.

Linking from Questionnaires to QuestionSections

The image shows that the "Sections" for each Question must match the set of Sections linked to a particular Questionnaire.

Data-schema: full details of the data-fields and their purpose in the QuestionSections data-table

Field- Name / Data-type

Description / Purpose

Possible Values

Coding / Automation

ID (Primary Key) Unique number which identifies each record.Automatically set by Orixa, not under the control of users or developers.
OrderID (Integer) Used to set the order in which the section of questions will appear in the questionnaire.Entered by user
Name (Text) Self explanitoryEntered by user
Description (Long Text) Self explanitoryEntered by user
AuthorID (Integer) Self explanitoryAutomatically set by Orixa, not under the control of users or developers.
DateCreated (Timestamp) Set to the exact date and time the record was first created.Automatically set by Orixa, not under the control of users or developers.
FullName (Text) Read-Only, computed by Orixa, based on values in the database.Value generated by Orixa