Hi @BeckyG,
I’m assuming that adding the recording to the VILT Session does not fit your use case (https://help.docebo.com/hc/en-us/articles/360020079740-Creating-and-managing-ILT-and-VILT-courses#h_01H98M2TG992QG0BZJNZWRF0FY:~:text=is%20involved%20in.-,Session%20recordings,-As%20a%20Superadmin)
You can certainly do it in Docebo Connect. We have set up a workflow that:
- For each VILT course, maintains a link via code in an additional field to the e-learning course.
- Runs a recipe twice a day to evaluates the attendance record of all sessions in all courses that ran in the previous day. If users have attended the VILT enrol them in the correct e-learning course; If they have not attended, unenrol them from the VILT and enrol them in the e-learning. This last step means that they do not have an incomplete course on their record indefinitely.
Given the number of courses you are dealing with this is probably the best way.
I’m not clear from you question but it looks as if you may already have tried the following.
- When a user is enrolled in the VILT session their enrolment status is Not Started. When they are marked Absent then the enrolment status changes to In Progress. If they are marked as Present then the status is Completed. (this assumes there is no other training material in the course)
- A group that has an automated rule to include all users with an enrolment status of In Progress on the course will gather users as soon as they are marked absent. There shouldn’t be any need to check the date.You can’t directly refer to the attendance status in a rule.
- You will then need to attach the group to an enrolment rule to trigger the enrolment.
You will, as you point out, need a different group and rule for each VILT/e-learning course.
I’m guessing, given your comment about the date that many, if not all, of the sessions are in the same course and that you will need to route the users into a different elearning course depending on the session that they attended.
We overcame this (in the Connect scenario) by creating a separate VILT course and corresponding e-learning course for each session. This fitted a use case where each session covered genuinely different course material. It may not work so well if you are running the same session multiple times.
Thank you! That recipe sounds like exactly what I’m looking for.