Commit Graph

2 Commits

Author SHA1 Message Date
Keith Garner 2e1c641efd allow speedgrader to view concluded courses
Speedgrader now shows concluded students regardless of gradebook
settings if the course is concluded. Also, speedgrader link will show on
assignment pages for concluded courses.

fixes CNVS-28572

test plan:
 - Create a course with a few students and an assignment.
 - Conclude the course.
 - Go to speedgrader for the assignment. (Check all paths into
   speedgrader)
 - Note that speedgrader loads and you can view, but not edit, student
   information

Change-Id: I92c30554166a3729bf7d400f94af97802a8a2032
Reviewed-on: https://gerrit.instructure.com/89882
Tested-by: Jenkins
Reviewed-by: Derek Bender <djbender@instructure.com>
Reviewed-by: Cameron Matheson <cameron@instructure.com>
QA-Review: KC Naegle <knaegle@instructure.com>
Product-Review: Christi Wruck
2016-09-13 15:27:29 +00:00
Keith Garner 74e1b6ce67 honor gradebook inactive/concluded settings in export
Gradebook export now honors the settings from gradebook related to
showing active and inactive enrollments.

fixes CNVS-30640

test plan:
 - Create a course with an assignment, and three
   students, one active, one inactive, and one concluded.
 - In gradebook turn off show inactive and show concluded.
 - Export the gradebook and note that only the active student shows.
 - In gradebook turn on show inactive.
 - Export the gradebook and note that both the active and inactive
   students show.
 - In gradebook turn off show inactive and turn on show concluded.
 - Export the gradebook and note that both the active and concluded
   students show.
 - In gradebook turn on show inactive and turn on show concluded.
 - Export the gradebook and note that all the students show
 - Edit the export and change the grade for all students.
 - Upload the export and note that only the active and inactive students
   are graded

Change-Id: I40dfe08991049f0689e05588f189b33a59cf9813
Reviewed-on: https://gerrit.instructure.com/86570
Reviewed-by: Derek Bender <djbender@instructure.com>
Reviewed-by: Jeremy Neander <jneander@instructure.com>
Tested-by: Jenkins
QA-Review: KC Naegle <knaegle@instructure.com>
Product-Review: Christi Wruck
2016-08-04 18:13:09 +00:00