remove old readme
[atutor.git] / docs / documentation / instructor / chat.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Chat</h2>
4         <p>The chat section is used for managing chat transcripts. An active transcript will record all of the chat messages as they are posted. There can be only one active transcript at a time.</p>
5
6         <p>A transcript is started by using the <em>Start Transcript</em> link. A unique name must be given to a new transcript when it is started.</p>
7
8 <?php require('../common/body_footer.inc.php'); ?>