Parent Directory
|
Revision Log
CAUTION. Major update!!! Modifications made up until the release of 2.0 on July 16, 2004 on the 2.0 branch have been incorporated into version 2.1 alpha 1. A moderate amount of testing has been done. It will take some time to reconfigure your global.conf file once you update to this version.
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: webwork2/htdocs/helpFiles/file_transfer.html,v 1.2 2004/07/10 21:43:56 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>File Transfer Help Page</title> 25 </head> 26 27 <body><br> 28 <h3>File Transfer Help Page</h3> 29 30 <p align="left"> 31 To view the format for <strong>ClassList files</strong> see 32 <a href="http://webhost.math.rochester.edu/webworkdocs/discuss/msgReader$59#2397" target="Webworkdocs">ClassList specification</a> 33 or download demoCourse.lst and use it as a model. 34 ClassList files can be 35 prepared using a spreadsheet and then saved as .csv (comma separated 36 variables) text files. 37 </p> 38 39 40 <p align="left"> 41 To view the format for <strong>Set Definition files</strong> see 42 <a href="http://webwork.math.rochester.edu/docs/docs/courseadmin/setdefinitionformat.html" target="Webworkdocs">Set Definition specification </a> 43 or download set0.def and copy that. Set definition files are mainly 44 useful for transferring course assignments from one course to another. 45 (For example from a calculus course taught the previous year.) 46 </p> 47 48 49 </body> 50 </html>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |