Go to file
Ryan Shaw 5718b9520b allow showing only a certain section in gradebook
if they can only see 1 section (possibly the default section),
they do not get the option to change it.

they can only change sections they are allowed to see

the setting is stored in $.store.userGet and is keyed
off of the course too so it will be remembered for a
given user/course/browser combo.

if the page loads and tries to show only a section,
but that section does not have anyone in it, or they
cant see anyone in it, it will alert() reload to show
all sections.

fixes #3653

Change-Id: Ie6de238ac8e1d5367ae8ab961aaa0fcc1ca66c1e
Reviewed-on: https://gerrit.instructure.com/2324
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Whitmer <brian@instructure.com>
2011-02-18 14:15:03 -07:00
app allow showing only a certain section in gradebook 2011-02-18 14:15:03 -07:00
config make quiz pages more efficient 2011-02-17 15:48:06 -07:00
db/migrate account-level notifications 2011-02-16 21:34:05 -07:00
doc Initial commit. 2011-01-31 18:57:29 -07:00
lib supporting designer/observer imports and make course_id optional 2011-02-18 13:25:29 -07:00
public allow showing only a certain section in gradebook 2011-02-18 14:15:03 -07:00
script oh whoops, bash might not always be the default shell 2011-02-11 12:33:24 -07:00
spec supporting designer/observer imports and make course_id optional 2011-02-18 13:25:29 -07:00
vendor/plugins recaptcha plugin 2011-02-17 13:00:19 -07:00
.gitignore ignore demo database files 2011-02-11 12:54:14 -07:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile make things work on windows with less hackery 2011-02-10 13:33:26 -07:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile Initial commit. 2011-01-31 18:57:29 -07: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.