[LON-CAPA-cvs] cvs: loncom /interface lonpickcode.pm

raeburn raeburn at source.lon-capa.org
Fri Jun 19 00:54:32 EDT 2026


raeburn		Fri Jun 19 04:54:32 2026 EDT

  Modified files:              
    /loncom/interface	lonpickcode.pm 
  Log:
  - An error form has been appended to the listing of CODEs when using "Select
    a CODE from the list of all CODEs" from bubblesheet grading because
    &show_grading_menu_form() was removed from grades.pm in rev. 1.614 (2010)
  
  
Index: loncom/interface/lonpickcode.pm
diff -u loncom/interface/lonpickcode.pm:1.17 loncom/interface/lonpickcode.pm:1.18
--- loncom/interface/lonpickcode.pm:1.17	Thu Jan 31 16:08:06 2019
+++ loncom/interface/lonpickcode.pm	Fri Jun 19 04:54:32 2026
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Pick a CODE from the list of possible CODEs
 #
-# $Id: lonpickcode.pm,v 1.17 2019/01/31 16:08:06 raeburn Exp $
+# $Id: lonpickcode.pm,v 1.18 2026/06/19 04:54:32 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -75,8 +75,6 @@
     }
     if      ($env{'form.command'} eq 'codelist') {
 	&code_list($r);
-        $r->print(&Apache::grades::show_grading_menu_form($env{'form.symb'},
-						      $env{'form.url'}));	
     } elsif ($env{'form.command'} eq 'showcodes') {
 	&show_codes($r);
     } else {
@@ -139,8 +137,6 @@
     }
     $r->print('</pre>');
     &code_list($r,1);
-    $r->print(&Apache::grades::show_grading_menu_form($env{'form.symb'},
-						      $env{'form.url'}));
 }
 
 sub picking_a_code {




More information about the LON-CAPA-cvs mailing list