version 1.5, 2007/05/20 22:04:01
|
version 1.6, 2007/05/23 18:25:09
|
Line 1
|
Line 1
|
<problem> |
<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" /> |
<script type="loncapa/perl"> |
<script type="loncapa/perl"> |
$weight=&EXT('resource.0.weight'); |
$weight=&EXT('resource.0.weight'); |
if ((!defined($weight)) || ($weight eq '')) { $weight=1; } |
if ((!defined($weight)) || ($weight eq '')) { $weight=1; } |
Line 21 To change the allowed file types for
|
Line 22 To change the allowed file types for
|
submissions, change the "uploadedfiletypes" parameter in |
submissions, change the "uploadedfiletypes" parameter in |
PPRM.</font></instructorcomment> |
PPRM.</font></instructorcomment> |
<essayresponse id="upload"> |
<essayresponse id="upload"> |
<responseparam name="uploadedfiletypes" default="doc,xls,ppt,png,jpg,jpeg,gif,txt,pdf,htm,html" type="string_fileext" description="Allowed File Extensions for Uploaded Files" /> |
|
</essayresponse> |
</essayresponse> |
</problem> |
</problem> |
|
|