diff --git a/app/components/form/response/response-form.hbs b/app/components/form/response/response-form.hbs index acfd0b027..08ffae72b 100644 --- a/app/components/form/response/response-form.hbs +++ b/app/components/form/response/response-form.hbs @@ -7,7 +7,7 @@ {{form/response/multiple-choice-question question question.linkedAnswers - updateAnswers=(action 'updateMultipleChoiceAnswers') + updateAnswers=this.updateMultipleChoiceAnswers data-test-closed-question=question.id }} {{else}} diff --git a/app/components/forms/activity-form.hbs b/app/components/forms/activity-form.hbs index 3cdfca295..2f9345ac1 100644 --- a/app/components/forms/activity-form.hbs +++ b/app/components/forms/activity-form.hbs @@ -3,7 +3,7 @@