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,
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) {