POST ./questionnaires/results/{frID}/grade

It is used by teacher to add a grade on a questionnaire result. The frID represent the resultID.

Path parameters

NameValue TypeValidationDetails
frIDintRequiredThe result ID

GET parameters

NameValue TypeValidationDetails
gradeintRequiredThe grade
descriptionstringOptionalYou can set an observation
uaIDintRequiredThe student ID who fill the form.

Output example

{
"success": true
}