At the heart of building a checklist is adding the questions you want to ask the end users. In the previous article, we described in detail the different question types available to you.
In this article, we are going to go through all of the options available to you to configure the questions.
There are two types of elements for each question:
Common Elements: every question type shares these elements, such as question text and the possible score.
(Above the line for each question in the image above)
Question Type Elements: These are specific to the question type and are dependent on the type of data that is collected.
(Below the line for each question in the image Above)
You'll notice differences, below the lines, in the different question types in the image. The True False labels are different from the number labels and options.
Common Question Elements Explained: Question Tab
Element | Required/Not Required | Explanation |
Question Text | Required |
|
Background | Not Required | Allows you to pick a background color for the question text. |
Foreground | Not Required | Allows you to pick a text color for the question. |
Possible Score | Required |
|
Tags | Not Required |
|
Status | Required |
|
Read Only | Not Required |
|
Visible | Not Required |
|
Calculated | Not Required |
|
Common Question Elements Explained: Help Tab
This is the help text control that the End User sees:
Element | Required/Not Required | Explanation |
Help Text | Not Required |
|
Common Question Elements Explained: Comments Tab
This is the Comment text control that the End User sees:
Element | Required/Not Required | Explanation |
Comment Template | Not Required |
|
Common Question Elements Explained: OpsLogic
Here is what a question looks like with rules:
Element | Required/Not Required | Explanation |
OpsLogic | Not Required |
|
Question Type Elements Explained: True False
Element | Required/Not Required | Explanation |
Allow Null | Not Required | Creates an N/A Option that a person can click, it answers the question but doesn't affect the score. |
True Label | Required |
|
False Label | Required |
|
Question Type Elements Explained: Enter Number
Element | Required/Not Required | Explanation |
Precision | Not Required |
|
Before | Not Required |
|
Hint | Not Required |
|
After | Not Required |
|
Question Type Elements Explained: Number Multiple Choice
Element | Required/Not Required | Explanation |
Precision | Not Required |
|
Display As | Required |
|
Choices | Required | You have to add at least one choice to save the Question Set. |
Label | Required | This is the text the end user will see. |
Value | Required | This will be the number stored in the database. |
User Editable | Not Required | This will make the box editable and the End User will be able to enter the value. |
Question Type Elements Explained: Date Time Question Types (are all the same)
Element | Required/Not Required | Explanation |
Before | Not Required |
|
Hint | Not Required |
|
After | Not Required |
|
Question Type Elements Explained: Enter Text Question
Element | Required/Not Required | Explanation |
Multi-line | Not Required |
|
Before | Not Required |
|
Hint | Not Required |
|
After | Not Required |
|
Question Type Elements Explained: Multiple Choice Text Question
Element | Required/Not Required | Explanation |
Display As | Required |
|
Choices | Required | You have to add at least one choice to save the Question Set. |
Label | Required | This is the text the end user will see. |
Value | Required | This will be the text stored in the database. |
User Editable | Not Required | This will make the box editable and the End User will be able to enter the value. |
Question Type Elements Explained: Attachment Picture & File
Element | Required/Not Required | Explanation |
Attachment Type | Required |
|
Label | Not Required |
|
Question Type Elements Explained: No Response
Element | Required/Not Required | Explanation |
Text Box | Required |
|
Help | Not Required |
|
OpsLogic | Not Required |
|
This has shown you how to configure questions. Remember the common elements of all questions are the same no matter what question type.
Based on the question type, the question elements will change. All of these changes are based on database and programming languages. Text is handled differently than numbers or True False questions in coding and in databases. That is why there are differences.
In the next article, we will teach you how to put together a checklist.