Skip to content
My shortcode for Questions

My shortcode for Questions

19 de abril de 2026

This shortcode is useful for displaying questions with hidden solutions. Question numbers and answer option letters are automatically generated. This shortcode supports PlantUML and code rendering shortcodes.

Usage

The following example shows how to use the shortcode and its rendered output.

Code

{{< lista-questoes >}}

{{< questao >}}

The question description

{{< alternativa >}}
Question alternative
{{< /alternativa >}}

{{< alternativa >}}
Question alternative
{{< /alternativa >}}

{{< solucao letra="B" >}}
The question solution
{{< /solucao >}}

{{< /questao >}}

{{< /lista-questoes >}}

Result

Questão 1
The question description
  • A. Question alternative
  • B. Question alternative
  • Last updated on