Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
72 stars 18 forks source link

Improve quiz generation #55

Open Romern opened 3 years ago

Romern commented 3 years ago

See https://github.com/Romern/syncMyMoodle/pull/54

septatrix commented 3 years ago

This should be possible by using the mod_quiz webservices. Maybe just generating a clean HTML from them with embedded mathjax is sufficient?

n0toose commented 1 year ago

Which are the criteria for this issue to be considered as complete?

septatrix commented 1 year ago

Preferably wkhtmltopdf should not have a fixed delay but instead wait until MathJax is finished. This would require injecting some js into the page.

Alternatively Quizzes may be rendered manually using e.g. Latex but that seems even more cumbersome.