Go to file
Derek DeVries ac13d2faa5 fix issue with regrades changing displayed points of questions within a group
fixes CNVS-10533

test plan:
- as a teacher
  - create a quiz with a question group that has Pick: 1, Points: 25
  - create a question within the group that has Points: 1

- as a student
  - take the quiz, get the answer correct

- as a teacher
  - change the answer for the question, choose first regrade option
  - save the quiz

- as a student
  - view your quiz results
  - point values should continue to show 25/25 points

- poke around with points within a quiz group when regrading
- poke around with regrading stuff in general to try and break point scoring

Change-Id: Id5cacf44012d967a812e2208df0404c3d532f2c5
Reviewed-on: https://gerrit.instructure.com/29002
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jason Madsen <jmadsen@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
Product-Review: Derek DeVries <ddevries@instructure.com>
2014-01-24 18:37:33 +00:00
app Conversations: allow messages to groups in unpublished courses 2014-01-24 18:08:42 +00:00
config Quiz Submission Questions - Index/Show 2014-01-24 11:03:30 +00:00
db/migrate move quiz into quizzes namespace as a precursor to enginifying 2014-01-24 00:08:46 +00:00
doc Quiz Submission Questions API - Update 2014-01-23 17:49:36 +00:00
gems rename basic_lti_outbound gem to lti_outbound 2014-01-24 15:48:34 +00:00
guard display errors for ember_templates guard task fail 2013-12-17 17:05:57 +00:00
lib fix issue with regrades changing displayed points of questions within a group 2014-01-24 18:37:33 +00:00
loom introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public extract js_block in question_banks#show to external js file 2014-01-24 17:54:27 +00:00
script spec: rspec 2.13 parallelized_specs compatibility 2014-01-16 23:08:30 +00:00
spec fix issue with regrades changing displayed points of questions within a group 2014-01-24 18:37:33 +00:00
vendor/plugins spec: replace it_should_behave_like with include_examples 2014-01-24 16:02:26 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.gitignore ignore ember app main files 2013-11-11 15:52:50 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.travis.yml rebalance the travis builds 2014-01-23 22:49:25 +00:00
CONTRIBUTING.md add a contributing doc for github coolness 2012-09-19 10:16:04 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile upgrade sqlite3 gem for rails 3 compatibility 2014-01-24 16:19:22 +00:00
Guardfile fix guard for new spec location 2013-11-05 16:38:20 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md add travis-ci badge to README.md 2014-01-23 17:17:49 +00:00
Rakefile enable parallelized_specs in rails3 2014-01-14 23:22:10 +00:00
bower.json update to ember 1.3.1 2014-01-14 21:57:37 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
package.json updated package.json 2013-08-23 18:46:20 +00:00

README.md

Canvas LMS

Build
Status

Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.