As an admin, I need the ability to unenroll users from specific sessions. Current functionality includes only:
Enroll in single or multiple sessions or course (allow learner to choose session)
Unenroll from course (all selected sessions)
The use case was to push ILC session enrollments to learners by enrolling them in multiple sessions, but now needing to get correct Course completion metrics.
When a learner is enrolled in multiple sessions, the overall course completion is then counted based on all enrolled sessions.
We need the option to count course completion = 100% based on attending/completing at least one session.
If I now want to correct the data, I have to:
Extract all current session attendance/completion data
Unenroll learners from courses (which unenrolls them from all sessions)
Re-enroll learners to only the sessions they participated in
Mark attendance again
Even for our small user population and relatively small number of courses in our current initiative, this isn't feasible to do with the current functionality.