[LON-CAPA-cvs] cvs: rat /client parameter.html loncom/interface lonparmset.pm
www
lon-capa-cvs-allow@mail.lon-capa.org
Sat, 05 Apr 2008 16:11:07 -0000
www Sat Apr 5 12:11:07 2008 EDT
Modified files:
/loncom/interface lonparmset.pm
/rat/client parameter.html
Log:
Typo.
Index: loncom/interface/lonparmset.pm
diff -u loncom/interface/lonparmset.pm:1.393 loncom/interface/lonparmset.pm:1.394
--- loncom/interface/lonparmset.pm:1.393 Tue Mar 11 22:45:07 2008
+++ loncom/interface/lonparmset.pm Sat Apr 5 12:10:52 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.393 2008/03/12 02:45:07 raeburn Exp $
+# $Id: lonparmset.pm,v 1.394 2008/04/05 16:10:52 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2821,7 +2821,7 @@
[ 'no', 'No' ]],
'string_problemstatus'
=> [[ 'yes', 'Yes' ],
- [ 'answer', 'Yes, and show correct answer if they exceed the maxium number of tries.' ],
+ [ 'answer', 'Yes, and show correct answer if they exceed the maximum number of tries.' ],
[ 'no', 'No, don\'t show correct/incorrect feedback.' ],
[ 'no_feedback_ever', 'No, show no feedback at all.' ]],
);
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.49 rat/client/parameter.html:1.50
--- rat/client/parameter.html:1.49 Fri Nov 16 21:50:32 2007
+++ rat/client/parameter.html Sat Apr 5 12:11:03 2008
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.49 2007/11/17 02:50:32 albertel Exp $
+// $Id: parameter.html,v 1.50 2008/04/05 16:11:03 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -566,7 +566,7 @@
choicewrite('<label><input name="stringval" value="answer"'+
' type="radio" '+callradiostringeval('answer'));
if (svalue=='answer') { choicewrite(' checked'); }
- choicewrite('> Yes, and show correct answer if they exceed the maxium number of tries.</label><br />');
+ choicewrite('> Yes, and show correct answer if they exceed the maximum number of tries.</label><br />');
choicewrite('<label><input name="stringval" value="no"'+
' type="radio" '+callradiostringeval('no'));
if (svalue=='no') { choicewrite(' checked'); }