Enabling certificates only possible via admin?

Hi,

we have a tutor platform running for our courses. Now, when I create a new course with certificates I always need the admin to add the Course modes:

Which is kind of annoying and not really usable. Since all our courses shall offer a certificate a general rule would be great for these certificates because it is always more or less 10 options to enable and to have in mind.

Thanks,

Hi @wiesener,

It’s only if your course is created in audit mode, which doesn’t issue certificates. Since all your courses issue certificates, you can set the default course mode to honor by setting COURSE_MODE_DEFAULTSto something like this:

{
    "name": "Honor",
    "slug": "honor",
    "bulk_sku": None,
    "currency": "usd",
    "description": None,
    "expiration_datetime": None,
    "min_price": 0,
    "sku": None,
    "suggested_prices": "",
    'android_sku': None,
    'ios_sku': None,
}

If you use our let plugin, it will be set like that by default.