# Hide ALL replies to Topics in a Category by default using Spoiler Text Plugin

**URL:** https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161
**Category:** Support
**Tags:** spoiler-alert
**Created:** [May 7, 2023, 6:15pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161 "2023-05-07T18:15:16Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![HonestOpinions](https://avatars.discourse-cdn.com/v4/letter/h/7c8e57/32.png) [@HonestOpinions](https://meta.discourse.org/u/HonestOpinions)
#### Post date: [May 7, 2023, 6:15pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/1 "2023-05-07T18:15:16Z")

</div>

Hey team,  
I am planning to use Discourse for higher education. I would share questions, and students would answer as short answers. I would want to hide all answers as spoilers so everyone can attempt these without bias. I can hide my final answer using the Spoiler Alert plugin, but users are not that tech savvy, and they will NOT put in the effort to hide their answers as spoiler text.

Example: If I ask: What is the capital of Japan?  
The first person will answer Tokyo, and the others will have zero motivation to attempt this question.

Is there any way that I can automate this? I searched the forums and could not find an answer to this.

If it matters, I am on the free Discourse Creator plan, so I may not have the ability to do a lot of edits.

Thanks.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [May 7, 2023, 6:38pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/2 "2023-05-07T18:38:00Z")

</div>

Maybe the [Reply Template](https://meta.discourse.org/t/reply-template/162373) theme component helps you.

You could put a template like this under your question:

```plaintext
[wrap=template key="template-name"]
[spoiler]

<!--Please write your answer here-->

[/spoiler]
[/wrap]

```

---

<div class="post-metadata">

### Author: ![HonestOpinions](https://avatars.discourse-cdn.com/v4/letter/h/7c8e57/32.png) [@HonestOpinions](https://meta.discourse.org/u/HonestOpinions)
#### Post date: [May 7, 2023, 10:19pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/3 "2023-05-07T22:19:37Z")

</div>

This is a great suggestion! Ideally it would be great if I can automate it but this would work for sure.

Thanks, Moin.

---

<div class="post-metadata">

### Author: ![HonestOpinions](https://avatars.discourse-cdn.com/v4/letter/h/7c8e57/32.png) [@HonestOpinions](https://meta.discourse.org/u/HonestOpinions)
#### Post date: [May 7, 2023, 10:22pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/4 "2023-05-07T22:22:43Z")

</div>

Is there a way we can change the Label for the “Use template as a reply button”?

---

<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: [May 8, 2023, 5:27pm UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/5 "2023-05-08T17:27:02Z")

</div>

> [@HonestOpinions](#):
>
> I am planning to use Discourse for higher education.

That’s how I started using Discourse. I used a system of badges and a script that would update a CSV file that I could then upload to the university LMS to update their grades. I am no longer a university profess, but a full-time Discourse consultant.

> [@HonestOpinions](#):
>
> Is there a way we can change the Label

Yes! You can [Customize any text in Discourse](https://meta.discourse.org/t/customize-any-text-in-discourse/36092)

See also [Discourse Private Replies](https://meta.discourse.org/t/discourse-private-replies/146712)

---

<div class="post-metadata">

### Author: ![HonestOpinions](https://avatars.discourse-cdn.com/v4/letter/h/7c8e57/32.png) [@HonestOpinions](https://meta.discourse.org/u/HonestOpinions)
#### Post date: [May 11, 2023, 7:07am UTC](https://meta.discourse.org/t/hide-all-replies-to-topics-in-a-category-by-default-using-spoiler-text-plugin/264161/6 "2023-05-11T07:07:51Z")

</div>

Thanks. Can you please elaborate on the first link you shared ? How can I use it for my purpose.
