-
Locate the chapter's
<details>tag (it should be at the bottom of the R Markdown file). You can start an exercise right below the<summary>🤸 Вправи</summary>line. -
If the exercise does not contain an image or a code block, one can use the
jsquiz::generate_mcq()function from the{jsquiz}package. Start by adding a new R code chunk with the following optionsresults='asis', message=FALSE, echo=FALSE, i.e.:```{r, results='asis', message=FALSE, echo=FALSE} # your function goes here