fix: fixed spelling nextQuetion -> nextQuestion
This commit is contained in:
@@ -207,7 +207,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
v-else-if="activeQuestion != questions.length"
|
v-else-if="activeQuestion != questions.length"
|
||||||
@click="nextQuetion()"
|
@click="nextQuestion()"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{{ __('Next') }}
|
{{ __('Next') }}
|
||||||
@@ -544,7 +544,7 @@ const addToLocalStorage = () => {
|
|||||||
localStorage.setItem(quiz.data.title, JSON.stringify(quizData))
|
localStorage.setItem(quiz.data.title, JSON.stringify(quizData))
|
||||||
}
|
}
|
||||||
|
|
||||||
const nextQuetion = () => {
|
const nextQuestion = () => {
|
||||||
if (!quiz.data.show_answers && questionDetails.data?.type != 'Open Ended') {
|
if (!quiz.data.show_answers && questionDetails.data?.type != 'Open Ended') {
|
||||||
checkAnswer()
|
checkAnswer()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user