[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm /interface lonparmset.pm rat/client parameter.html
bisitz
bisitz at source.lon-capa.org
Mon Jan 28 13:17:31 EST 2013
bisitz Mon Jan 28 18:17:31 2013 EDT
Modified files:
/rat/client parameter.html
/loncom/interface lonparmset.pm
/loncom/homework structuretags.pm
Log:
"Exam" in general or LON-CAPA's "Bubblesheet Exam"? Improved wording to clarify and less confusion.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.64 rat/client/parameter.html:1.65
--- rat/client/parameter.html:1.64 Tue Mar 13 05:37:55 2012
+++ rat/client/parameter.html Mon Jan 28 18:17:21 2013
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.64 2012/03/13 05:37:55 raeburn Exp $
+// $Id: parameter.html,v 1.65 2013/01/28 18:17:21 bisitz Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -631,7 +631,7 @@
choicewrite('<label><input name="stringval" value="exam"'+
' type="radio" '+callradiostringeval('exam'));
if (svalue=='exam') { choicewrite(' checked="checked"'); }
- choicewrite(' /> Exam</label><br />');
+ choicewrite(' /> Bubblesheet Exam</label><br />');
// choicewrite('<label><input name="stringval" value="assess"'+
// ' type="radio" '+callradiostringeval('assess'));
// if (svalue=='assess') { choicewrite(' checked="checked"'); }
Index: loncom/interface/lonparmset.pm
diff -u loncom/interface/lonparmset.pm:1.529 loncom/interface/lonparmset.pm:1.530
--- loncom/interface/lonparmset.pm:1.529 Mon Dec 17 15:00:41 2012
+++ loncom/interface/lonparmset.pm Mon Jan 28 18:17:26 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.529 2012/12/17 15:00:41 raeburn Exp $
+# $Id: lonparmset.pm,v 1.530 2013/01/28 18:17:26 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3162,7 +3162,7 @@
=> [[ 'problem', 'Standard Problem'],
[ 'survey', 'Survey'],
[ 'anonsurveycred', 'Anonymous Survey (credit for submission)'],
- [ 'exam', 'Exam'],
+ [ 'exam', 'Bubblesheet Exam'],
[ 'anonsurvey', 'Anonymous Survey'],
[ 'randomizetry', 'New Randomization Each N Tries (default N=1)'],
[ 'practice', 'Practice'],
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.510 loncom/homework/structuretags.pm:1.511
--- loncom/homework/structuretags.pm:1.510 Thu Jan 3 21:04:44 2013
+++ loncom/homework/structuretags.pm Mon Jan 28 18:17:31 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.510 2013/01/03 21:04:44 raeburn Exp $
+# $Id: structuretags.pm,v 1.511 2013/01/28 18:17:31 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2496,7 +2496,7 @@
['hide','Hide']]
,$token);
$result .=&Apache::edit::checked_arg('When used as type(s):','for',
- [ ['exam','Exam/Quiz Problem'],
+ [ ['exam','Bubblesheet Exam/Quiz Problem'],
['survey','Survey'],
['surveycred','Survey (with credit)'],
['anonsurvey','Anonymous Survey'],
More information about the LON-CAPA-cvs
mailing list