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

raeburn raeburn at source.lon-capa.org
Fri Jan 3 08:14:50 EST 2025


raeburn		Fri Jan  3 13:14:50 2025 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - Include user's section in score passback information. 
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.587 loncom/homework/structuretags.pm:1.588
--- loncom/homework/structuretags.pm:1.587	Thu Nov 21 07:26:01 2024
+++ loncom/homework/structuretags.pm	Fri Jan  3 13:14:50 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.587 2024/11/21 07:26:01 raeburn Exp $
+# $Id: structuretags.pm,v 1.588 2025/01/03 13:14:50 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1357,6 +1357,7 @@
                                  'uname'    => $env{'user.name'},
                                  'udom'     => $env{'user.domain'},
                                  'uhome'    => $env{'user.home'},
+                                 'usec'     => $env{'request.course.sec'},
                                  'pbid'     => $pbid,
                                  'pburl'    => $pburl,
                                  'pbtype'   => $pbtype,




More information about the LON-CAPA-cvs mailing list