|
|
@@ -55,6 +55,7 @@ export default {
|
|
55
|
55
|
invalidResponse: false,
|
|
56
|
56
|
}),
|
|
57
|
57
|
async created() {
|
|
|
58
|
+ // TODO: Troubleshoot bug where memberships are not returned from backend with 500 err
|
|
58
|
59
|
// TODO: Troubleshoot bug where not all responses are returned at SurveyCompleteView
|
|
59
|
60
|
console.log('currentProfile :=>', currentProfile)
|
|
60
|
61
|
this.survey = await surveyFactory.createSurvey()
|
|
|
@@ -115,7 +116,6 @@ export default {
|
|
115
|
116
|
})
|
|
116
|
117
|
},
|
|
117
|
118
|
async updateAnswers(payload) {
|
|
118
|
|
- console.log('this.survey.steps :=>', this.survey.steps)
|
|
119
|
119
|
if (payload) {
|
|
120
|
120
|
const k = payload.question.survey_stage
|
|
121
|
121
|
this.answered[k] = payload.input
|