Hi Christian,
I have been experimenting with embedding numbas content into other pages as described in
https://docs.numbas.org.uk/en/latest/embedding.html, and I've run into two issues which I need some help with.
Results can be seen here:
https://whaynes.github.io/numbas/Based on the code here:
https://github.com/whaynes/numbas1. The questions seem to be reserving space for the advice, but I would like that space to be collapsed until it is needed.
2. The first and third question use image files in their advice. These images are stored in each question's
resources/question-resources directory, but the common code is looking for
question-resources in the top level
resources directory so the images aren't found. How can I make this work without merging all question-resources into the top level directory?
Will