--- loncom/interface/loncommon.pm 2021/11/17 19:55:15 1.1370 +++ loncom/interface/loncommon.pm 2021/11/24 04:25:01 1.1371 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1370 2021/11/17 19:55:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.1371 2021/11/24 04:25:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -16452,6 +16452,9 @@ sub construct_course { if ($args->{'crstype'}) { $cenv{'type'}=$args->{'crstype'}; } + if ($args->{'lti'}) { + $cenv{'internal.lti'}=$args->{'lti'}; + } if ($args->{'crsid'}) { $cenv{'courseid'}=$args->{'crsid'}; }