Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Community hubs.

Community hubs: Difference between revisions

From MoodleDocs
m (rewording)
Line 1: Line 1:
{{Moodle 2.0}}This page is the entry point of all related community hub questions.
{{Moodle 2.0}}
==What is a community hub==
==What is a community hub?==
A community hub is a directory of courses for public use or for private communities.
A community hub is a directory of courses for public use or for private communities.


[[Image:Community-hubs-flowchart.png]]
[[Image:Community-hubs-flowchart.png]]


The diagram above shows the basic idea. The systems in this diagram are:
The diagram above shows the basic idea. The systems in this diagram are:


;Ordinary Moodle site: A typical Moodle site with teachers who want to download course templates and/or users who want to connect (enrol) with external communities  
;Ordinary Moodle site: A typical Moodle site with teachers who want to download course templates and/or users who want to connect (enrol) with external communities  
;Publishing site: A Moodle site that wants to make some of its courses available for download
;Publishing site: A Moodle site that wants to make some of its courses available for download
;Community site: A Moodle site that provides courses that are enrollable
;Community site: A Moodle site that provides courses that are enrollable
;Moodle Hub Server: A new Moodle plugin for listing registered courses that are '''downloadable''' or '''enrollable'''.  The default hub will be installed at hub.moodle.org, but there can be many others.
;Moodle Hub Server: A new Moodle plugin for listing registered courses that are ''downloadable'' or ''enrollable''.  The default hub will be installed at hub.moodle.org, but there can be many others.


Downloadable courses
==Downloadable courses==
* (A) Sites that want to publish certain courses and make them downloadable can register them with one or more Hub Servers.
* (B) The Hub will check the data and make sure the course zip is downloadable, caching a copy locally.  The Hub may also have a security process to check the download for trojan horses, bad content, etc.
* (C) The download process may trigger the backup process on the original server if it hasn't been done already.
* (D) Later, Moodle users (who have permissions to do so) can connect to a Hub to search for downloadable courses and choose one.
* (E) The Moodle site downloads the file and makes it available to the Moodle user so they can now continue to restore it normally.


Enrollable courses
# Sites that want to publish certain courses and make them downloadable can register them with one or more hub servers.
* (1) Sites that want to publish certain courses for the public to enrol in can register them with one or more hub (including the main one at moodle.org)
# The hub will check the data and make sure the course zip is downloadable, caching a copy locally.  The hub may also have a security process to check the download for trojan horses, bad content, etc.
* (2) Later, any Moodle user can connect to a hub (via Community block in their site) to search and find courses they want to join
# The download process may trigger the backup process on the original server if it hasn't been done already.
* (3) They click on a link to be sent to the other site so that they can enrol there.
# Later, Moodle users (who have permissions to do so) can connect to a hub to search for downloadable courses and choose one.
# The Moodle site downloads the file and makes it available to the Moodle user so they can now continue to restore it normally.
 
==Enrollable courses==
 
# Sites that want to publish certain courses for the public to enrol in can register them with one or more hub (including the main one at moodle.org).
# Later, any Moodle user can connect to a hub (via Community block in their site) to search and find courses they want to join.
# They click on a link to be sent to the other site so that they can enrol there.


==Administrator manuals==
==Administrator manuals==
* [https://docs.moodle.org/en/Community_hub_site_administration Get your Moodle site "community hub ready"]
* [[Community_hub_site_administration|Get your Moodle site "community hub ready"]]
* [https://docs.moodle.org/en/Hub_administration Hub server administration]
* [[Hub_administration|Hub server administration]]


==Teacher manuals==
==Teacher manuals==
* [https://docs.moodle.org/en/Publish_a_course How to publish a course]
* [[Publish_a_course|How to publish a course]]
* [https://docs.moodle.org/en/Import_a_community_course How to install a community course]
* [[Import_a_community_course|How to install a community course]]
* [https://docs.moodle.org/en/Join_a_community_course How to join a community course]
* [[Join_a_community_course|How to join a community course]]


==Student manuals==
==Student manuals==
* [https://docs.moodle.org/en/Join_a_community_course How to join a community course]
* [[Join_a_community_course|How to join a community course]]


==Developer references ==
==Developer references ==
* [https://docs.moodle.org/en/Development:Community_hub Development: community hub project specification]
* [[Development:Community hub]]
* [https://docs.moodle.org/en/Development:Community_hub_-_technical_specification Development: community hub technical specification]
* [[Development:Community hub - technical specification]]


[[Category:Hub]]
[[Category:Hub]]

Revision as of 15:18, 6 September 2010

Template:Moodle 2.0

What is a community hub?

A community hub is a directory of courses for public use or for private communities.

Community-hubs-flowchart.png

The diagram above shows the basic idea. The systems in this diagram are:

Ordinary Moodle site
A typical Moodle site with teachers who want to download course templates and/or users who want to connect (enrol) with external communities
Publishing site
A Moodle site that wants to make some of its courses available for download
Community site
A Moodle site that provides courses that are enrollable
Moodle Hub Server
A new Moodle plugin for listing registered courses that are downloadable or enrollable. The default hub will be installed at hub.moodle.org, but there can be many others.

Downloadable courses

  1. Sites that want to publish certain courses and make them downloadable can register them with one or more hub servers.
  2. The hub will check the data and make sure the course zip is downloadable, caching a copy locally. The hub may also have a security process to check the download for trojan horses, bad content, etc.
  3. The download process may trigger the backup process on the original server if it hasn't been done already.
  4. Later, Moodle users (who have permissions to do so) can connect to a hub to search for downloadable courses and choose one.
  5. The Moodle site downloads the file and makes it available to the Moodle user so they can now continue to restore it normally.

Enrollable courses

  1. Sites that want to publish certain courses for the public to enrol in can register them with one or more hub (including the main one at moodle.org).
  2. Later, any Moodle user can connect to a hub (via Community block in their site) to search and find courses they want to join.
  3. They click on a link to be sent to the other site so that they can enrol there.

Administrator manuals

Teacher manuals

Student manuals

Developer references