canvas-lms/app/models/quiz_question
Derek DeVries 9660d1fdd6 fix relative margin of error for negative answer values
fixes CNVS-8836

test plan:
- create a formula question
- add a question where the answer will be negative
- add a percentage margin of error
- make sure adding an answer above/below that margin of error works correctly

Change-Id: I80ed024d0a83109f006563145bc2f363bb25418f
Reviewed-on: https://gerrit.instructure.com/25304
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Myller de Araujo <myller@instructure.com>
Reviewed-by: Josh Simpson <jsimpson@instructure.com>
Product-Review: Derek DeVries <ddevries@instructure.com>
2013-10-15 19:48:53 +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 change case of responses in multiple FitB 2013-07-29 22:04:36 +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 fix relative margin of error for negative answer values 2013-10-15 19:48:53 +00:00
short_answer_question.rb clean up sorting all over 2013-10-02 21:38:08 +00: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