Hi, Juan
you can be more explicit on how to change the mode of course , since I can
not find that option in advanced settings
El martes, 26 de julio de 2016, 20:00:24 (UTC-5), Juan Camilo Montoya
escribió:
>
> 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/fc721178-18e5-4d5b-9418-c774c104d2be%40googlegroups.com.