Skip to content

Commit

Permalink
Fix for #1278 ensure that &group=groupname is also appended to LTI 1.…
Browse files Browse the repository at this point in the history
…3 url when group mode selected.
  • Loading branch information
ronm123 committed Mar 6, 2024
1 parent 322c0ae commit 60fe205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_code/php/properties/lti_update.php
Expand Up @@ -65,6 +65,7 @@

if ($lti_def->xapi_student_id_mode == 3) {
$lti_def->url .= "&group=groupname";
$lti_def->url13 .= "&group=groupname";
}

// Get current temapltedetails record
Expand Down

0 comments on commit 60fe205

Please sign in to comment.