--- loncom/homework/essayresponse.pm 2009/05/23 18:07:57 1.101
+++ loncom/homework/essayresponse.pm 2010/02/28 23:37:03 1.102
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.101 2009/05/23 18:07:57 riegler Exp $
+# $Id: essayresponse.pm,v 1.102 2010/02/28 23:37:03 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -55,11 +55,17 @@ sub start_essayresponse {
if (!defined($maxfilesize)) {
$maxfilesize = 10.0; #FIXME This should become a domain configuration
}
- if ( $Apache::lonhomework::type eq 'survey' ) {
+ if (($Apache::lonhomework::type eq 'survey') ||
+ ($Apache::lonhomework::type eq 'surveycred') ||
+ ($Apache::lonhomework::type eq 'anonsurvey') ||
+ ($Apache::lonhomework::type eq 'anonsurveycred')) {
$result.= ' ';
}
$result.='
'. ' |