Go to file
Benjamin Porter bce1c3fd3f Outcomes Import API: Expose ISTE standards
Expose ISTE standards as available standards when clients request the
list of standards available to import

Fixes CNVS-23789

Test Plan:

    - Make an API request to the "available" action of the
      OutcomesImportController:

      curl -H "Authorization: Bearer <your-key>"
      http://<canvas-domain>/api/v1/outcomes_import/available

    - Observe that the ISTE standards are in the list.  There should be
      three: "NETS for Administrators, NETS for Teachers, NETS for
      Students"

Change-Id: I07597719596269e06eb6773ba298c453b6626e0b
Reviewed-on: https://gerrit.instructure.com/64481
Tested-by: Jenkins
Reviewed-by: Brian Finney <bfinney@instructure.com>
Product-Review: Benjamin Porter <bporter@instructure.com>
QA-Review: Benjamin Porter <bporter@instructure.com>
2015-10-07 05:13:49 +00:00
Gemfile.d bump switchman 2015-09-22 00:32:13 +00:00
app Outcomes Import API: Expose ISTE standards 2015-10-07 05:13:49 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps address use of ic-brand-secondary within quiz attempt audit 2015-09-30 14:30:17 +00:00
config don't remove compressed files from client app symlinks 2015-10-05 18:40:32 +00:00
db/migrate record anonymous grading in grade change audit log 2015-10-06 16:20:22 +00:00
doc tweak docker dev docs for latest recommendations 2015-09-25 16:58:17 +00:00
docker-compose switch docker dev env to use node 0.12 2015-09-14 18:54:14 +00:00
gems show inactive status for inactive enrollments on sis export 2015-10-06 16:43:54 +00:00
guard move 'parallel' gem to the everything group 2015-07-20 22:03:21 +00:00
lib fix lock-by-date modules in public courses 2015-10-06 19:03:40 +00:00
public [a11y] Adds context to module level buttons 2015-10-06 20:30:45 +00:00
script fix script/canvas_update to work with brandable_css 2015-07-07 20:41:28 +00:00
spec Outcomes Import API: Expose ISTE standards 2015-10-07 05:13:49 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.dockerignore docker-compose based dev environment 2015-03-30 20:59:48 +00:00
.fontcustom-manifest.json Make LTI configurations accept canvas icon class 2015-09-21 17:59:40 +00:00
.gitignore don't remove compressed files from client app symlinks 2015-10-05 18:40:32 +00:00
.i18nignore bump rails 3 to github branch for ruby 2.2 compatibility 2015-02-18 22:55:20 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.rubocop.yml parallel assignment is ok 2015-09-03 23:29:02 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +00:00
CONTRIBUTING.md Update Contributing.md with better information 2015-08-14 17:04:39 +00:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile use eval_gemfile for bundler goodness 2015-02-18 18:15:14 +00:00
Guardfile ensure node_modules are up-to-date for guard & compile_assets 2015-07-16 19:17:54 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md remove travis.ci badge until we are re-enabled 2014-07-01 23:08:00 +00:00
Rakefile remove rails 2 support 2014-08-06 18:16:19 +00:00
bower.json Move Moderated Grading to Redux 2015-09-22 21:37:08 +00:00
code_of_conduct.md contributor code of conduct 2014-12-23 18:13:59 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
docker-compose.yml make selenium docker-compose service commented out by default 2015-09-16 21:23:03 +00:00
gulpfile.babel.js make sure plugin javascript bundles make it to CDN 2015-08-03 20:46:39 +00:00
karma.conf.js upgrade karma 2015-07-17 04:50:07 +00:00
package.json use same brandable_css manifest across deploys 2015-10-06 22:04:33 +00:00

README.md

Canvas LMS

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.