shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

set preview_feedback in yaml for render_qtijs #210

Open johannes-titz opened 2 months ago

johannes-titz commented 2 months ago

Is this possible without changing anything? There is params, but I guess it will need to grap the values first. Currently one solution is to modify mfb directly, but not possible in rstudio viewer, I suppose.

shevandrin commented 2 months ago

I added it. To test it you need to put 'params' in Rmd-yaml like this:

---
type: order
params:
    preview_feedback: true
knit: rqti::render_qtijs