From: Chris S. <san...@us...> - 2005-07-14 17:47:16
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158/lang/en/doc Modified Files: author_commonsyntax.php author_testsuite.php student_assessmentmode.php student_forbidden.php student_input.php student_overview.php student_practicemode.php student_understandingoutput.php Log Message: Index: student_understandingoutput.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_understandingoutput.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_understandingoutput.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_understandingoutput.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="output"><h2>Understanding Stack's output</h2></a> Index: author_commonsyntax.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_commonsyntax.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_commonsyntax.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_commonsyntax.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 35,40 **** include($stack_root.'/scripts/maxima/stackfun.php'); function disp_cas($type){ ! global $stack_cmd; echo "<table>\n"; --- 35,45 ---- include($stack_root.'/scripts/maxima/stackfun.php'); + /** + * Displays a table of documentation on a type of CAS commands defined in STACK. + * + * @param $type The type of CAS commands. + */ function disp_cas($type){ ! global $stack_cmd; echo "<table>\n"; Index: author_testsuite.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_testsuite.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** author_testsuite.php 14 Jul 2005 16:18:17 -0000 1.3 --- author_testsuite.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 1,7 **** <?php /** - * This file runs a testsuite against a particular answer test. * */ require_once($stack_root.'/scripts/stackAuthor.php'); --- 1,26 ---- <?php + <?php /** * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack */ + + + ?> require_once($stack_root.'/scripts/stackAuthor.php'); Index: student_assessmentmode.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_assessmentmode.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_assessmentmode.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_assessmentmode.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + + + ?> *************** *** 59,62 **** If you access the test after the due date, then Stack will tell you your marks and give the solutions to the questions. - - --- 82,83 ---- Index: student_forbidden.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_forbidden.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_forbidden.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_forbidden.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="forbid"><h2>Forbidden words</h2></a> Index: student_input.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_input.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_input.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_input.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="entry"><h2>How do I enter my answers?</h2></a> Index: student_practicemode.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_practicemode.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_practicemode.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_practicemode.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="practice"><h2>Practice mode</h2></a> Index: student_overview.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_overview.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_overview.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_overview.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,3 **** --- 1,25 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + + ?> <H1>Help with STACK</H1> |