[LON-CAPA-cvs] cvs: loncom /homework/templates DropBox.problem

raeburn raeburn at source.lon-capa.org
Thu Aug 16 14:34:28 EDT 2012


raeburn		Thu Aug 16 18:34:28 2012 EDT

  Modified files:              
    /loncom/homework/templates	DropBox.problem 
  Log:
  - Wording change (to reflect change in naming of items in Functions menu).
  - xhtml (to allow w3c validation) - remove span tag wrapping ul tag.
  - use standard LON-CAPA css.
  
  
Index: loncom/homework/templates/DropBox.problem
diff -u loncom/homework/templates/DropBox.problem:1.18 loncom/homework/templates/DropBox.problem:1.19
--- loncom/homework/templates/DropBox.problem:1.18	Sat May 21 14:50:40 2011
+++ loncom/homework/templates/DropBox.problem	Thu Aug 16 18:34:28 2012
@@ -37,15 +37,16 @@
 <startouttext />
 <displaytitle />
 $display
-<instructorcomment><span style="color:red"><br />
-You should adjust this resource in "Modify parameter settings for this resource:"
-<ul><li>You can modify the rounding of the score display using the "scoreformat" setting.</li>
-<li>To change the allowed file types for submissions, change the "uploadedfiletypes"</li>
-<li>To change the maximum cumulative size for submitted files for this item, modify the "maxfilesize" parameter (The default is 10 MB).</li>
-<li>Feedback on grades can be controlled using the "problemstatus" parameter.</li>
+<instructorcomment><br />
+<span class="LC_warning">You should adjust this resource in "Content Settings "</span>
+<ul>
+<li class="LC_warning">You can modify the rounding of the score display using the "scoreformat" setting.</li>
+<li class="LC_warning">To change the allowed file types for submissions, change the "uploadedfiletypes"</li>
+<li class="LC_warning">To change the maximum cumulative size for submitted files for this item, modify the "maxfilesize" parameter (The default is 10 MB).</li>
+<li class="LC_warning">Feedback on grades can be controlled using the "problemstatus" parameter.</li>
 </ul>
 You can upload comments and grade information with this resource when uploading CSV files.
-</span></instructorcomment>
+</instructorcomment>
 $gradeinfo
 $comment
 <endouttext />




More information about the LON-CAPA-cvs mailing list