-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FC-0068 docs: concept cleaning by edunext #11 #716
base: main
Are you sure you want to change the base?
Changes from 10 commits
c93aca2
4ed0610
0a04b62
a9c2648
5a74d8d
8839aaf
631efb0
9c7990b
5551fc8
9eac14c
4daafbe
1d2621d
c87cb85
637ea0a
94b57dc
72a1b1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,47 +1,34 @@ | ||||||
.. _Using Open edX as an LTI Tool Provider: | ||||||
|
||||||
####################################### | ||||||
Using Open edX as an LTI Tool Provider | ||||||
####################################### | ||||||
###################################### | ||||||
|
||||||
.. tags:: educator, concept | ||||||
|
||||||
.. note:: This feature was a closed pilot experiment. This feature is not | ||||||
supported for new users. | ||||||
|
||||||
An experimental feature enabled the edX Edge site to be configured to be a | ||||||
learning tool interoperability (LTI) provider to other systems and applications | ||||||
that partner institutions use. After initial configuration and testing between | ||||||
Edge and your system or application is complete, course teams could use this | ||||||
feature to reuse Edge course content, including advanced problem types and | ||||||
videos, in an on campus or in house learning management system. Examples | ||||||
currently include courses running on Canvas and Blackboard. | ||||||
|
||||||
You can also include content from an LTI provider in your edX courses. For | ||||||
more information, see :ref:`LTI Component`. | ||||||
You can also include content from an LTI provider in your courses. For more | ||||||
information, see :ref:`LTI Component`. | ||||||
|
||||||
.. _Grading Remote Content: | ||||||
|
||||||
****************************** | ||||||
Grading Remote Content | ||||||
****************************** | ||||||
********************** | ||||||
|
||||||
.. note:: This feature was a closed pilot experiment. This feature is not | ||||||
supported for new users. | ||||||
.. warning:: This feature was a closed pilot experiment. This feature is poorly | ||||||
documented and may not work properly. | ||||||
|
||||||
When you include the problem components in a graded edX subsection in an | ||||||
external LMS, the edX system grades the learner responses to those problems. | ||||||
The edX system then transfers the learner scores back to the external LMS. This | ||||||
exchange between an external LMS, the edX system, and the external LMS again is | ||||||
near real time. It can take a few moments to complete this exchange for a | ||||||
single problem component, and up to several minutes to return aggregated scores | ||||||
of all of the problems in a unit or subsection. | ||||||
When you include the problem components in a graded Open edX subsection in an | ||||||
external LMS, the Open edX system grades the learner responses to those | ||||||
problems. The Open edX system then transfers the learner scores back to the | ||||||
external LMS. This exchange between an external LMS, the Open edX system, and | ||||||
the external LMS again is near real time. It can take a few moments to complete | ||||||
this exchange for a single problem component, and up to several minutes to | ||||||
return aggregated scores of all of the problems in a unit or subsection. | ||||||
|
||||||
When you include edX problem components in an external LMS, note the following | ||||||
requirements. | ||||||
When you include Open edX problem components in an external LMS, note the | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated: 1d2621d |
||||||
following requirements. | ||||||
|
||||||
* The edX problem component must be in one of the graded subsections in your | ||||||
course. | ||||||
* The Open edX problem component must be in one of the graded subsections in | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated: 1d2621d |
||||||
your course. | ||||||
|
||||||
* Your external LMS might also require that you use a specific part of the | ||||||
course for graded content. For example, in Canvas, you must add the LTI URL | ||||||
|
@@ -64,4 +51,8 @@ For more information about constructing an LTI URL for a course component, see | |||||
|
||||||
:ref:`Example: edX as an LTI Provider to Canvas<edX as an LTI Provider to Canvas>` (reference) | ||||||
|
||||||
:ref:`Example: edX as an LTI Provider to Blackboard<edX as an LTI Provider to Blackboard>` (reference) | ||||||
:ref:`Example: edX as an LTI Provider to Blackboard<edX as an LTI Provider to Blackboard>` (reference) | ||||||
|
||||||
:ref: `edX as an LTI Provider to Canvas` (reference) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where is this reference and why is it not Open edX? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This reference is the Open edX repository, but the tag name of that file wasn't modified to prevent the broken links. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated the references to use the correct tags: 4daafbe. Thanks! |
||||||
|
||||||
:ref: `edX as an LTI Provider to Blackboard` (reference) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated the references to use the correct tags: 4daafbe. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rewrite this paragraph because it is confusing, it talks about "Open edX" as a thing when really it needs to be discussing your specific Open edX instance.
When you include problem components from a graded subsection in your Open edX instance in an external LMS, your Open edX instance will grade the learner responses to those problems. Your instance then transfers the learner scores back to the external LMS. This exchange between an external LMS, your Open edX instance, and the external LMS again is near real time. It can take a few moments to complete this exchange for a single problem component, and up to several minutes to return aggregated scores of all the problems in a unit or subsection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!, I applied your suggestion: 1d2621d