Forum: support


RE: Demo file exams2forms with Quarto [ Reply ] By: Achim Zeileis on 2025-02-15 19:18 | [forum:50060] |
Thanks for your interest. On the exams2forms tutorial page we have the two files quiz.Rmd and questions.Rmd that show how to embed R/exams exercises. The R code chunks in Quarto files is the same because the R code in both Rmd and qmd files is processed by knitr. It's just that the header in .qmd files would look different and you need to embed webquiz.js and webquiz.css in these files in some way. For example: format: html: css: - webquiz.css include-after-body: - webquiz.js |
Demo file exams2forms with Quarto [ Reply ] By: Silvio Tai on 2025-02-15 17:47 | [forum:50059] |
I am just starting to learn how to use r/exams and would like to know if anyone have a demo file for applying exams2forms for Quarto, such as the quiz.Rmd file on the website https://www.r-exams.org/tutorials/exams2forms/. |