Capabilities/moodle/course:viewhiddencourses: Difference between revisions

From MoodleDocs
(capabilities template, defaults, categories)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
*This allows a user to view hidden courses
{{Capabilities}}
*This allows a user to view courses which are not available to students (as specified in the [[Course settings]])
*This capability is allowed for the default roles of manager, course creator, teacher and non-editing teacher


== How to change this setting so teachers can see courses that they themselves have hidden. ==
[[Category:Capabilities|Course]]
Written April 18, 2007, based on Moodle 1.8
[[Category:Course]]
# 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.
# Click the 2nd radio button ("Allow")
# Scroll to the bottom of the page and click "Save changes."


=== This apparently won't work, if the follwoing is true. ===
[[eu:Gaitasunak/moodle/course:viewhiddencourses]]
* If the admin has hidden previously taught courses by putting them in a hidden category, then teachers will still not be able to view their own hidden courses.
[[fr:Capabilities/moodle/course:viewhiddencourses]]
 
== Related Links ==
* 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
 
 
[[Category:Administrator]]
[[Category:Capabilities|Course]]

Latest revision as of 13:51, 3 May 2012

  • This allows a user to view courses which are not available to students (as specified in the Course settings)
  • This capability is allowed for the default roles of manager, course creator, teacher and non-editing teacher