November 17, 2021

Allow Educator Generate Student Certificate on Open edX

Activities, Android Developer, Ansible, Apache2, Atlassian, Ayo Belajar Linux, Bestpath Network, BLC Telkom Klaten, BSD, Caddy Server, Case Study, Cisco, Cisco Indonesia, Cloud Computing, Cockpit, Custom Weapons, Docker, E-Learning, Engenius, Error, FreeBSD, FreeBSD Indonesia, Komunitas Pengguna Linux Indonesia, KPLI Bulukumba, KPLI Klaten, Lets Encrypt, Linux, MacOS, Microsoft Azure, Microsoft SQL Server, MikroTik, MikroTik Indonesia, MySQL, Nginx, Open edX, OpenSID, Others, PHP, phpMyAdmin, PostgreSQL, Proxmox, Python, Redash, Sendy, SSH, Stories, Subnetting, TP-Link, Ubiquiti, Unix, Virtualization, Windows, X-Mosque, Faizar Septiawan, Icar, siBunglonGanteng, Orang Ganteng, siBunglonLabs, Programmer, SysAdmin, Site Reliability Engineer, Developer, Palugada, Makassar, Ganteng, Gila, Cyclist, Panglima, Setan, Panglima Setan, sibunglon, Ganteng

To generate certificate, educator have some option:

To allow educator generate student certificate, follow the steps below:

  1. Go to Open edX server console.

  2. Open and edit LMS configuration (/edx/app/edxapp/lms.env.json or /edx/etc/lms.yml).

  3. 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
    ...
    
  4. 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.