Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 768 Bytes

RELEASE.rst

File metadata and controls

27 lines (18 loc) · 768 Bytes

SGA 0.4.0 Release Notes

Migrations

0.4.0 uses the edX Submissions API to submit grades. If you are upgrading from an earlier version and you have student submissions and grades that need to be migrated, you should run the migration script.

python manage.py lms --settings=aws sga_migrate_submissions DevOps/0.001/2015_Summer

Additions

  • Now supports basic workflow. Instructors must approve grades submitted by course staff.
  • Added Staff Debug

Fixes

  • Grades are validated on submission (#19)
  • No longer requires students to re-visit SGA problems in order to record grades (#34)