Garrick Aden-Buie

Results 250 issues of Garrick Aden-Buie

R errors in submitted exercise code use the error message but are missing the complete call. IIRC, in our new render exercise flow, we're reconstructing the error output using the...

[bslib](https://rstudio.github.io/bslib) is close to being supported in learnr, but learnr's [custom components need to be updated](https://rstudio.github.io/bslib/articles/theming.html#custom-components).

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 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 ---...

- [ ] Update docs to describe how to write exercises in other languages - [ ] Discuss grading of polyglot exercises - [ ] Link to https://learnr-examples.shinyapps.io/polyglot/

This issue was original reported in gradethis by two users. The most likely to be reproducible report was from @JamesSul in https://github.com/rstudio-education/gradethis/issues/142: > This doesn't happen on every problem, but...

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/bigD/blob/main/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/bigD/issues), whether open or closed, comment on...

Type: ☹︎ Bug

I just learned that `stringi` has `stri_rand_lipsum()` that generates paragraphs of text. ```r stringi::stri_rand_lipsum(3, start_lipsum = FALSE) ```

It might be useful to add an option to enable formatting via markdown characters, e.g. bold, italics, code.

So that it can remember the user's preference between sessions