Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added out of date note

(warning)This page is out of date

This page is out of date. For the latest instructions, see the edX documentation.

PM Instructions

When On-Demand certificates are enabled for a course, students who pass the course are allowed to generate their own certificates.  The student starts generating a certificate by clicking a button on the progress page.  When the certificate is ready, the student can download it from the student dashboard.

...

Code Block
languagebash
# Re-submit certificates for *all* courses
$ ./manage.py lms resubmit_error_certificates

# Re-submit certificates for particular courses
$ ./manage.py lms resubmit_error_certificates -c edX/DemoX/Fall_2015 -c edX/DemoX/Spring_2016

 

...