{{ questionIdx() + 1 }}. {{ question().question }}

@if (question().answers.length > 1) { @for (answer of question().answers; track answer; let i = $index) {
} } @else { @if (firstAnswer.open) {
} }