Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Sookooroo module.

Sookooroo module: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 2: Line 2:


==Features==
==Features==
 
* Course participants can access the virtual room without signing up on the [http://www.sookooroo.com/ Sookooroo website].
* Moodle pictures of users who are in the room are displayed both on the course page and in the virtual room.
* Guests can access to the virtual room when the course is open to guests. Guests are assigned unique keys and obtain distinct identities in the virtual room.
* Users with capability sookooroo:moderator are identified as such in the virtual room (defaults to editingteacher and manager roles).
* The same room can be linked from different moodle courses (as well as from outside moodle).


==Installation==
==Installation==
Line 17: Line 21:


==Configuration==
==Configuration==
Website id:
* '''Website id:''' ...
Room id:
* '''Room id:''' ...
Button text:
* '''Button text:''' ...


  [[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]
  [[Image:Sample_screen_shot|thumb|500px|center|Title of screenshot]]
Line 28: Line 32:
*  
*  
==See also==
==See also==
*[http://moodle.org/plugins/view.php?plugin=mod_sookooroo  Sookooroo module] is a Modules and plugins database page that has download links and more information.
* Versions info and downloads: [http://moodle.org/plugins/view.php?plugin=mod_sookooroo  Sookooroo module] in Moodle's plugins repository.
*Discussions: [http://moodle.org/mod/forum/discuss.php?d=211176 Contributed plugins]
* Discussions: [http://moodle.org/mod/forum/discuss.php?d=211176 Contributed plugins]
* [https://docs.moodle.org/24/en/index.php?title=Sookooroo_block  Sookooroo block] documentation.
* [http://moodle.org/plugins/view.php?plugin=block_sookooroo  Sookooroo block] versions info and downloads.
 
[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 22:02, 14 September 2012

The Sookooroo module allows a course manager to add a link to a Sookooroo virtual room in a course section.

Features

  • Course participants can access the virtual room without signing up on the Sookooroo website.
  • Moodle pictures of users who are in the room are displayed both on the course page and in the virtual room.
  • Guests can access to the virtual room when the course is open to guests. Guests are assigned unique keys and obtain distinct identities in the virtual room.
  • Users with capability sookooroo:moderator are identified as such in the virtual room (defaults to editingteacher and manager roles).
  • The same room can be linked from different moodle courses (as well as from outside moodle).

Installation

Git clone

Download

Configuration

  • Website id: ...
  • Room id: ...
  • Button text: ...
File:Sample screen shot
Title of screenshot


Tips and tricks

See also