{question.kind === 'idea' ? 'Open idee' : 'Open in Sprint'}
{question.question}
{question.options && question.options.length > 0 && (
Kies een van de opties:
{question.options.map((opt) => (
))}
)}
0 ? 'space-y-1 border-t pt-4' : 'space-y-1'}>
{question.options && question.options.length > 0 && (
Of typ een eigen antwoord
)}