# Quiz form with explanations?

**URL:** https://meta.discourse.org/t/quiz-form-with-explanations/393735
**Category:** Support
**Created:** [January 18, 2026, 1:26am UTC](https://meta.discourse.org/t/quiz-form-with-explanations/393735 "2026-01-18T01:26:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bck055](https://avatars.discourse-cdn.com/v4/letter/b/22d042/32.png) [@bck055](https://meta.discourse.org/u/bck055)
#### Post date: [January 18, 2026, 1:26am UTC](https://meta.discourse.org/t/quiz-form-with-explanations/393735/1 "2026-01-18T01:26:28Z")

</div>

Do we have any quiz form with explanations?

Eg. we make the quiz with four answers, when we choose the answer popup show the explanation, after choose the answer, we can review the results.

Thanks for your supports.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [January 18, 2026, 1:34am UTC](https://meta.discourse.org/t/quiz-form-with-explanations/393735/2 "2026-01-18T01:34:09Z")

</div>

I don’t think there is a way to do quizzes per-user without a plugin. The only similar thing I know of is #polls.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [January 18, 2026, 9:00am UTC](https://meta.discourse.org/t/quiz-form-with-explanations/393735/3 "2026-01-18T09:00:32Z")

</div>

Take a look at the following, you might be able to create a quiz:

> [@AI Artifact User storage](https://meta.discourse.org/t/ai-artifact-user-storage/369822):
>
> In [December](https://meta.discourse.org/t/announcing-ai-web-artifacts/339979), we announced support for Web Artifacts confetti_ball In the intervening months, LLMs have gotten even more powerful. I am very happy to announce AI Artifact storage. The following is a short survey that was generated entirely in a Discourse Artifact using user storage. Let us know how you are feeling about AI! Read more about it at: This is an opening move, and I can see this system growing and enabling all sorts of extremely cool uses to help empower communities: Surve…

You could also look at:

> [@Introducing Form Templates](https://meta.discourse.org/t/introducing-experimental-form-templates/278631):
>
> star This feature is no longer experimental! Go here to learn more about the feature and how to use it in your community: [Creating form templates](https://meta.discourse.org/t/creating-form-templates/397564) Hello, Discourse Meta Community! We are excited to introduce a new experimental feature, form templates. With it, you can enforce a structured form with data validation as part of the topic creation flow. [multiple\_form\_templates] Enabling the feature The feature is hidden behind a site-wide experimental flag. To enable it, just turn on the exp…

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [January 18, 2026, 12:31pm UTC](https://meta.discourse.org/t/quiz-form-with-explanations/393735/4 "2026-01-18T12:31:30Z")

</div>

It would be a fairly complicated plugin. You’d need topic custom fields to store at least the answer, or probably the correct answer and the feedback for each answer/foil. Then you’d need a new model to store the user’s answers. Back when I was an educational researcher I made similar applications and studied how feedback helped prior learn.

I don’t suppose you have a budget.
