remove old readme
[atutor.git] / documentation / instructor / gradebook_add.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>Add ATutor Test/Assignment to Gradebook</h3>\r
18 \r
19 <dl>\r
20         <dt>Add ATutor Assignment</dt>\r
21         <dd>Assignments that have been created using the ATutor Assignment Manager can be added to the gradebook. Select the <strong>Title</strong> of the assignment from those available, then select the scale to be used. Once an assignment has been added to the gradebook, marks are entered as <strong>External Marks</strong>. Marks may be entered either as a percentage mark or a scale mark. If percentage is used, the gradebook will attempt to convert those percentage marks to a scale mark</dd>\r
22 \r
23         <dt>Add ATutor Test</dt>\r
24         <dd>Tests that are created using the ATutor Test &amp; Survey Manager can be added to the gradebook if the test's <strong>Attempts Allowed</strong> property has been set to 1 attempt.   Select the test <strong>Title</strong> from those available, then select the Grade Scale to be used for the test. Additional scales can be created by using the Grade Scales tool. Note that Surveys will not be available to add to the Gradebook. Surveys are technically  tests in the Test &amp; Survey Manager that do not have any "weight" or mark assigned to questions.</dd>\r
25 </dl>\r
26 \r
27 \r
28 <?php require('../common/body_footer.inc.php'); ?>\r