open access areas in moodle

open access areas in moodle

Gary Redmond發表於
Number of replies: 2
is it possible to create open access areas in moodle that is across all courses and where its not a course and people don't have to enroll, i.e. information about the school, etc.
評比平均分數: -
In reply to Gary Redmond

Re: open access areas in moodle

James Ballard發表於
In what sense?

If you want to allow general access then open up guest access and restrict it to the open access pages - if you set automatic guest login then people will only have to login when they try to access a restricted course are.

If you only want to make it available to enrolled people in certain areas then use the metacourse option. When a student is enrolled on a restricted course they also receive access to the open access area. It is a form of enrolment but is transparent to students.

Depending on how you want it to work, create normal html pages and host them on your server. You can access these via resources or coded links which will affect who can access them and how. Site files are available to all, whereas course files are restricted. You should be able to access or recreate your Moodle theme quite easily for consistency.

If you want an example visit our site http://vle.barkingcollege.ac.uk/learn
  • The difficulty logging in link in the centre blue bar takes you to a seperately hosted file via a html link (does not require cookies wink)
  • The Using Moodle guide is available to guest users (does not require login thoughtful)
  • The initial assessments are hosted behind a firewall and only available on Campus (taken in supervised sessions)
  • The Induction pages on Moodle are restricted to Barking College student ldap access to which we enrol all students (open access to all Barking College students)
  • Our Curriculum Area courses are restricted to students on those courses (normal course behaviour)
Hope that helps

Yours
James
In reply to Gary Redmond

Re: open access areas in moodle

Dan Stowell發表於
Your Moodle home page is like that. You can add activities/resources to the home page, and they'll be generally accessible. If you want to do more "advanced" things then there's the "CMS" add-in, which allows you more complex control over the homepage... I think. (I haven't used it.)