Include Summary/Details block.
includeQuestion(
summary,
detail,
summary_label = "Quiz",
detail_label = "Answer",
...
)HTML5 summary/details block is inserted.
character. Text to show, typically, question string.
character. Texts to hide, typically, answer string.
character. Label for the open block.
character. Label for the hidden block.
character. Concatenated with the detail argument.