-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
I've been writing business tutorials lately that require that all sections of content are completed before receiving a certification and generating an output of documents on the last page.
It would be great to be able to use progressive reveal at the topic level so that the Level 2 headers aren't revealed in the table of contents until the previous topic's subtopics have been completed so no one just skips to the end and generates the completion certificate without going through the previous tutorial steps!
Enabled for the whole document as:
---
title: "business tutorial"
output:
learnr::tutorial:
theme: "flatly"
progressive-topic: true
allow-topic-skip: true
runtime: shiny_prerendered
And enabled or disabled for specific topics:
## Topic { data-progressive-topic: true }
Metadata
Metadata
Assignees
Labels
No labels