Added monitoring totals into submission data.

This commit is contained in:
neviyn 2018-09-21 10:12:15 +01:00
parent d7b018638f
commit d3147da9aa

View File

@ -214,11 +214,11 @@ export default {
tutorIds: this.tutors, tutorIds: this.tutors,
observed: this.description, observed: this.description,
type: this.type, type: this.type,
monitoring: "", monitoring: this.totals[0],
control: "", control: this.totals[1],
conservatism: "", conservatism: this.totals[2],
teamwork: "", teamwork: this.totals[3],
knowledge: "", knowledge: this.totals[4],
rawData: this.observations rawData: this.observations
}) })
.then(function(response) { .then(function(response) {