certificate web doesn't accept boolean openedx

29 Views Asked by At

I've been trying to set up certificates on an openedx course, so far to no avail.

In section 6.3.6.2 of the documentation it states:

In the Certificate Web/HTML View Enabled field, enter true.

But in my version I only have "Certificate Web/HTML View Overrides" and when I attempt to change from the default of an empty dictionary {} I get the error:

Value stored in a Dict must be None or a dict, found <type 'bool'>

The actual instructions inside the box state

Enter course-specific overrides for the Web/HTML template parameters here (JSON format)

We are using a rather old version of the code, is this the reason for the discrepancy? How would I activate this?

0

There are 0 best solutions below