Go to file
Josh Simpson 38917d0c32 expose poll_choice#is_correct to students when available
fixes CNVS-13474
This commit exposes the is_correct attribute on poll_choices when a
student has submitted their answer to the latest poll_session, and that
poll_session has been closed.

Test plan
- As a teacher, create a poll, relevant poll choices, and a poll session
- Publish the poll session
- As a student, at this point is_correct should not be viewable on poll
  choices
- As a student, submit a poll submission
- As a student, at this point is_correct should not be viewable on poll
  choices
- As a teacher, close the poll session
- As a student, at this point is_correct should be viewable on poll
  choices

Change-Id: I20a8bb534affe5e1a23c1dddbb727043535dd23d
Reviewed-on: https://gerrit.instructure.com/36031
Reviewed-by: Jason Madsen <jmadsen@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Josh Simpson <jsimpson@instructure.com>
2014-06-06 22:41:04 +00:00
Gemfile.d bundler 1.6 support 2014-06-05 02:19:46 +00:00
app expose poll_choice#is_correct to students when available 2014-06-06 22:41:04 +00:00
config update cassandra.yml.example docs for clarity 2014-06-04 16:53:35 +00:00
db/migrate migration lint for instance vs class migration methods 2014-06-05 15:55:55 +00:00
doc remove 'the' from API doc generated nicknames 2014-06-06 21:34:48 +00:00
gems add page to preview submission results after previewing a quiz in ember 2014-06-06 21:26:18 +00:00
guard output commented/nested css from guard 2014-05-16 15:32:54 +00:00
lib learning mastery student view: outcome hierarchy 2014-06-05 23:25:38 +00:00
loom introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
public fix all the places we were using incorrect css3 gradients 2014-06-03 21:50:48 +00:00
script migration lint for instance vs class migration methods 2014-06-05 15:55:55 +00:00
spec expose poll_choice#is_correct to students when available 2014-06-06 22:41:04 +00:00
vendor/plugins bump moodle2cc to 0.2.9 2014-06-06 15:50:28 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.gitignore don't keep generated locales in git 2014-05-22 14:52:48 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.travis.yml more travis builds 2014-02-10 16:23:19 +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 Move google_docs code into a gem 2014-04-25 21:50:43 +00:00
Guardfile a way for accounts to opt-in to new styles and users to high-contrast 2014-04-17 19:47:05 +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 refactor and make gem rake task inclusion explicit 2014-04-24 15:50:31 +00:00
bower.json update ic-menu to 0.1.9 2014-06-03 17:22:34 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
karma.conf.js new avatars upload image function 2014-03-07 18:52:28 +00:00
package.json package.json should include compute-cluster in dependencies 2014-05-05 16:46:43 +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.