Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Chat settings.

Chat settings: Difference between revisions

From MoodleDocs
(updating site admin settings for chat)
Line 17: Line 17:
===Introduction text===
===Introduction text===
*Type the description of the chat here. Include precise instructions for students regarding the subject of the chat.  
*Type the description of the chat here. Include precise instructions for students regarding the subject of the chat.  
{{Moodle 2.2}}In Moodle 2.2 onwards, there is an option to display the Chat description on the course page below the link to the activity. See the screencast [http://www.screencast.com/t/ieLFs7To0e Moodle 2.2 - Show descriptions] for a demonstration by developer Sam Marshall.


===Next chat time===
===Next chat time===
Line 44: Line 46:
*Decide here whether or not allow everyone to view past chat sessions. (Teachers can always view past sessions)
*Decide here whether or not allow everyone to view past chat sessions. (Teachers can always view past sessions)


==Common module settings==
===Other settings===
There are the usual [[Common module settings]] and  - if admin has enabled them - the Restrict access settings [[Conditional activities]].


===Group mode===
Another location to set the group mode for the activity. If group mode is forced in the course settings then this setting will be ignored.


===Visible===
===Locally assigned roles===
Changing the Visible setting from "Show" or "Hide" is the equivalent of opening or closing the eye next to the resource or activity. If you choose Show, then students in the course will be able to see this chat. If you choose Hide, then only someone with teacher or administrative permissions in the chat will be able to see it.


===ID number===
*In ''Settings > Chat administration > Locally assigned roles'' selected users can be given additional roles in the activity, such as the capability to delete chat logs.
The ID number may be used in 3rd party integrations and grade calculations.


==Locally assigned roles==
*Role permissions for the activity can be changed in ''Settings > Chat administration > Permissions''.


In ''Settings > Chat administration > Locally assigned roles'' selected users can be given additional roles in the activity, such as the capability to delete chat logs.
==Site administration settings==


==Chat permissions==
The chat module has additional settings which may be changed by an administrator in ''Settings > Site administration > Plugins > Activity modules > Chat''. They depend on the chat method which has been selected:


Role permissions for the activity can be changed in ''Settings > Chat administration > Permissions''.
[[File:Chatmethod.png]]


==Site administration settings==
===Ajax===


The chat module has additional settings which may be changed by an administrator in ''Settings > Site administration > Plugins > Activity modules > Chat''.
===Normal method===


===Chat server daemon===
===Chat server daemon===

Revision as of 17:44, 14 November 2011

This page really needs improving. Please see the page comments for suggestions of what to include, then remove this template when you're done.

Chat administration

Adding a Chat to your course

  • With the editing turned on,in the section you wish to add your chat, click the dropdown menu Add an activity and choose Chat

Addchat.png


Course settings

Chatsetup.png


Name of this chat room

  • Whatever you type here will form the link learners click on to enter the chat so it is helpful to give it a name that suggests its purpose - for example "Student council discussion" or "Field trip planning meeting".

Introduction text

  • Type the description of the chat here. Include precise instructions for students regarding the subject of the chat.

Template:Moodle 2.2In Moodle 2.2 onwards, there is an option to display the Chat description on the course page below the link to the activity. See the screencast Moodle 2.2 - Show descriptions for a demonstration by developer Sam Marshall.


Next chat time

  • The day and hour of the next chat session. This will appear in the calendar so students know the schedule but it doesn't stop them accessing the chatroom at any other time.
  • If you don't want them in the chatroom at other times, then hide it (with the eye icon) or use Conditional activities to restrict access.
  • If you don't wish to schedule chat times then ignore this and choose from the next settings.

Note:For courses involving users across different time zones, it is useful to know that the time you set here will be adjusted to match the time zone of the user viewing it.

Repeat sessions

  • There are four options for scheduling future chat sessions:
  1. Don't publish any chat times- there are no set times and students are welcome to chat at any time.
  2. No repeats - publish the specified time only- only the Next chat time will be published. This could be used to schedule special events or meetings or simply to help learners identify a common time in which they can expect to find other learners in the chat room.
  3. At the same time every day- Daily chats are useful for scheduling daily office hours or work sessions with learners.
  4. At the same time every week--This setting will schedule a chat for the same day and time every week, which could be useful for instance for meeting and reviewing key ideas and questions related to the week’s content/assessment.

Save past sessions

  • Choose from the dropdown how many days to save - or save everything by selecting Never delete messages
  • If you have any concerns about discussions that might take place in your chat room, you may want to keep transcripts te check the suitablility of what is discussed. If your learners are using the chatroom to collaborate on a group project you won't want to delete the messages until the project is complete.

Everyone can view past sessions

  • Decide here whether or not allow everyone to view past chat sessions. (Teachers can always view past sessions)

Other settings

There are the usual Common module settings and - if admin has enabled them - the Restrict access settings Conditional activities.


Locally assigned roles

  • In Settings > Chat administration > Locally assigned roles selected users can be given additional roles in the activity, such as the capability to delete chat logs.
  • Role permissions for the activity can be changed in Settings > Chat administration > Permissions.

Site administration settings

The chat module has additional settings which may be changed by an administrator in Settings > Site administration > Plugins > Activity modules > Chat. They depend on the chat method which has been selected:

Chatmethod.png

Ajax

Normal method

Chat server daemon

A daemon is a program that runs all the time in the background. In this case it's a PHP script, listening to a particular port on your server, accepting and giving out chat information.

If you intend to use the chat activity a lot, then you should consider using a chat server daemon to reduce server load.

Setup:

1) Admin -> Config -> Modules -> Chat -> Settings

2) Set the method to "sockets" and set up the ports etc

3) Start the server like this (from the Unix command line):

  cd moodle/mod/chat
  php chatd.php --start &

4) Go to a chat room in Moodle and open it as normal.