Good evening Samuel,
I am one of the devs of the exams2forms
package and had a short exchange with Achim today. Great to hear that you are putting the package to good use - and beyond!
Just had about 1h today, trying to adjust our package to work with revealjs (thanks @Achim for the minimal). I have updated webex.css
and wrote a demo quarto document.
I am using the latest development version of our package, if you try it yourself please:
Install exams2forms
via r-forge
install.packages("exams2forms", repos="http://R-Forge.R-project.org")
`Take the latest webex.css
and webex.js
from the development version (https://r-forge.r-project.org/scm/viewvc.php/pkg/exams2forms/inst/webex/?root=exams).
I have uploaded the .qmd
I am using as a gist on GitHub:
Rendered via quarto render devslides.qmd
(Quarto 1.5.55, R 4.4.2, Ubuntu 24.04.2 LTS) this is what I get:
I've tested it locally with Chromium, Firefox, and Brave and everything seems to work fine. Except the word "Solution." on the last slide.
This is just a quick fix (proof of concept); we will need to adjust a few things to make it fit the revealjs format (tbd).
All the best!