Closed pablgonz closed 4 years ago
This would be possible but it would take a lot of work to produce interactive PDF versions of these quizzes. This could be done entirely in the latex class file, so no python required. In fact, this would really be an entirely new package because currently the LaTeX output is only for checking the questions, not for displaying the quiz. It's a nice idea but not something that I have time to work on now.
Andrew
I know that the spirit of WebQuiz is not the pdf format, but, I expose my idea as a request.
You could adapt the WebQuiz to create a quiz in
.pdf
format usingocgx2
andtcolorbox
?The visual style used by
WebQuiz
is clear and striking for a student, I think you can get something very close usingtcolorbox
and for the alternatives/questions I thinkocgx2
fits well.My reasoning, some teachers don't have access to a decent server to be able to use all the power of
WebQuiz
, but, if we can create a good interactivepdf
:)I don't know much about
Python3
, I just know it's very flexible and maybe it can be adjusted to this.It's just an idea, if it's not feasible, close this issues.
Thank you for your time.