ChrisHuston / Submission-Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Submission Viewer

Choose from a list of assignments with submissions to display a list of all the submissions along with the student's name and date of submission. Buttons to preview or download the submissions. Preview will open a new window with a button for previewing the file. This preview via Canvas's Croc-o-doc will display any instructor or TA comments from SpeedGrader, but grades will not be visible.

Option to have students access the submissions for assignments marked as public. Students cannot preview, but can download submissions.

Usage

  1. Click Settings in the Course menu
  2. Click the Apps tab
  3. Click the View App Configurations button
  4. Click Add App
  5. Select By URL as the Configuration Type
  6. Enter a name, i.e. Submission Viewer
  7. Consumer key = YourKey
  8. Shared Secret = YourSecret
  9. Config URL:
  10. Admin Only = https://www.your_server.com/app/submission_viewer/config/admin.xml
  11. Public = https://www.your_server.com/app/submission_viewer/config/all.xml
  12. Click Submit
  13. You might need to refresh your browser to see the app in the left course nav. Click the app name.
  14. Click the Get Sections button. You will see the number of sections displayed.
  15. Click Get Students to get students for displaying names on submissions. Repeat this step after drop/add.
  16. Click Get Assignments to get a list of all assignments with submissions. Repeat this step if new assignments are added.

About

License:MIT License


Languages

Language:PHP 77.6%Language:JavaScript 20.7%Language:HTML 1.7%Language:CSS 0.1%