Go to file
Pam Hiett 8d63ea0bc0 update gradebook assignment details tables within a course
Fixes: CNVS-24040

Notes:
old ui screencast = http://screencast.com/t/sCSdjQTD

new ui screencast = http://screencast.com/t/jRUJkVBSk

Test Plan:
- as a teacher using the new UI
- navigate to a course that has an assignment(s) and in which a
  student has been enrolled
- click into the grades link on the sub-nav
- make sure you are looking at the "Individual View"
- from here you will need to drill down into the content
  + select a section
  + select a student
  + select an assignment
- the tables that display under the "Student Information" and
  "Assignment Information" should be styled using the new
  styleguide table class (ic-Table)
- part two of this commit is to check the outcome table that
  displays on the Learning Mastery tab
  + on the "Content Selection" select a student and an outcome
  + the updated table will display within the "Outcome Information"
    area (the caveat is that you will have needed to have an
    outcome set-up and have at least two different students that
    have submitted answers towards that outcome two different times)
- as part of the test plan ensure the old styles show (table) when
  using the old UI

Change-Id: I1ba73ff28ac4699bd563a91b0236a3a5c698990c
Reviewed-on: https://gerrit.instructure.com/65189
Tested-by: Jenkins
Reviewed-by: Chris Hart <chart@instructure.com>
Product-Review: Chris Hart <chart@instructure.com>
QA-Review: Myller de Araujo <myller@instructure.com>
2015-11-04 14:52:37 +00:00
Gemfile.d Use json-jwt instead of ruby-jwt 2015-10-31 13:05:59 +00:00
app update gradebook assignment details tables within a course 2015-11-04 14:52:37 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps Removed useless tabindex in quiz statistics as mentined 2015-10-20 16:27:40 +00:00
config Add courses for user endpoint 2015-11-03 22:48:07 +00:00
db/migrate Store transient bounces as well as permanent bounces 2015-10-30 16:04:22 +00:00
doc use web pack 2015-11-02 16:27:14 +00:00
docker-compose use web pack 2015-11-02 16:27:14 +00:00
frontend_build use web pack 2015-11-02 16:27:14 +00:00
gems truncate thumbnail filenames 2015-11-03 15:52:51 +00:00
guard Start using Babel to compile files in the JSX folder 2015-10-23 20:54:35 +00:00
lib Add a JWT endpoint for generating services tokens 2015-11-03 19:32:45 +00:00
public Link to reset bounce counts for communication channels 2015-11-03 00:43:35 +00:00
script looser test plan check 2015-10-26 20:42:44 +00:00
spec Add courses for user endpoint 2015-11-03 22:48:07 +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 use web pack 2015-11-02 16:27:14 +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
.npmrc fix brand config previewing and skipping 2015-10-27 16:16:15 +00: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 Fullcalendar Upgrade 2015-10-26 17:09:14 +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 Add a JWT endpoint for generating services tokens 2015-11-03 19:32:45 +00:00
gulpfile.babel.js use web pack 2015-11-02 16:27:14 +00:00
karma.conf.js spec: upgrade sinon to latest version: 1.17.2 2015-11-03 16:49:50 +00:00
package.json use web pack 2015-11-02 16:27:14 +00:00
webpack.config.js use web pack 2015-11-02 16:27:14 +00:00
webpack.production.config.js use web pack 2015-11-02 16:27:14 +00:00
webpack.test.config.js use web pack 2015-11-02 16:27:14 +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.