-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Config: Create Edit Questions
This page assumes that you're editing questions on a Questionnaire or Risk Questionnaire object that is a questionnaire or task and that you're currently on the tab 'Questions' inside the configuration for the target.
Learning about question types can be done by reading the Basic Concepts: Questionnaires page.
When a question is created, it is either an action or input type.
After clicking Add Question, fill out the title, heading and description. Then select action for the type and click create. A new tab will appear in the top right labeled action answer fields. Click into this to add answer buttons to your question.
Click Add answer action field to add a button to the question. The label field is the text that will be displayed to the user on the button. The action type determines how the button behaves. The different action types are:
-
Continue- The answer is recorded and the user moves to the next question. -
Goto- The answer is recorded and the user is moved forward to a target question. This is used to skip questions that are not relevant. -
Message- The flow is stopped and a message is displayed to the user. They cannot proceed through the questionnaire. This is used to provide feedback about the user being in the wrong pillar, or needing to engage external help. -
Finish- The flow is finished and marked as complete or awaiting approval. This is used to end a task when the user doesn't need to answer any further questions.
Once the answer has been created. A new tasks tab will appear in the top right. In this tab you an link tasks to the answer. Tasks linked to the answer will be allocated to the submission at the end of the questionnaire. This is how Pillars allocate tasks to the user's submission.
After clicking Add Question, fill out the title, heading and description. Then select input for the type and click create. A new tab will appear in the top right labeled action input fields. Click into this to add input fields to your question.
Click Add answer input field to add a button to the question. The label field is the text that will be displayed to the left of the input object. The field type determines how the SDLT solicits information from the user. The different input types are:
-
text- A single line text box -
email- A single line text box with validation to ensure only email addresses are entered -
textarea- A multi-line text box to allow the user to add longer text content -
product aspects- A multi-line text box to allow the user to list different product aspects for the DSRA. -
date- The user gets a date picker -
release date- The user gets a date picker. This is stored as a key field against the submission and viewable in the adminQuestionnaire Submissionsarea. -
url- A single line text box with validation to ensure only urls are entered. -
multiple-choice: single selection- A radio button input -
multiple-choice: multiple selection- A checkbox input
Note: The text field has a checkbox to indicate if this input will be the product name. It is highly recommended to include a product name field in every Pillar as this is used for email communication between the SDLT and users
Note: The email field has a checkbox to indicate if this input will be the business owner. At least one business owner email field must be present in every Pillar questionnaire to ensure the approval flows can be completed.
Todo