Hello Raul,
Before you can create your certificate, you have to add a course mode for
the course. in the course_modes table.
Once you do that, and if you have superadmin access, you'll find a
certificates menu item under studio - > settings, where you can create and
activate the certificate for that particular course mode.
hope that helps.
:)
El viernes, 22 de julio de 2016, 17:27:57 (UTC-5), Raul Tuozzo escribió:
>
> Hi, im trying to enable certificates on my open edx platform, i already
> modified the 'CERTIFICATES_HTML_VIEW': true, in lms.env.json and
> cms.env.json and the configuration through the django admin.
> When I go to certificates under the settings dropdown in my course it says
> "This course does not use a mode that offers certificates.", I already
> added the HTML view configuration and selected enabled and saved it under
> this configuration:
>
> {
> "default": {
> "accomplishment_class_append": "accomplishment-certificate",
> "platform_name": "YourPlatformName",
> "company_about_url":"http://www.YourOrganization.com/about-us",
> "company_privacy_url": "http://www.YourOrganization.com/our-privacy-policy
> ",
> "company_tos_url": "http://www.YourOrganization.com/our-terms-service",
> "company_verified_certificate_url": "
> http://www.YourOrganization.com/about_verified_certificates",
> "logo_src": "/static/certificates/images/our_logo.svg", "logo_url": "
> www.YourOrganization.com"
> },
> "honor": { "certificate_type": "honor",
> "certificate_title": "Honor Certificate",
> "document_body_class_append": "is-honorcode"
> },
> "verified": { "certificate_type": "verified",
> "certificate_title": "Verified Certificate",
> "document_body_class_append": "is-idverified"
> },
> "base": { "certificate_type": "base",
> "certificate_title": "Certificate of Achievement",
> "document_body_class_append": "is-base"
> },
> "distinguished": { "certificate_type": "distinguished",
> "certificate_title": "Distinguished Certificate of Achievement",
> "document_body_class_append": "is-distinguished" } }
>
> Thanks in advance.
>
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/2926849e-7d1f-412d-a6ce-3d1a98e0d9f3%40googlegroups.com.