[LON-CAPA-cvs] cvs: loncom /homework grades.pm /html/adm/help ext_examples.problem /localize/localize de.pm

kruse kruse at source.lon-capa.org
Fri Aug 9 06:53:00 EDT 2013


kruse		Fri Aug  9 10:53:00 2013 EDT

  Modified files:              
    /loncom/localize/localize	de.pm 
    /loncom/homework	grades.pm 
    /loncom/html/adm/help	ext_examples.problem 
  Log:
  Enhancements according to Bug #6656, regarding wording in grading screens.
  
  
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.518 loncom/localize/localize/de.pm:1.519
--- loncom/localize/localize/de.pm:1.518	Wed Aug  7 14:41:42 2013
+++ loncom/localize/localize/de.pm	Fri Aug  9 10:52:49 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.518 2013/08/07 14:41:42 raeburn Exp $
+# $Id: de.pm,v 1.519 2013/08/09 10:52:49 kruse Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -18197,17 +18197,17 @@
    'Submission Status'
 => 'Status der Einreichung',
 
-   'last submission only'
-=> 'nur letzte Einreichung',
+   'last submission'
+=> 'letzte Einreichung',
 
-   'last submission & parts info'
-=> 'letzte Einreichung und Aufgabenteil-Information',
+   'last submission with details'
+=> 'letzte Einreichung mit Details',
 
-   'by dates and submissions'
-=> 'sortiert nach Datum und Einreichung',
+   'all submissions'
+=> 'alle Einreichungen',
 
-   'all details'
-=> 'alle Details anzeigen',
+   'all submissions with details'
+=> 'alle Einreichungen mit Details',
 
    'one student'
 => 'eine Person',
@@ -18221,6 +18221,9 @@
    'View Answer'
 => 'Antworten anzeigen',
 
+   'View Submissions'
+=> 'Einreichungen anzeigen',
+
    'Grading Increments'
 => 'Punktschrittweite',
 
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.698 loncom/homework/grades.pm:1.699
--- loncom/homework/grades.pm:1.698	Wed Jul 24 15:12:33 2013
+++ loncom/homework/grades.pm	Fri Aug  9 10:52:54 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.698 2013/07/24 15:12:33 kruse Exp $
+# $Id: grades.pm,v 1.699 2013/08/09 10:52:54 kruse Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -908,17 +908,17 @@
     $submission_options.=
         '<span class="LC_nobreak">'.
         '<label><input type="radio" name="lastSub" value="lastonly" /> '.
-        &mt('last submission only').' </label></span>'."\n".
+        &mt('last submission').' </label></span>'."\n".
         '<span class="LC_nobreak">'.
         '<label><input type="radio" name="lastSub" value="last" /> '.
-        &mt('last submission & parts info').' </label></span>'."\n".
+        &mt('last submission with details').' </label></span>'."\n".
         '<span class="LC_nobreak">'.
         '<label><input type="radio" name="lastSub" value="datesub" checked="checked" /> '.
-        &mt('by dates and submissions').'</label></span>'."\n".
+        &mt('all submissions').'</label></span>'."\n".
         '<span class="LC_nobreak">'.
         '<label><input type="radio" name="lastSub" value="all" /> '.
-        &mt('all details').'</label></span>';
-    $gradeTable .= &Apache::lonhtmlcommon::row_title(&mt('Submissions'))
+        &mt('all submissions with details').'</label></span>';
+    $gradeTable .= &Apache::lonhtmlcommon::row_title(&mt('View Submissions'))
                   .$submission_options
                   .&Apache::lonhtmlcommon::row_closure();
 
@@ -4484,9 +4484,9 @@
 
     $options =
 	'<label><input type="radio" name="lastSub" value="none" /> '.&mt('none').' </label>'."\n".
-	'<label><input type="radio" name="lastSub" value="datesub" checked="checked" /> '.&mt('by dates and submissions').'</label>'."\n".
-	'<label><input type="radio" name="lastSub" value="all" /> '.&mt('all details').' </label>'."\n";
-    $result.=' <b>'.&mt('Submissions').': </b>'.$options;
+	'<label><input type="radio" name="lastSub" value="datesub" checked="checked" /> '.&mt('all submissions').'</label>'."\n".
+	'<label><input type="radio" name="lastSub" value="all" /> '.&mt('all submissions with details').' </label>'."\n";
+    $result.=' <b>'.&mt('View Submissions').': </b>'.$options;
     
     $result.=&build_section_inputs();
     my $stu_status = join(':',&Apache::loncommon::get_env_multiple('form.Status'));
Index: loncom/html/adm/help/ext_examples.problem
diff -u loncom/html/adm/help/ext_examples.problem:1.1 loncom/html/adm/help/ext_examples.problem:1.2
--- loncom/html/adm/help/ext_examples.problem:1.1	Wed Jun  9 13:55:42 2004
+++ loncom/html/adm/help/ext_examples.problem	Fri Aug  9 10:53:00 2013
@@ -3,7 +3,7 @@
 <startouttext />
 <hr />
 Some things to do with &EXT() inside of a homework problem.<br />
-Anything data that shows up in the 'all deatils' view in PGRD is avaliable, as is the current value of any 
+Any data that shows up in the 'all submissions with details' view in problem grades is available, as is the current value of some parameters.
 <table border="1">
 <tr><th>Incantation</th><th>result</th><th>Explanation</th></tr>
 <tr><td>user.resource.resource.<partid>.<responseid>.submission</td><td>&EXT('user.resource.resource.0.12.submission')</td>
@@ -11,7 +11,7 @@
 <tr><td>user.resource.resource.<partid>.<responseid>.awarddetail</td><td>&EXT('user.resource.resource.0.12.awarddetail')</td>
     <td>Detail of how the most recent submission was graded. </td></tr>
 <tr><td>user.resource.1:resource.<partid>.<responseid>.submission</td><td>&EXT('user.resource.1:resource.0.12.submission')</td>
-    <td>text of the submission on the first submission to the problem. The '1:' is not neccessarily the first try on the problem, rather it referes to the first 'transaction' in the data for this problem. Take a look at PGRD for a problem with the submissions view set to 'all details'.</td></tr>
+    <td>text of the submission on the first submission to the problem. The '1:' is not neccessarily the first try on the problem, rather it referes to the first 'transaction' in the data for this problem. Take a look at problem grades for a problem with the submissions view set to 'all submissions with details'.</td></tr>
 
 <tr><td>user.resource.resource.<partid>.tries</td><td>&EXT('user.resource.resource.0.tries')</td>
     <td>current number of tries on the problem</td></tr>




More information about the LON-CAPA-cvs mailing list