Is there any way to change a student’s enrollment track from “audit” to “honor”

Hi folks,
Is there any way to change a student’s enrollment track from “audit” to “honor”, I am using Ironwood version. Your reply is highly appreciated.

If the only users concerned are staff and instructors, then all you need is to unenroll from course then enroll again in Honor Track (if already configured of course).

Otherwise, it means you have an ongoing course with audit mode then you added Honor mode later.

In this case you can do that from LMS’s django admin:

  1. Add a waffle switch at /admin/waffle/switch : name it student.courseenrollment_admin, set active to yes then save
    A new model in django admin will appear.
  2. Go to Student / Course Enrollments (admin/student/courseenrollment/), find the enrollment that matches the course and the student you want. Edit the enrollment and change mode to honor
3 Likes

you can use domain/support and you can change enrollements.

3 Likes

Thank you so much @ARMBouhali and @sbernesto
First I took the profile information from data download option from the instructor level and then used
domain name/support/enrollment
In the Search option, I used the email ids of those students enrolled in audit mode and then changed to honor mode… Problem solved…thank you once again…