March 2, 2022

Set Default Enrollment Mode Open edX to Honor

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

By default, student enrollment mode will set to audit mode when course mode is not yet added. But this configuration can be override, for example want to set honor as default. Follow the steps below:

  1. Go to Open edX server console.

  2. Open and edit file /edx/app/edxapp/lms.env.json.

  3. Then add following codes snippet into lms configuration file:

    ...
     "COURSE_MODE_DEFAULTS": {
         "name": "Honor",
         "slug": "honor",
         "bulk_sku": null,
         "currency": "usd",
         "description": null,
         "expiration_datetime": null,
         "min_price": 0,
         "sku": null,
         "suggested_prices": ""
     },
    ...
    
  4. Restart LMS services.