remove old readme
[atutor.git] / docs / documentation / instructor / gradebook_external_marks.php
1 <?php\r
2 /************************************************************************/\r
3 /* ATutor                                                                                                                               */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2002-2010                                              */\r
6 /* Inclusive Design Institute                                           */\r
7 /* http://atutor.ca                                                                                                             */\r
8 /*                                                                                                                                              */\r
9 /* This program is free software. You can redistribute it and/or        */\r
10 /* modify it under the terms of the GNU General Public License          */\r
11 /* as published by the Free Software Foundation.                        */\r
12 /************************************************************************/\r
13 // $Id: 8.4.managing_forums.php 5080 2005-07-06 15:06:11Z heidi $\r
14 \r
15 require('../common/body_header.inc.php'); ?>\r
16 \r
17 <h3>External Marks</h3>\r
18 \r
19 <dl>\r
20         <dt>Export</dt>\r
21         <dd>The Export tool is used to export a course list in a CSV form into which marks can be entered manually, then reimported back into the Gradebook. It can also be used to export marks from the Gradebook to import those marks back into another application such as a spreadsheet, or another database.</dd>\r
22 \r
23         <dt>Import</dt>\r
24         <dd>Marks from an external assignment or test can be imported in a Comma Separated Values (CSV) file in the form <em>"firstname", "lastname", "email", "grade"</em> with one student per line. The mark can either be a scale mark such <em>"A"</em> or <em>"Pass"</em>, or a percentage mark such as <em>78%</em>. Select the test or assignment previously defined through <a href="gradebook_add.php"><strong>Add Tests/Assignment</strong></a> The first line of the imported file should contain the field names <em>"First Name, Last Name, Email, Grade" </em> If it is not included the first line will be removed when the marks are imported.</dd>\r
25 </dl>\r
26 \r
27 \r
28 <?php require('../common/body_footer.inc.php'); ?>\r