canvas-lms/app/models/quizzes
Jeremy Stanley 4548797744 clean up question import SQL parameter binding
test plan:
 - import the evil_angel.zip Angel package into Canvas
 - you should not have a migration issue referring to
   a SQL syntax error encountered when importing a
   quiz question
 - test quiz and question bank imports and re-imports

fixes CNVS-12899
fixes CNVS-12901

Change-Id: I26dcf5ffd4c6b6320232a7603ae2688f7c860fac
Reviewed-on: https://gerrit.instructure.com/34434
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Nathan Rogowski <nathan@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2014-05-07 20:15:11 +00:00
..
quiz_question fix issue where matching results blanked out repeated answers 2014-04-17 16:25:24 +00:00
quiz_regrader remove #grade_submission from QuizSubmission 2014-04-23 19:28:03 +00:00
quiz_statistics Ember Quiz Statistics - Base/Skeleton 2014-05-01 21:06:57 +00:00
quiz.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_group.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_participant.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_question.rb clean up question import SQL parameter binding 2014-05-07 20:15:11 +00:00
quiz_question_data_fixer.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_question_link_migrator.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_question_regrade.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_regrade.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_regrade_run.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_sortables.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_statistics.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_statistics_service.rb QuizStatistics API 2014-04-16 15:01:24 +00:00
quiz_submission.rb define exportable attributes/associations on models 2014-05-06 23:54:24 +00:00
quiz_submission_attempt.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_submission_history.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_submission_service.rb outcome gradebook: add export link 2014-03-28 20:37:03 +00:00
quiz_submission_snapshot.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_submission_zipper.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
quiz_user_finder.rb add submitted/unsubmitted quiz users endpoint to quizzes api 2014-04-18 21:04:23 +00:00
quiz_user_messager.rb add submitted/unsubmitted quiz users endpoint to quizzes api 2014-04-18 21:04:23 +00:00
submission_grader.rb move quiz submission grading to individiual object 2014-04-23 19:27:44 +00:00
submission_manager.rb refactor SubmissionManager#create_or_update_submission 2014-04-23 21:31:09 +00:00