Skip to content

dcadams/edx-sga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staff Graded Assignment XBlock

This package provides an XBlock for use with the edX platform which provides a staff graded assignment. Students are invited to upload files which encapsulate their work on the assignment. Instructors are then able to download the files and enter grades for the assignment.

Note that this package is both an XBlock and a Django application. For installation:

  • Install this package as an egg into the same environment as the edX platform using pip install.
  • Add edx_sga to INSTALLED_APPS in your Django settings.
  • Log in to Studio, navigate to a course you are authoring, and select "Settings" -> "Advanced Settings". Extend the key "advanced_modules" to include "edx_sga" in the list modules.

Now when you add an "Advanced" unit in Studio, "Staff Graded Asssignment" will be an option:

/../screenshots/img/screenshot-studio-new-unit.png?raw=tru

About

Staff Graded Assignment XBlock for the edX platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 72.5%
  • JavaScript 24.7%
  • CSS 2.8%