Hello,
We are trying to send an LTI 1.1 grade update request to moodle 3.8(http://3plcgmoodleprd.prd-prsn.com/moodle38/) instance with a null grade value.
Request Body:
<?xml version="1.0" encoding="UTF-8"?>
<imsx_POXEnvelopeResponse xmlns="http://www.imsglobal.org/services/ltiv1p1/xsd/imsoms_v1p0">
<imsx_POXHeader>
<imsx_POXResponseHeaderInfo>
<imsx_version>V1.0</imsx_version>
<imsx_messageIdentifier>1018505128</imsx_messageIdentifier>
<imsx_statusInfo>
<imsx_codeMajor>failure</imsx_codeMajor>
<imsx_severity>status</imsx_severity>
<imsx_description>Score must be numeric</imsx_description>
<imsx_messageRefIdentifier>637907331</imsx_messageRefIdentifier>
<imsx_operationRefIdentifier>replaceResultRequest</imsx_operationRefIdentifier>
</imsx_statusInfo>
</imsx_POXResponseHeaderInfo>
</imsx_POXHeader>
<imsx_POXBody>
<replaceResultResponse/>
</imsx_POXBody>
</imsx_POXEnvelopeResponse>
Can we know whether Moodle does not support a "null" grade update for LTI 1.1 or is there any other method we can follow to send a grade update request with a "null" grade?