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