|
42 | 42 | b.) Currently only action "update" is supported. "Read", and "delete"
|
43 | 43 | actions initially weren't required.
|
44 | 44 | B) LTI 2.0 Result Service JSON REST endpoint
|
45 |
| - (http://www.imsglobal.org/lti/ltiv2p0/uml/purl.imsglobal.org/vocab/lis/v2/outcomes/Result/service.html) |
| 45 | + (http://www.imsglobal.org/lti/ltiv2p0/uml/purl.imsglobal.org/vocab/lis/v2/outcomes/Result/service.html) |
46 | 46 | a.) Discovery of all such LTI http endpoints for a course. External tools GET from this discovery
|
47 | 47 | endpoint and receive URLs for interacting with individual grading units.
|
48 | 48 | (see lms/djangoapps/courseware/views/views.py:get_course_lti_endpoints)
|
@@ -561,27 +561,27 @@ def grade_handler(self, request, suffix): # lint-amnesty, pylint: disable=unuse
|
561 | 561 |
|
562 | 562 | <?xml version = "1.0" encoding = "UTF-8"?>
|
563 | 563 | <imsx_POXEnvelopeRequest xmlns = "some_link (may be not required)">
|
564 |
| - <imsx_POXHeader> |
565 |
| - <imsx_POXRequestHeaderInfo> |
566 |
| - <imsx_version>V1.0</imsx_version> |
567 |
| - <imsx_messageIdentifier>528243ba5241b</imsx_messageIdentifier> |
568 |
| - </imsx_POXRequestHeaderInfo> |
569 |
| - </imsx_POXHeader> |
570 |
| - <imsx_POXBody> |
571 |
| - <replaceResultRequest> |
572 |
| - <resultRecord> |
573 |
| - <sourcedGUID> |
574 |
| - <sourcedId>feb-123-456-2929::28883</sourcedId> |
575 |
| - </sourcedGUID> |
576 |
| - <result> |
577 |
| - <resultScore> |
578 |
| - <language>en-us</language> |
579 |
| - <textString>0.4</textString> |
580 |
| - </resultScore> |
581 |
| - </result> |
582 |
| - </resultRecord> |
583 |
| - </replaceResultRequest> |
584 |
| - </imsx_POXBody> |
| 564 | + <imsx_POXHeader> |
| 565 | + <imsx_POXRequestHeaderInfo> |
| 566 | + <imsx_version>V1.0</imsx_version> |
| 567 | + <imsx_messageIdentifier>528243ba5241b</imsx_messageIdentifier> |
| 568 | + </imsx_POXRequestHeaderInfo> |
| 569 | + </imsx_POXHeader> |
| 570 | + <imsx_POXBody> |
| 571 | + <replaceResultRequest> |
| 572 | + <resultRecord> |
| 573 | + <sourcedGUID> |
| 574 | + <sourcedId>feb-123-456-2929::28883</sourcedId> |
| 575 | + </sourcedGUID> |
| 576 | + <result> |
| 577 | + <resultScore> |
| 578 | + <language>en-us</language> |
| 579 | + <textString>0.4</textString> |
| 580 | + </resultScore> |
| 581 | + </result> |
| 582 | + </resultRecord> |
| 583 | + </replaceResultRequest> |
| 584 | + </imsx_POXBody> |
585 | 585 | </imsx_POXEnvelopeRequest>
|
586 | 586 |
|
587 | 587 | Example of correct/incorrect answer XML body:: see response_xml_template.
|
|
0 commit comments