Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Chat module FAQ.

Chat module FAQ: Difference between revisions

From MoodleDocs
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}{{Chats}}==How can I enable guests to participate in a chat activity?==
{{Chats}}==How can I enable guests to participate in a chat activity?==


[[Manage roles|Create a visitor role]] with the capability [[Capabilities/mod/chat:chat|mod/chat:chat]] allowed, then create an account and assign it the role of visitor. Guests can then share this visitor account.
[[Manage roles|Create a visitor role]] with the capability [[Capabilities/mod/chat:chat|mod/chat:chat]] allowed, then create an account and assign it the role of visitor. Guests can then share this visitor account.
Line 12: Line 12:


# OpenMeetings - FREE full audio/video conferencing http://code.google.com/p/openmeetings/
# OpenMeetings - FREE full audio/video conferencing http://code.google.com/p/openmeetings/
# Dimdim - FREE full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=932
# Dimdim - FREE until [http://www.dimdim.com/faq.html#q1 March 15, 2011] full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=932
# Elluminate Live - full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=557
# Elluminate Live - full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=557
# Wimba - full audio/video conferencing http://www.wimba.com/products/moodle_integration/
# Wimba - full audio/video conferencing http://www.wimba.com/products/moodle_integration/

Latest revision as of 17:01, 18 January 2011

How can I enable guests to participate in a chat activity?

Create a visitor role with the capability mod/chat:chat allowed, then create an account and assign it the role of visitor. Guests can then share this visitor account.

(The guest role has some special functionality, for example when a guest attempts to participate in a chat, they obtain the message "The chat is not open to guests. Would you like to log in now with a full user account?". Despite the permissions interface suggesting otherwise, it's not possible to modify the guest role to allow guests to participate in chat activities.)

How can I use audio chat?

Moodle itself does not yet include an audio chat solution, due to the large server requirements to implement a standalone solution.

However, there is a choice of third party modules that you can install into your Moodle to achieve this:

  1. OpenMeetings - FREE full audio/video conferencing http://code.google.com/p/openmeetings/
  2. Dimdim - FREE until March 15, 2011 full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=932
  3. Elluminate Live - full audio/video conferencing http://moodle.org/mod/data/view.php?d=13&rid=557
  4. Wimba - full audio/video conferencing http://www.wimba.com/products/moodle_integration/
  5. Marratech - full audio/video conferencing https://docs.moodle.org/en/Emeeting_module
  6. Nanogong - FREE, for recorded audio http://gong.ust.hk/nanogong/moodle.html

How can I restrict Chat so certain users cannot access it?

You need to create a new role -such as "NoChat" and apply it in the system context to the student(s) you want to prevent from chatting.

1. Site administration>Users>Permissions>Define Roles

2. Click Add a new role - name it for example "NoChat"

3. Scroll down the permissions till you find "Chat"

4. Set the button for Access a Chat room (mod/chat:chat)to Prohibitand save.

5. Site administration>Users>Permissions>Assign system roles

6. Click on the new "NoChat" role and assign your chosen student(s) this role

7. When they try to go into a chat room they will get a message that they cannot access the Chat.


See also