POST restapi/personal/person/progress/lte/{learningObjectId}/{learningObjectInstanceId}/grade/v1
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| learningObjectId | integer |
Required |
|
| learningObjectInstanceId | integer |
Required |
Body Parameters
Itslearning.RestApi.Entities.Personal.ScoreBasedGrade| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxScore |
Max score. |
decimal number |
None. |
| Score |
Given score. |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaxScore": 1.1,
"Score": 2.1
}
application/xml, text/xml
Sample:
<ScoreBasedGrade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Itslearning.RestApi.Entities.Personal"> <MaxScore>1.1</MaxScore> <Score>2.1</Score> </ScoreBasedGrade>
application/x-www-form-urlencoded
Sample:
No sample available
Response Information
Resource Description
None.