canvas-lms/app/models/quiz_question
Stanley Stuart 456bd11874 fix non-deterministic spec failures for quiz student analyis csv
Fixes an issue where the submission that was being checked for never
existed (student2 was created in the previous revision of the spec, but
never used to set up a quiz submission). The change also change's the
students' submission's "updated_at" property so the CSV should have
the same row order every time.

test plan: specs pass.

Change-Id: I97584bf3a7980108f8608dfe891befe0dfdc4a6f
Reviewed-on: https://gerrit.instructure.com/20520
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Cody Cutrer <cody@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
2013-05-09 19:39:58 +00:00
..
base.rb implemented ui for quiz file upload question type 2013-05-07 17:34:03 +00:00
calculated_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
essay_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
file_upload_answer.rb fix non-deterministic spec failures for quiz student analyis csv 2013-05-09 19:39:58 +00:00
file_upload_question.rb implemented ui for quiz file upload question type 2013-05-07 17:34:03 +00:00
fill_in_multiple_blanks_question.rb don't stomp a variable in quiz stats 2013-04-21 06:48:51 +00:00
matching_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
multiple_answers_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
multiple_choice_question.rb faster (but still slow) quiz statistics 2013-03-26 21:49:08 +00:00
multiple_dropdowns_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
numerical_question.rb clean up stats_for_questions 2013-03-29 20:07:20 +00:00
short_answer_question.rb accept html entities in quiz short-answer question answers 2013-03-06 12:43:31 -07:00
text_only_question.rb refactor and bug fixes for QuizQuestion.score_question 2012-04-25 10:34:03 -06:00
unknown_question.rb score unknown question types as 0 / points_possible 2012-05-14 15:39:07 -06:00
user_answer.rb implemented ui for quiz file upload question type 2013-05-07 17:34:03 +00:00