const list = [
{ id: 0, title: 'variants', answers: [], correctId: 1, incorrectId: 2 }, // для простоты первый всегда первый
{ id: 1, title: 'variants', answers: [], correctId: 2, incorrectId: 2 }, // а вот тут типа пропуск вопроса возможен
{ id: 2, title: 'variants', answers: [], correctId: 3, incorrectId: 3 },
{ id: 3, title: 'variants', answers: [] } // последний - без переходов
]