From: Chris S. <san...@us...> - 2005-11-19 15:34:02
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20480 Modified Files: index.php quiz.php Log Message: Index: quiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/quiz.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** quiz.php 17 Nov 2005 21:54:19 -0000 1.47 --- quiz.php 19 Nov 2005 15:33:54 -0000 1.48 *************** *** 706,710 **** // (1) Pose the question ! stack_question_inst_displayq($qInst); --- 706,710 ---- // (1) Pose the question ! stack_question_inst_displayq($qInst); Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/index.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** index.php 27 Oct 2005 12:25:16 -0000 1.34 --- index.php 19 Nov 2005 15:33:54 -0000 1.35 *************** *** 177,181 **** $quiz_store = stack_db_subject_quiz_list_student($subjectID); stack_quiz_student_select($subjectID,$quiz_store, $user); ! echo "\n<font size='-1'>\n".get_string('quiz_version_info2','stack','')."\n</font>\n"; echo $subject['subjectHTMLFoot']; } --- 177,183 ---- $quiz_store = stack_db_subject_quiz_list_student($subjectID); stack_quiz_student_select($subjectID,$quiz_store, $user); ! if ('guest'==$user['username']) { ! echo "\n<p><font size='-1'>\n".get_string('quiz_version_info2','stack','')."\n</font></p>\n"; ! } echo $subject['subjectHTMLFoot']; } |