show_ex_toc | R Documentation |
For the various exercise types (h5p, shiny apps, learnrs & GitHub
assignments/challenges) we add toc entries with h5p()
, launch_shiny()
,
learnr()
, assignment()
, and challenge()
respectively. This function
creates the table of content for all these exercises.
show_ex_toc(header = "", clear.it = TRUE)
clean_ex_toc()
header |
A Markdown text to place as header of the exercises toc. |
clear.it |
Do we clear the toc list ( |
The Markdown chunk with the exercises toc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.