[LON-CAPA-cvs] cvs: loncom /lti ltiroster.pm

raeburn raeburn at source.lon-capa.org
Mon Dec 18 18:59:31 EST 2017


raeburn		Mon Dec 18 23:59:31 2017 EDT

  Modified files:              
    /loncom/lti	ltiroster.pm 
  Log:
  - Use correct hash to retrieve current gradesecret when generating
    unique lis_result_sourcedid for each student to send in roster.
  
  
Index: loncom/lti/ltiroster.pm
diff -u loncom/lti/ltiroster.pm:1.2 loncom/lti/ltiroster.pm:1.3
--- loncom/lti/ltiroster.pm:1.2	Sat Dec  9 16:24:03 2017
+++ loncom/lti/ltiroster.pm	Mon Dec 18 23:59:31 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # LTI Consumer Module to respond to a course roster request.
 #
-# $Id: ltiroster.pm,v 1.2 2017/12/09 16:24:03 raeburn Exp $
+# $Id: ltiroster.pm,v 1.3 2017/12/18 23:59:31 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -180,7 +180,7 @@
                                                     \%toolsettings,\%ltitools) eq 'ok') {
             if ($toolsettings{'gradesecret'} ne '') {
                 $needsresult = 1;
-                $gradesecret = $ltitools{'gradesecret'};
+                $gradesecret = $toolsettings{'gradesecret'};
             }
         }
     }




More information about the LON-CAPA-cvs mailing list