Ministerio Maná Ministerio Maná
const id = 'quiz-' + Math.random().toString(36).slice(2); const title = Astro.props.title || 'Mini‑quiz'

{title}

    {questions.map((q, qi) => (
  1. {q.q}
    {q.options.map((opt, oi) => ( ))}
  2. ))}