canvas-lms/spec/models/quizzes
Ryan Taylor 3b267b559b Course Quiz Extension: A course level quiz extension API
ProServe wants an API endpoint for their LTI which allows for editing of all quizzes
contained in a course similar to that provided by the Quiz Extensions
API endpoint.  This provides the ability to edit all quizzes at the
course level with the same type of parameters.

Closes: CNVS-14950

Test Plan:
  - Access /api/v1/courses/:course_id/quiz_extensions with POST
  - Pass quiz extensions parameters
  - Confirm that all quizzes are edited with the appropriate parameters

Change-Id: Ifca1a4937ab356665627ef3f0aa829aeeaddedc7
Reviewed-on: https://gerrit.instructure.com/40331
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Derek DeVries <ddevries@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Ryan Taylor <rtaylor@instructure.com>
2014-09-05 16:26:07 +00:00
..
quiz_question give good messaging when a quiz question is big 2014-08-28 16:19:16 +00:00
quiz_regrader move quiz submission grading to individiual object 2014-04-23 19:27:44 +00:00
quiz_statistics Quiz Stats - Account for fudge points 2014-08-05 15:15:28 +00:00
quiz_extension_spec.rb Course Quiz Extension: A course level quiz extension API 2014-09-05 16:26:07 +00:00
quiz_group_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_question_data_fixer_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_question_link_migrator_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_question_regrade_spec.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_question_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_regrade_run_spec.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_regrade_spec.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_sortables_spec.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_spec.rb fix issue when restoring a deleted quiz with student submissions 2014-08-28 18:51:26 +00:00
quiz_statistics_service_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_statistics_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_submission_attempt_spec.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_submission_history_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_submission_service_spec.rb outcome gradebook: add export link 2014-03-28 20:37:03 +00:00
quiz_submission_spec.rb Preview quiz: show the correct points possible 2014-08-16 07:47:37 +00:00
quiz_submission_zipper_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_user_finder_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_user_messager_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
quiz_user_messager_spec_helper.rb add submitted/unsubmitted quiz users endpoint to quizzes api 2014-04-18 21:04:23 +00:00
submission_grader_spec.rb spec: once-ler spec/models/[i-q]* 2014-07-02 15:57:40 +00:00
submission_manager_spec.rb refactor SubmissionManager#create_or_update_submission 2014-04-23 21:31:09 +00:00