Set up automatic responses for assessment questions using either static responses or script-based responses based on specific conditions. You can configure default responses for text, drop-down list, radio button, check box,
date, and number question types. This feature helps save assessors time and effort by reducing the number of questions that require answers.
Procedure
-
Navigate to to access the Assessment Workspace landing page.
-
Create an assessment template or open an existing assessment template that is in the Draft state.
-
Select a question for which you want to configure an automatic response.
-
Select the
Configuration options, then select Automated response.
-
In the Default response is field of the Automated response pop-up window, select a default response for the question based on the question type or create a script.
- Optional:
Create a script for a dynamic response by selecting the script icon
.
-
Update the
result.value = <null> with the required input.
In the script, result.value holds the response. The input in result.value must match the corresponding question type. For example, a text-type question should have
a string value and while a number-type question should have an integer value.
- Optional:
Set up a condition by selecting Add If-then condition.
-
Select + New condition set under If condition to set the condition.
- Optional:
Set up one or more subsequent if-then conditions by selecting Add If-then condition.
- Optional:
In the Default response is field in the If nothing matches section, set the default response for situations where none of the condition sets meet the set criteria.
- Optional:
Create a script for a dynamic response by selecting the script icon
.
-
Update the result.value field with the required input.
In the script, result.value holds the response. The input in result.value must match the corresponding question type. For example, a text-type question should have a string
value and while a number-type question should have an integer value.
- Optional:
Under Additional options, select the Set response as editable option.
-
Select Save.