Automatically activate a questionnaire at the end of the course
Request
Some days after the start or end of the course, the participants of a course should give feedback on the course by filling in a questionnaire.
Requirement
- Add an execution period to the course
- Include form in course
Procedure
Define visibility rule
A rule must be defined in the tab Visibility on the survey element to determine when the element should be visible. In simple configuration mode this is only possible with absolute data. To work with relative data, you have to switch to the expert mode. This allows you to control that the questionnaire is only displayed at the end of the course, for example, with a duration of one week.
Step 1: Open expert mode
- Navigate to the survey in the course editor
- Open tab "Visibility"
- Click on the button "Show expert mode"
Step 2a: Create expert rule: Duration after course start
Add the following expert rule:
(today <= getCourseBeginDate(0) + 7d)
This expert rule says that the questionnaire should be visible for 7 days
after the start of the course.
The number of days can be adjusted as desired.
Step 2b: Create expert rule: Duration after course end
Add the following expert rule:
(getCourseEndDate(0) >= today) & (getCourseEndDate(0) + 7d >= today)
This expert rule says that the questionnaire should be visible for 7 days
after the end of the course.
The number of days can be adjusted as desired.
Step 3: Save
Save your expert rules and publish your course again.
Add reminder
The reminder tool allows you to send a reminder, e.g. 3 days after the start or end of the course, for participants to complete the questionnaire.
Add reminder:
- In the drop-down menu "Administration" opens the item "Reminder".
- Click the button "Create reminder". A new reminder will open.
- Enter a description
-
Add conditions:
-
After course start
-
after course end
-
-
Fill in mail subject and text
- Save