mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
New help file for chatting
This commit is contained in:
parent
895e2afc7d
commit
c960bed274
2 changed files with 27 additions and 1 deletions
23
lang/en/help/chat/chatting.html
Normal file
23
lang/en/help/chat/chatting.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<p align="center"><b>Using Chat</b></p>
|
||||
|
||||
<p>The chat module contains a few features to make chatting a little nicer.</p>
|
||||
|
||||
<dl>
|
||||
<dt><b>Smilies</b></dt>
|
||||
<dd>Any smiley faces (emoticons) that you can type elsewhere in Moodle
|
||||
you can also type in here and they will be displayed correctly. For example, :-) = <img src="pix/s/smiley.gif"> </dd>
|
||||
|
||||
<dt><b>Emoting</b></dt>
|
||||
<dd>You can start a line with "/me" or ":" to emote. For example, if your name is Kim and you
|
||||
type ":laughs!" then everyone will see "Kim laughs!"</dd>
|
||||
|
||||
<dt><b>Beeps</b></dt>
|
||||
<dd>You can send a sound to other people by hitting the "beep" link next to their name. A useful
|
||||
shortcut to beep all the people in the chat at once is to type "beep all".</dd>
|
||||
|
||||
<dt><b>HTML</b></dt>
|
||||
<dd>If you know some HTML code, you can use it in your text to do things like insert images,
|
||||
play sounds or create different coloured and sized text.</dd>
|
||||
|
||||
</dl>
|
||||
|
|
@ -1 +1,4 @@
|
|||
|
||||
<p>Chat module</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=chat&file=chatting.html">Using Chat</a>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue