GET ./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
uaIDintRequiredThe student ID who filled the form.

Output example

{
"meta": {
"countTotal": 1,
"countData": 1,
"countOffset": "0"
},
"data": {
"frpID": "16504697",
"frpResultID": "10897",
"frpFillerUaID": "211892",
"frpAvgProgress": "100",
"frpGrade": "5",
"frpGradeDescription": "asdqwe123"
}
}