webexercises
webexercises copied to clipboard
RMarkdown tools for creating self-guided web exercises
Hello! I have trouble using webexerises with revealjs. The problem is, when I want to create a exercise where an input field is required, the library creates this for me:...
If you use `quarto_add()` a then just add `lightbox: true` to the created *_quarto.yml* document, the webexercises don't work. As I love both of these awesome functionalities, I would love...
I'm using `webexercises` for my [interactive math exercises](https://www.mathe4wiwi.org/training/). As the exercises is in German many students use a [decimal comma rather than a decimal point](https://en.wikipedia.org/wiki/Decimal_separator). So to allow for this...
I have a quarto book that has a table using `rmarkdown::paged_table()`. This worked fine until I add webexercises with `add_to_quarto()`. I think there is some sort of conflict in the...
`webexercises` looks wonderful and I'm looking forward to using it! After I did `add_to_quarto()`, it broke my yml: ``` add_to_quarto() webex.css, webex.js, and webexercises.qmd updated ./_quarto.yml updated ERROR: Project _quarto.yml...
Hi, Thanks for this great package. I'm using it in the materials of a new course I'm writing in quarto and when I used your (great) *add_to_quarto.R* script my exercises...
Give all options a default non-empty name if the name isn't set to "answer" so that the resulting HTML is technically correct. Options without values trigger an HTML warning that...
Think about a way to control answer styles with CSS instead of JS so webexercises will work in epubs.