protected nextQuestion()

in src/app/quiz/quiz.component.ts [125:130]


  protected nextQuestion() {
    this.message.set('');
    this.currentTranslationIndex.update((idx) => {
      return idx + 1;
    });
  }