Allow Educator Generate Student Certificate on Open edX
To generate certificate, educator have some option:
- Manual to enable student generated certificates
- Auto allow student generated certificates
- Educator generate student certificate (this article)
To allow educator generate student certificate, follow the steps below:
-
Go to Open edX server console.
-
Open and edit LMS configuration (
/edx/app/edxapp/lms.env.json
or/edx/etc/lms.yml
). -
Then find the
"FEATURES"
configuration, add CERTIFICATES_INSTRUCTOR_GENERATION into"FEATURES"
array and set to true. See the following codes snippet:... FEATURES: CERTIFICATES_INSTRUCTOR_GENERATION: true ...
-
Restart LMS services.
After that, you can check it. Open course page, go to in the certificates tab of instructor dashboard and you will find Generate Certificates button.
Note
When you have enable student generated certificates, Generate Certificates button will be hide from certificates tab of instructor dashboard.