File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Installation
18
18
19
19
For details regarding how to deploy this or any other XBlock in the lms instance, see the `installing-the-xblock `_ documentation.
20
20
21
- .. _installing-the-xblock : https://edx.readthedocs. io/projects/xblock-tutorial/en/latest/edx_platform/devstack .html#installing-the-xblock
21
+ .. _installing-the-xblock : https://docs.tutor.edly. io/configuration .html#installing-extra-xblocks-and-requirements
22
22
23
23
Installing in Docker Devstack
24
24
-----------------------------
@@ -152,7 +152,7 @@ http://lti.tools/saltire/ provides a "Test Tool Provider" service that allows
152
152
you to see messages sent by an LTI consumer.
153
153
154
154
We have some useful documentation on how to set this up here:
155
- http ://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/ en/latest/exercises_tools/lti_component .html#lti-authentication-information
155
+ https ://docs.openedx.org/ en/latest/educators/how-tos/course_development/exercise_tools/set_up_lti_1_1_component .html
156
156
157
157
1. In Studio Advanced settings, set the value of the "LTI Passports" field to "test:test: secret" -
158
158
this will set the OAuth client key and secret used to send a message to the test LTI provider.
@@ -225,6 +225,8 @@ Instructions:
225
225
#. Publish block, log into LMS and navigate to the LTI block page.
226
226
#. Click ``Send Request `` and verify that the LTI launch was successful.
227
227
228
+ See also https://docs.openedx.org/en/latest/educators/how-tos/course_development/exercise_tools/set_up_lti_1_3_component.html
229
+
228
230
229
231
LTI Advantage Features
230
232
----------------------
Original file line number Diff line number Diff line change 94
94
"<a "
95
95
"target='_blank' "
96
96
"href='"
97
- "http://edx.readthedocs.org"
98
- "/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/lti_component.html"
97
+ "https://docs.openedx.org/en/latest/educators/concepts/exercise_tools/about_lti_component.html"
99
98
"'>"
100
99
)
101
100
RESULT_SERVICE_SUFFIX_PARSER = re .compile (r"^user/(?P<anon_id>[\w-]+)" , re .UNICODE )
You can’t perform that action at this time.
0 commit comments