Scoring Form

scoring form response

post
/v2/form/form/response/score

scoring form response

Authorizations
AuthorizationstringRequired
Query parameters
responseIdstringOptional

id of response

Body
correctsstring[]Optional

list question id that corrects

Example: 637733b764d756b41d9ad7d8
Responses
200

Response

application/json
post
/v2/form/form/response/score
POST /v2/form/form/response/score HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "corrects": [
    "637733b764d756b41d9ad7d8"
  ]
}
200

Response

{
  "message": "success",
  "status": true
}

Last updated