I am using R markdown to create a PDF R course. I want to insert a quiz like the following:
--- output: pdf_document --- What is the class of the following R ob
I wasn't thinking of a full shiny app, but something like this .Rmd
--- output: html_document --- ## q1 what is `class(pi)?` ```{r} class(pi) ``` Show/hide
And then to click