@if (question && (question.text || question.text === '')) {
@if (a11yAnnouncement) {
{{ a11yAnnouncement }}
}
@for (item of question.items; track item.id) {
@if (dragDisabled) {
@if (item.correctClass === 'correct') {
} @else if (item.correctClass === 'incorrect') {
} @else if (item.correctClass.startsWith('partial')) {
}
}
@if (!dragDisabled) {
}
}
}