From 4d1bb3f49819d4e9f87dab5178283befb1f71608 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Thu, 23 Jul 2026 12:38:31 -0700 Subject: [PATCH] Guidance for an instructor who has not set the LMS context ID --- .../LTI/content_item_selection_error.html.ep | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/ContentGenerator/LTI/content_item_selection_error.html.ep b/templates/ContentGenerator/LTI/content_item_selection_error.html.ep index 96e1dc1e5d..a95702a0a0 100644 --- a/templates/ContentGenerator/LTI/content_item_selection_error.html.ep +++ b/templates/ContentGenerator/LTI/content_item_selection_error.html.ep @@ -14,7 +14,12 @@ % if (stash->{contextData}) {
<%= maketext('An LTI content item request was received with no associated LMS course. ' - . 'The following parameters were received which can be used to make this association:') =%> + . 'The following parameters were received which can be used to make this association. ' + . 'If you have sufficient permissions in the WeBWorK course, you can visit the Course ' + . 'Configuration page. Go to the LTI tab if it is enabled for your course. You might have ' + . 'permission to change the "LMS Context ID". If so, enter the Context ID given below. ' + . 'If you are unable to complete these steps, contact your WeBWorK administrator with the ' + . 'information below.') =%>
% for (@{ stash->{contextData} }) {