Scoring Submission
Scoring student submission for admin and mentor
Authorizations
AuthorizationstringRequired
Body
classroomIdintegerOptional
id of classroom
mentorNotesstringOptional
given notes from mentor
scoreintegerOptional
given score from mentor (0-100)
topicIdintegerOptional
id of topic / assignment
userIdintegerOptional
id of student
Responses
200
Response
application/json
post
/v1/assignment/scorePOST /v1/assignment/score HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"classroomId": 1,
"mentorNotes": "text",
"score": 1,
"topicId": 1,
"userId": 1
}200
Response
{
"data": {
"moduleId": 1,
"title": "text",
"kind": "assignment",
"classroomId": 1,
"deadline": "2024-01-30 23:59:59",
"description": "text",
"externalId": "text",
"type": "studio",
"attachments": [
"text"
]
},
"message": "success",
"status": true
}Last updated