[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Sun Apr 6 11:37:26 EDT 2014
raeburn Sun Apr 6 15:37:26 2014 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework structuretags.pm
Log:
- For 2.11
- Backport 1.517
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.5 loncom/homework/structuretags.pm:1.512.2.6
--- loncom/homework/structuretags.pm:1.512.2.5 Sat Dec 14 01:44:31 2013
+++ loncom/homework/structuretags.pm Sun Apr 6 15:37:25 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.512.2.5 2013/12/14 01:44:31 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.6 2014/04/06 15:37:25 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -728,7 +728,7 @@
<select name='problemstatus'>
<option value=''></option>
".&option('yes','problemstatus').&mt("Show Feedback")."</option>
- ".&option('no', 'problemstatus').&mt("Don't Show Incorect/Correct Feedback")."</option>
+ ".&option('no', 'problemstatus').&mt("Don't Show Incorrect/Correct Feedback")."</option>
".&option('no_feedback_ever', 'problemstatus').&mt("Don't Show Any Feedback")."</option>
</select>
</span>
More information about the LON-CAPA-cvs
mailing list