From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829/frontend_general Modified Files: editquiz_display.php qb_display.php question_bank_util.php Log Message: Index: qb_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/qb_display.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** qb_display.php 14 Jul 2005 18:26:02 -0000 1.4 --- qb_display.php 14 Jul 2005 18:44:54 -0000 1.5 *************** *** 15,25 **** * Copyright (c) 2005, Christopher James Sangwin * * @author Chris Sangwin C.J...@bh... * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... * ! * @package Stack * - * This file contains display functions used by question_bank.php */ --- 15,28 ---- * Copyright (c) 2005, Christopher James Sangwin * + * This file contains display functions used by question_bank.php + * + * * @author Chris Sangwin C.J...@bh... * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... * ! * @package frontend ! * @subpackage Stack * */ Index: question_bank_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/question_bank_util.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** question_bank_util.php 20 Jun 2005 15:42:58 -0000 1.2 --- question_bank_util.php 14 Jul 2005 18:44:54 -0000 1.3 *************** *** 26,30 **** ! /* * Gets the question that has been stored in the session * @return array $question Quiz question --- 26,30 ---- ! /** * Gets the question that has been stored in the session * @return array $question Quiz question *************** *** 49,53 **** } ! /* * Gets the question instance that has been stored in the session * @return array $questionInst Quiz question instance --- 49,53 ---- } ! /** * Gets the question instance that has been stored in the session * @return array $questionInst Quiz question instance *************** *** 65,69 **** ! /* * Gets the question instance that has been stored in $_POST * @return array $questionInst Quiz question --- 65,69 ---- ! /** * Gets the question instance that has been stored in $_POST * @return array $questionInst Quiz question *************** *** 89,93 **** ! /* * Gets the question instance that has been stored in $_POST * @param string $source. Must be 'database', 'new' or 'default' --- 89,93 ---- ! /** * Gets the question instance that has been stored in $_POST * @param string $source. Must be 'database', 'new' or 'default' *************** *** 117,121 **** } ! /* * Gets the selected questions * @return array $quiz The questions selected --- 117,121 ---- } ! /** * Gets the selected questions * @return array $quiz The questions selected *************** *** 136,140 **** } ! /* * Gets the seed variable that should be used * @return array $seed The seed variable --- 136,140 ---- } ! /** * Gets the seed variable that should be used * @return array $seed The seed variable Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** editquiz_display.php 14 Jul 2005 18:31:18 -0000 1.7 --- editquiz_display.php 14 Jul 2005 18:44:54 -0000 1.8 *************** *** 2,6 **** /** * ! * Welcome to STACK. A system for teaching and assessment using a * computer algebra kernel. * <br> --- 2,6 ---- /** * ! * Welcome to STACK. A system for teaching and assessment using a * computer algebra kernel. * <br> *************** *** 14,25 **** * Copyright (c) 2005, Christopher James Sangwin * * @author Chris Sangwin C.J...@bh... - * @author Laura Naismith L.N...@bh... - * @author Juliette White jv...@jv... * ! * @package frontend ! * @subpackage stack ! * ! * This file contains display functions used by edit_quiz.php */ --- 14,23 ---- * Copyright (c) 2005, Christopher James Sangwin * + * This file contains display functions used by edit_quiz.php + * * @author Chris Sangwin C.J...@bh... * ! * @package quiz ! * @subpackage Stack */ |