* API endpoint for certificate generation, an authenticated post with course id requests that grading be carried out and a cert generated for request.user in that course, using the usual grading and certificate machinery (ie, it does not imply whitelisting, though whitelists and blacklists will be respected) - Logs each request as it comes in - Calls xq.add_cert() and consequently, does grading synchronously on this app host and then queues request for certificate agent. - example usage: ``` curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate ``` * Studio advanced setting added, "certificates_show_before_end", which determines whether a course should permit certificates to be downloadable by students before the coures's end date has passed. - Modifications to dashboard view and templates to allow display of certificate download links before course has ended. (XXX: may declare failing students as failing before the course has ended.) - To test, turn the setting on in a course which hasn't ended yet, and force certificate generation for a student, then check their dashboard.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
data | Loading commit data... | |
rendering | Loading commit data... | |
templates/test | Loading commit data... | |
xml | Loading commit data... | |
__init__.py | Loading commit data... | |
helpers.py | Loading commit data... | |
test_annotatable_module.py | Loading commit data... | |
test_capa_module.py | Loading commit data... | |
test_combined_open_ended.py | Loading commit data... | |
test_conditional.py | Loading commit data... | |
test_conditional_logic.py | Loading commit data... | |
test_content.py | Loading commit data... | |
test_course_module.py | Loading commit data... | |
test_crowdsource_hinter.py | Loading commit data... | |
test_delay_between_attempts.py | Loading commit data... | |
test_editing_module.py | Loading commit data... | |
test_error_module.py | Loading commit data... | |
test_export.py | Loading commit data... | |
test_fields.py | Loading commit data... | |
test_graders.py | Loading commit data... | |
test_html_module.py | Loading commit data... | |
test_import.py | Loading commit data... | |
test_import_static.py | Loading commit data... | |
test_lti20_unit.py | Loading commit data... | |
test_lti_unit.py | Loading commit data... | |
test_mako_module.py | Loading commit data... | |
test_peer_grading.py | Loading commit data... | |
test_poll.py | Loading commit data... | |
test_progress.py | Loading commit data... | |
test_randomize_module.py | Loading commit data... | |
test_resource_templates.py | Loading commit data... | |
test_self_assessment.py | Loading commit data... | |
test_split_module.py | Loading commit data... | |
test_stringify.py | Loading commit data... | |
test_tabs.py | Loading commit data... | |
test_textannotation.py | Loading commit data... | |
test_util_duedate.py | Loading commit data... | |
test_util_open_ended.py | Loading commit data... | |
test_utils_django.py | Loading commit data... | |
test_video.py | Loading commit data... | |
test_videoannotation.py | Loading commit data... | |
test_word_cloud.py | Loading commit data... | |
test_xblock_wrappers.py | Loading commit data... | |
test_xml_module.py | Loading commit data... |