You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formats vignette mentions that learnr files can be used as slidy or ioslodes presentations which would be great! But there are a few issues I came across with the following reprex:
both disregard tutorial_options(exercise.eval = FALSE) and render the code chunk anyway
the hint works with slidy but isn't visible with ioslides
You can only ever print the current slide via the browser print function with slidy (it works great with ioslides)
I have tested this on multiple PCs with both chrome and firefox but I have not found a way to print all slides at once with slidy
These might be minor things but break our use case: lecture presentations with embedded exercises/code chunks for demonstration and additional exercises for the students to solve on their own (but also part of the slides). Slidy would work for this if not for the broken printing feature as most of our students do print lectures on paper to add notes (or use a tablet+pen with pdf) .
Hello,
thanks for the package!
The formats vignette mentions that learnr files can be used as
slidy
orioslodes
presentations which would be great! But there are a few issues I came across with the following reprex:Issues
tutorial_options(exercise.eval = FALSE)
and render the code chunk anywayslidy
but isn't visible withioslides
slidy
(it works great withioslides
)slidy
These might be minor things but break our use case: lecture presentations with embedded exercises/code chunks for demonstration and additional exercises for the students to solve on their own (but also part of the slides). Slidy would work for this if not for the broken printing feature as most of our students do print lectures on paper to add notes (or use a tablet+pen with pdf) .
Session Info
The text was updated successfully, but these errors were encountered: