Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Capabilities/moodle/course:viewhiddencourses.

Capabilities/moodle/course:viewhiddencourses: Difference between revisions

From MoodleDocs
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
*This allows a user to view hidden courses
*This allows a user to view hidden courses


== How to change this setting so teachers can see courses that they themselves have hidden. ==
====Legacy Role Default Settings====
Written April 18, 2007, based on Moodle 1.8
{| border="1" cellspacing="0" cellpadding="2"
# Go to admin/roles/manage.php?action=edit&roleid=3 (Or you can navigate there by using this route: Administration >> Users >> Permissions >> Define Roles (then click "Teacher")
|-
# Do a "find" in your browser for "course:viewhiddencourses" or browse down to the "Courses" settings.
! Legacy Role !! Inherit !! Allow !! Prevent !! Prohibit
# Click the 2nd radio button ("Allow")
|-
# Scroll to the bottom of the page and click "Save changes."
| Administrator || - || X || - || -
|-
| Course Creator || - || X || - || -
|-
| Teacher || - || X || - || -
|-
| Non-editing Teacher || - || X || - || -
|-
| Student || X || - || - || -
|-
| Guest || X || - || - || -
|-
| Authenticated User || X || - || - || -
|}


== Related Links ==
==See also==
* http://tracker.moodle.org/browse/MDL-9412?page=all
** Teachers are able to change a setting that makes it so they can't access their own course.
* http://tracker.moodle.org/browse/MDL-7939?page=all
** Courses hidden to students does not allow editing teacher to see and edit it
* http://moodle.org/mod/forum/view.php?f=941&page=0
** discussing roles and capabilities in Moodle 1.7 onwards
* http://moodle.org/mod/forum/search.php?search=viewhiddencourses&id=5
** All discussions related to viewhiddencourses
* https://docs.moodle.org/en/Roles_and_capabilities


* Resolved bug [http://tracker.moodle.org/browse/MDL-7939 MDL-7939 Courses hidden to students does not allow editing teacher to see and edit it]


[[Category:Administrator]]
[[Category:Capabilities|Course]]
[[Category:Capabilities|Course]]
[[eu:Gaitasunak/moodle/course:viewhiddencourses]]
[[fr:Capabilities/moodle/course:viewhiddencourses]]

Latest revision as of 14:52, 10 March 2008

  • This allows a user to view hidden courses

Legacy Role Default Settings

Legacy Role Inherit Allow Prevent Prohibit
Administrator - X - -
Course Creator - X - -
Teacher - X - -
Non-editing Teacher - X - -
Student X - - -
Guest X - - -
Authenticated User X - - -

See also