Token Configuration

@if (configMinNumberOfAnswers() > 0) { Please answer at least {{ configMinNumberOfAnswers() }} of the following questions. }
@for (question of configQuestions(); track question; let i = $index) { {{ question.question }} }
@if (questionForm().hasError("minAnswers") && questionForm().touched) { At least {{ configMinNumberOfAnswers() }} answers are required. }