[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm

raeburn raeburn at source.lon-capa.org
Sat May 11 09:18:59 EDT 2013


raeburn		Sat May 11 13:18:59 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	structuretags.pm 
  Log:
  - For 2.11
    - Reverse wording changes in 1.509 and 1.511.
    - The "Exam" question type is used for both online exams and printed 
      "bubblesheet" exams. 
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512 loncom/homework/structuretags.pm:1.512.2.1
--- loncom/homework/structuretags.pm:1.512	Fri May  3 15:38:52 2013
+++ loncom/homework/structuretags.pm	Sat May 11 13:18:59 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.512 2013/05/03 15:38:52 bisitz Exp $
+# $Id: structuretags.pm,v 1.512.2.1 2013/05/11 13:18:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -710,7 +710,7 @@
 ".&mt("Problem Type:")."
 <select name='problemtype'>
   <option value=''></option>
-  ".&option('exam'   ,'problemtype').&mt("Bubblesheet Exam Problem")."</option>
+  ".&option('exam'   ,'problemtype').&mt("Exam Problem")."</option>
   ".&option('problem','problemtype').&mt("Homework Problem")."</option>
   ".&option('survey' ,'problemtype').&mt("Survey Question")."</option>
   ".&option('surveycred' ,'problemtype').&mt("Survey Question (with credit)")."</option>
@@ -966,8 +966,8 @@
 		'resource'=>'The resource needs to be checked out',
 		'id_expln'=>'As a resource gets checked out, a unique timestamped ID is given to it, and a permanent record is left in the system.',
                 'warning'=>'Checking out resources is subject to course policies, and may exclude future credit even if done erroneously.',
-                'checkout'=>'Check out Bubblesheet Exam for Viewing',
-		'checkout?'=>'Check out Bubblesheet Exam?');
+                'checkout'=>'Check out Exam for Viewing',
+		'checkout?'=>'Check out Exam?');
     my $uri = &Apache::lonenc::check_encrypt($env{'request.uri'});
     return (<<ENDCHECKOUT);
 <h2>$lt{'resource'}</h2>
@@ -2496,7 +2496,7 @@
 					    ['hide','Hide']]
 					   ,$token);
 	$result .=&Apache::edit::checked_arg('When used as type(s):','for',
-					     [ ['exam','Bubblesheet Exam/Quiz Problem'],
+					     [ ['exam',Exam/Quiz Problem'],
 					       ['survey','Survey'],
                                                ['surveycred','Survey (with credit)'],
                                                ['anonsurvey','Anonymous Survey'],




More information about the LON-CAPA-cvs mailing list