Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
FYI, there is a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm looking for some advice on how to compile exercises with and without solutions for a website. Right now, I have the course material in the following structure
and I compile and include these via listings. I'm aware that you can make the exercises documents so that, if you compile them with a certain parameter, e.g.
quarto render exercises.qmd -P par:TRUE
, then they're compiled with solutions (as code blocks). I wonder how I most easily can compile the exercises with solutions and include them somehow in the site. I can't seem to pass a parameter to a listing. Any suggestions?Beta Was this translation helpful? Give feedback.
All reactions