Is there any way to not display the Course Administration page on this page, as students have no need to see this page? If so, then how does the administrator access the Course Administration page?
This works for any course. Place an empty file named
hide_directory at the top level using the file manager.
You get to the course by adding the course name
at the end of the URL for webwork.
hide_directory at the top level using the file manager.
You get to the course by adding the course name
at the end of the URL for webwork.
The Course Administration page is always accessible via the URL
http://yourserver.yourschool.edu/webwork2/admin
. You can prevent it from showing up on the WW home page by adding a file named hide_directory
to the admin course directory (typically /opt/webwork/courses/admin
). This file can be empty, it just has to exist.
Thanks Sam and Joel. That worked.