Parent Directory
|
Revision Log
new help file
1 <!DOCTYPE html 2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5 <!-- 6 ################################################################################ 7 # WeBWorK Online Homework Delivery System 8 # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 9 # $CVSHeader: webwork-modperl/conf/templates/ur.template,v 1.29 2004/06/06 02:49:11 gage Exp $ 10 # 11 # This program is free software; you can redistribute it and/or modify it under 12 # the terms of either: (a) the GNU General Public License as published by the 13 # Free Software Foundation; either version 2, or (at your option) any later 14 # version, or (b) the "Artistic License" which comes with this package. 15 # 16 # This program is distributed in the hope that it will be useful, but WITHOUT 17 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 18 # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the 19 # Artistic License for more details. 20 ################################################################################ 21 --> 22 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 23 <head> 24 <title>Add User Help Page</title> 25 </head> 26 27 <body><br> 28 <h3>Add User Help Page</h3> 29 <p>The number of rows can be changed by changing the number in the text box and hitting the "create" button, but be careful, 30 once some information is entered do not change the number of rows or all the text in the boxes will be lost.</p> 31 <p>The only mandatory information is the "login" and the "Student ID", the Student ID will be the student's initial password.</p> 32 <p> Any other boxes may be left blank, but it may be useful to fill in section and recitation as they can be used to seperate 33 scores later on.</p> 34 <p>Multiple sets may be given to the user by holding down the shift key while selecting from the list.</p> 35 36 </body> 37 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |