Hi,
I am trying to enable course certificates for a course. I am getting
This course does not use a mode that offers certificates.
from Studio when I go on the Course certificate page.
This is for a self paced course.
I have done the following:
- Defined CERTIFICATES_HTML_VIEW: True through Tutor’s common-env-features patches
- Defined and enabled an HTML View Configuration (i.e. 4.9.4 here 4.9. Enabling Course Certificates — Installing, Configuring, and Running the Open edX Platform documentation ) and rebooted (tutor local reboot -d), with
{"default": {
"accomplishment_class_append": "accomplishment-certificate",
"platform_name": "evolo",
"company_about_url": "https://www.calculquebec.ca/",
"company_privacy_url": "https://www.calculquebec.ca/wp-content/uploads/2023/05/Privacy-and-Data-Protection-Policy-fr-V1.0-1.pdf",
"company_tos_url": "https://www.calculquebec.ca/wp-content/uploads/2024/08/conditions-utilisation.pdf",
"company_verified_certificate_url": "-",
"logo_src": "https://edx.evolo.calculquebec.cloud/static/indigocq/images/logo.6f48e17d0f43.png",
"logo_url": "https://www.calculquebec.ca"
},
"honor": {"certificate_type": "Attestation", "certificate_title": "Attestation de complétion"},
"verified": {"certificate_type": "Vérifié", "certificate_title": "Certificat de complétion"}
}
What am I missing to enable certificates for my course ?