canvas-lms/app/serializers
Ahmad Amireh fd6da9e2f8 Quiz API - "only after last attempt" in show correct answers
Closes CNVS-16905

TEST PLAN
---- ----

  - create a quiz with multiple attempts allowed (>1) and check the
    option to Show Correct Answers
  - use the API to update the new parameter
    "show_correct_answers_last_attempt" with a value of `true`
    + verify the setting is accepted
  - disable multiple attempts
    + if you make the API request again, the setting should be ignored
  - re-enable multiple attempts, but disable "show correct answers"
    + if you make the API request again, the setting should be ignored

...

  - check the Quizzes API docs, the new parameter should be documented
    in both the Quiz Object synopsis and the "Create a quiz" endpoint
    docs

Change-Id: I1a059c07c44cd7905e491996f20ec4fab4f083fc
Reviewed-on: https://gerrit.instructure.com/44676
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Brian Finney <bfinney@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Ahmad Amireh <ahmad@instructure.com>
2014-11-26 18:17:32 +00:00
..
canvas quiz index optimizations 2014-09-05 14:20:38 +00:00
live_assessments live assessments api 2014-06-10 14:53:40 +00:00
polling add submission inclusion for students in polling 2014-06-30 21:44:14 +00:00
quizzes Quiz API - "only after last attempt" in show correct answers 2014-11-26 18:17:32 +00:00
attachment_serializer.rb Quiz Reports API - Index 2014-04-15 19:22:02 +00:00
grading_period_serializer.rb add grading period group model 2014-11-14 22:07:00 +00:00
locked_serializer.rb quiz index optimizations 2014-09-05 14:20:38 +00:00
permissions_serializer.rb adheres_to_policy improvements 2014-06-24 15:32:00 +00:00
progress_serializer.rb Quiz Reports API - Index 2014-04-15 19:22:02 +00:00