Can you change a student's enrollment track

Is there an administrative way to change a student’s enrollment track. For example from “audit” to “honor” or visa versa

1 Like

yes you can change enrollment track from audit to honor through "Student Support: Enrollment ".
use “https://your-organization/support/enrollment”.

3 Likes

Thank you. How did you know that? What documentation did I miss?

it’s about spent lots of time in searching and work in open edx.

1 Like

You don’t know how to do the same, but with 200 users?

If you have access to the database, you can update the students to honor in the table student_courseenrollment (MySQL)

Best,
Felipe.

Hello @Chack
After the course_mode is set to “honor” for your course, all new enrollments will land in the “honor” track, so one way to do it for the 200 users at the same time is to unenroll them from the instructor panel and then enrolling them again. as long as you uncheck the “notify by email” option in both operations, the process will not be notices by the learner and the outcome will be exactly as needed.

I hope it helps.

2 Likes

Yeap, it works. Thanks!