[LON-CAPA-cvs] cvs: loncom /homework/templates DropBox.problem
raeburn
raeburn@source.lon-capa.org
Tue, 06 Jan 2009 15:13:48 -0000
raeburn Tue Jan 6 15:13:48 2009 EDT
Modified files:
/loncom/homework/templates DropBox.problem
Log:
- default maxfilesize for DropBox.problem is 10.0 MB.
Index: loncom/homework/templates/DropBox.problem
diff -u loncom/homework/templates/DropBox.problem:1.9 loncom/homework/templates/DropBox.problem:1.10
--- loncom/homework/templates/DropBox.problem:1.9 Wed Dec 31 17:54:03 2008
+++ loncom/homework/templates/DropBox.problem Tue Jan 6 15:13:48 2009
@@ -1,6 +1,6 @@
<problem>
<parameter name="uploadedfiletypes" id="11" default="doc,xls,ppt,png,jpg,jpeg,gif,txt,pdf,htm,html" type="string_fileext" description="Allowed File Extensions for Uploaded Files" />
-<parameter name="maxfilesize" id="13" default="10.0" type="float_pos" description="Max. cumulative size (MB) for submitted file(s)">
+<parameter name="maxfilesize" id="13" default="10.0" type="float_pos" description="Max. cumulative size (MB) for submitted file(s)" />
<script type="loncapa/perl">
$weight=&EXT('resource.0.weight');
if ((!defined($weight)) || ($weight eq '')) { $weight=1; }
@@ -22,7 +22,7 @@
<li>To change the allowed file types for
submissions, change the "uploadedfiletypes" parameter in
PPRM.</li>
-<li>To change the maximum cumulative size for submitted files for this item, modify the "maxfilesize" parameter in PPRM (The default is 100 MB).</li>
+<li>To change the maximum cumulative size for submitted files for this item, modify the "maxfilesize" parameter in PPRM (The default is 10 MB).</li>
</ul></font></instructorcomment>
<endouttext />
<essayresponse id="upload">