learnr icon indicating copy to clipboard operation
learnr copied to clipboard

Interactive Tutorials with R Markdown

Results 108 learnr issues
Sort by recently updated
recently updated
newest added

If I try to include a child document, it works the first time a tutorial is run, but then errors the second time because it cannot find the child document...

Inside of my learnr tutorial, I'm getting warnings whenever I use `else if`. See below (lines 6, 8, 10): ![image](https://user-images.githubusercontent.com/78619678/115075834-b491c800-9ec9-11eb-8a6c-a0e426eaf7c3.png) Here is the code for the exercise and its solution...

Currently, quizzes with multiple questions created via this markdown ````markdown ```{r quiz} quiz( question("Which package contains functions for installing other R packages?", answer("base"), answer("tools"), answer("utils", correct = TRUE), answer("codetools") ),...

We would like to create an R learning website for journalists with **several** skills lessons and "data recipes". Would it be possible to do that with learnr and if so,...

We're developing a set of tutorials for a remote course. At the end of the course, there will be some form of open exam, during which students can bring their...

Thanks for this lovely package. Multiple choice questions are very slow to load especially when you have a big tutorial. Is there any way to speed up loading time?

Motivation: Pedagogically, it can sometimes be useful to provide a long list of distractors. It's also helpful to be able to ask many short questions. Regrettably, the question options in...

The [OpenIntro ims-tutorial](https://openintrostat.github.io/ims-tutorials/) provides a huge and comprehensive interactive course with the `learnr` package. Each book chapter is a tutorial on its own. Each chapter has several voluminous Rmd files,...

Apologies for opening the issue #500 again as it was closed. `df_print: paged ` does not work with SQL chunk. ``` con

We should think through the best approach for using SQL exercises in learnr documents. Currently, the following small tutorial won't work ```` --- title: "SQL" output: learnr::tutorial runtime: shiny_prerendered ---...