Read the question, formulate your answer, and then click to reveal the correct explanation.
{{ q.q }}
<button
v-if="!answers[q.id]"
@click="toggleAnswer(q.id)"
class="text-sm font-600 text-copper hover:text-copper-hover transition-colors flex items-center gap-2"
>
Reveal Answer
</button>
{{ q.a }}
<button
@click="toggleAnswer(q.id)"
class="text-xs font-600 text-text-muted hover:text-text-main transition-colors"
>
Hide Answer
</button>
