Added monitoring totals into submission data.
This commit is contained in:
parent
d7b018638f
commit
d3147da9aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user