Questions
The questions tab is where you add the questions for your checker. Here, you gather input from your users to use in calculations in your logic tab.
What are questions?
Questions make up the form that users fill in to provide the information required.
Question Types
CheckFirst currently supports the following types of questions:
Numeric questions
Radio questions
Dropdown lists
Checkbox questions
Date questions

Each question has its own use:
Question Type
When do I use it?
Numeric questions
When you want the user to enter in a number
Radio questions
For multiple-choice questions where users have to choose a single option
Dropdown lists
When you have more than 5 options
Checkbox questions
When users can choose more than one option
Date questions
When you want users to input a single date *CheckFirst currently does not support date ranges
Question References
Each question type is tied to a symbolic letter for its reference, as well as a number. This will help you in the logic tab.
Question Type
Reference
Numeric questions
Letter N references numeric questions
Radio questions
Letter R references radio questions
Dropdown lists
Letters DL references dropdown lists
Checkbox questions
Letter C references checkbox questions
Date questions
Letter D references date questions
CheckFirst currently does not support question logic. This means that all questions will be shown to all citizens, and questions cannot be selectively shown or hidden based on inputs from previous questions.
Last updated
Was this helpful?