Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053/scripts
Modified Files:
stackQuiz.php stackUtility.php
Log Message:
Index: stackQuiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuiz.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stackQuiz.php 20 Jun 2005 15:42:55 -0000 1.2
--- stackQuiz.php 14 Jul 2005 18:31:23 -0000 1.3
***************
*** 8,11 ****
--- 8,14 ----
*/
+ /**
+ *
+ */
$stackQuiz['quizid']['descript'] = 'Quiz ID number';
$stackQuiz['quizid']['mysql'] = 'INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY';
***************
*** 26,30 ****
$stackQuiz['quizMode']['mysql'] = 'TINYTEXT';
! /*
* Displays the student quiz selection screen
* @param array $quize_store The list of quizzes
--- 29,33 ----
$stackQuiz['quizMode']['mysql'] = 'TINYTEXT';
! /**
* Displays the student quiz selection screen
* @param array $quize_store The list of quizzes
Index: stackUtility.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackUtility.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** stackUtility.php 14 Jul 2005 11:28:14 -0000 1.27
--- stackUtility.php 14 Jul 2005 18:31:23 -0000 1.28
***************
*** 8,12 ****
*/
! // HACK these should go in stackstd.php. They are in stackstd.php.dist
// but old installs will break. Remove in next release.
//
--- 8,14 ----
*/
! /**
! * TO DO: these should go in stackstd.php. They are in stackstd.php.dist
! */
// but old installs will break. Remove in next release.
//
|