Skip to content

Stanford-Online/xblock-grademe

Repository files navigation

Grade Me Button XBlock

Allow users to self-request a PDF certificate in self-paced courses.

badge-travis badge-coveralls

image-lms-view-normal

Installation, system administrator

To install the XBlock on your platform, add the following to your requirements.txt file:

xblock-grademe

You'll also need to add this to your INSTALLED_APPS:

grademebutton

Installation, course staff

To install the XBlock in your course, access your Advanced Module List:

Settings -> Advanced Settings -> Advanced Module List

image-cms-settings-menu

and add the following:

grademebutton

image-cms-advanced-module-list

Use, Course Staff

To add a Grade Me Button to your course:

  • go to a unit in Studio
  • select "Image Modal XBlock" from the Advanced Components menu

image-cms-add

You can now edit and preview the new component.

image-cms-view

Using the Studio editor, you can edit the following fields:

  • display name
  • survey id
  • university
  • link text
  • message
  • parameter name for userid

image-cms-editor-1 image-cms-editor-2

Use, Participants

image-lms-view-normal

Students click on a link within the unit and this takes them to the survey.

`View a demo of the CMS`_

`View a demo of the LMS`_