Go to file
Ethan Vizitei a0c96d6a41 Add reporting name for learning outcomes
fixes CNVS-13242

This adds a special field to learning outcomes
to use for friendly reporting in case the outcome's
actual name is quite complex or cryptic (like common core
standard outcomes).

TEST PLAN:
- login as an instructor
- create or edit an outcome and validate that you can add a "friendly"
  name and that it persists
- use that outcome for an assignment and let a student complete it
- navigate to the student mastery report for that student
- verify that by hovering over that outcome name on the student mastery
report you can see both the real title and the friendly name

Change-Id: I89d1a5de590666ddf6cbc82617e4475d1f7a5226
Reviewed-on: https://gerrit.instructure.com/35919
Reviewed-by: Drew Bowman <dbowman@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Drew Bowman <dbowman@instructure.com>
2014-06-11 17:25:33 +00:00
Gemfile.d spec: selenium upgrade 2.42 2014-06-11 15:20:35 +00:00
app Add reporting name for learning outcomes 2014-06-11 17:25:33 +00:00
config add 'download all files' link to ember quiz menu 2014-06-10 22:48:45 +00:00
db/migrate Add reporting name for learning outcomes 2014-06-11 17:25:33 +00:00
doc remove 'the' from API doc generated nicknames 2014-06-06 21:34:48 +00:00
gems don't break unicode sequenecs when truncating filenames 2014-06-09 14:57:51 +00:00
guard output commented/nested css from guard 2014-05-16 15:32:54 +00:00
lib Add reporting name for learning outcomes 2014-06-11 17:25:33 +00:00
loom introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
public Ember Quiz Stats - Blank state 2014-06-10 22:55:33 +00:00
script migration lint for instance vs class migration methods 2014-06-05 15:55:55 +00:00
spec Add reporting name for learning outcomes 2014-06-11 17:25:33 +00:00
vendor/plugins translate report titles 2014-06-09 20:51:23 +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.