Skip to content
Snippets Groups Projects
Commit 5e0dc630 authored by Milan Jaros's avatar Milan Jaros
Browse files

f

parent f749bdc6
No related branches found
No related tags found
1 merge request!1Ncc v2.2.4
......@@ -76,7 +76,7 @@
<label
ref="label"
:for="`${id}-answer-${answer.id}`"
class="question__label">{{ '[' + answer.questionId + '/' + answer.id + '] ' }}</label>
class="question__label">{{ '[' + answer.questionId + '/' + answer.id + '] ' }}</label>
</div>
</template>
......
......@@ -253,10 +253,12 @@ export default {
continue // no answers, go to next question
} else {
this.question_index = this.question_index + 1
showSuccess(t('forms', 'Next Question'))
return
}
} else {
this.question_index = this.question_index + 1
showSuccess(t('forms', 'Next Question'))
return
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment