diff --git a/frontend/src/views/Observation.vue b/frontend/src/views/Observation.vue index f90301e..a30899d 100644 --- a/frontend/src/views/Observation.vue +++ b/frontend/src/views/Observation.vue @@ -214,11 +214,11 @@ export default { tutorIds: this.tutors, observed: this.description, type: this.type, - monitoring: "", - control: "", - conservatism: "", - teamwork: "", - knowledge: "", + monitoring: this.totals[0], + control: this.totals[1], + conservatism: this.totals[2], + teamwork: this.totals[3], + knowledge: this.totals[4], rawData: this.observations }) .then(function(response) {