Description Usage Arguments Value Author(s) Examples
Create check-fields and check-boxes for 'rmarkdown'
1 2 3 4 5 | check_hint(
hint_text,
hint_title = "Click here to see/close the hint",
hint_id = sample(1e+05:1, 1)
)
|
hint_text |
hint paragraph text; can contain markdown |
hint_title |
click paragraph text; can contain markdown |
hint_id |
unique identidier of the question |
returns the html and javascript code
George Moroz <agricolamz@gmail.com>
1 2 3 | # ```{r, results='asis', echo=FALSE}
# check_hint("You can use argument `asis`!")
# ```
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.