canvas-lms/spec/presenters
Michael Nomitch b4840c75cc DA - grade calculation works on backend
fixes CNVS-13715

test plan:
  - create a student who is in one group and not another
  - create an assignment only visible to each group
  - grade the student for both assignments
  - turn DA on
    - as the student and teacher, go to the student grades page
      - both of the assignments should be visible
      - final grade should be correct (factoring in both)
        * final grade = ungraded assignments count too
    - delete one of the grades and return
      - only one of the assignments should be visible
      - final grade should be correct (using just one assignment)
  - turn DA off
    - as the student and teacher, go to the student grades page
      - both assignments are visible
      - final grade should factor in both assignments
  - with DA on and off, ensure that the following work:
    - drop rules
    - never drop rules
    - assignment stats (mean median etc)
    - what if scores

Change-Id: I727aff943b14c91089ccffa6d3b63ba026abbeec
Reviewed-on: https://gerrit.instructure.com/36762
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cameron Sutter <csutter@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
Product-Review: Mike Nomitch <mnomitch@instructure.com>
2014-07-17 21:27:59 +00:00
..
quizzes rails3: fixes for take quiz presenter spec 2014-02-25 19:27:24 +00:00
discussion_topic_presenter_spec.rb clean up permission calls for grants_rights? 2014-06-19 18:10:30 +00:00
grade_summary_presenter_spec.rb DA - grade calculation works on backend 2014-07-17 21:27:59 +00:00
grades_presenter_spec.rb Display unique courses on the Grade page 2014-07-15 12:20:38 +00:00
override_list_presenter_spec.rb apply dual timezone filters 2014-05-23 19:01:34 +00:00
override_tooltip_presenter_spec.rb move quiz into quizzes namespace as a precursor to enginifying 2014-01-24 00:08:46 +00:00