--- loncom/homework/grades.pm 2002/12/02 17:28:51 1.63
+++ loncom/homework/grades.pm 2003/01/09 21:33:07 1.66
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.63 2002/12/02 17:28:51 albertel Exp $
+# $Id: grades.pm,v 1.66 2003/01/09 21:33:07 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -352,8 +352,8 @@ LISTJAVASCRIPT
''."\n".
''."\n".
''."\n".
- ' '."\n".
- ' '."\n".
+ ' '."\n".
+ ' '."\n".
''."\n".
''."\n".
'To '.lc($viewgrade).' a submission, click on the check box next to the student\'s name. Then '."\n".
@@ -846,7 +846,7 @@ sub submission {
# option to display problem, only once else it cause problems
# with the form later since the problem has a form.
- if ($ENV{'form.vProb'} eq 'yes') {
+ if ($ENV{'form.vProb'} eq 'yes' or !$ENV{'form.vProb'}) {
&show_problem($request,$symb,$uname,$udom,0);
}