--- loncom/homework/grades.pm 2024/12/09 02:46:01 1.798 +++ loncom/homework/grades.pm 2024/12/09 21:39:48 1.799 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.798 2024/12/09 02:46:01 raeburn Exp $ +# $Id: grades.pm,v 1.799 2024/12/09 21:39:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1458,7 +1458,7 @@ sub do_passback { 'format' => $scoretype, 'scope' => $scope, 'clientip' => $pb{'clientip'}, - 'linkprot' => $linkprotector, + 'linkprot' => $linkprotector.':'.$linkuri, 'total' => $total, 'possible' => $possible, 'score' => $score, @@ -1836,7 +1836,7 @@ sub process_passbacks { 'format' => $pb{'scoretype'}, 'scope' => $pb{'scope'}, 'clientip' => $pb{'clientip'}, - 'linkprot' => $pb{'linkprotector'}, + 'linkprot' => $pb{'linkprotector'}.':'.$pb{'linkuri'}, 'total_s' => \%total_by_symb, 'possible_s' => \%possible_by_symb, }; @@ -1908,7 +1908,7 @@ sub process_passbacks { 'format' => $pb{'scoretype'}, 'scope' => $pb{'scope'}, 'clientip' => $pb{'clientip'}, - 'linkprot' => $pb{'linkprotector'}, + 'linkprot' => $pb{'linkprotector'}.':'.$pb{'linkuri'}, 'total' => $total, 'possible' => $possible, 'score' => $score,