OthersWebQuiz compilation and html output file empty

Information and discussion about other tools not listed above.
Post Reply
Feryal
Posts: 2
Joined: Tue Jul 14, 2020 12:50 pm

WebQuiz compilation and html output file empty

Post by Feryal »

Hi
This is my first post on this forum.
I'm working on the WebQuiz package. I started with first example given by the reference document webquiz.pdf. After pdflatex compilation of my first example (Quiz-1.tex), I get the pdf output document and it's ok (as explained on WebQuiz.pdf reference). But when I made the webquiz compilation (webquiz Quiz-1.tex), I get the html output document but a little empty (see figure please, displayed by Safari). I checked on the Safari preferences and the Javascript is active.
I've any compilation errors.
Could'you please help me ? Thank you very much.


\documentclass[language=french]{webquiz}
\title{Quiz Français}
\title{An easy example}
\begin{document}
\begin{question} % a quiz question
Sous forme inéquation, $x \in[1,2] $ s'écrit aussi
\begin{choice}[columns=2]
\correct $1\le x\le 2$
\incorrect $1\ge x\ge 2$
\feedback l'ordre croissant est-il respecté?
\incorrect $1<x<2$
\feedback l' intervalle est-il ouvert ou ferme\'e?
\incorrect $1<x\le 2$
\feedback Les bornes sont-elles incluses ou exclues?
\end{choice}
\end{question}
\end{document}
Attachments
Capture d’écran 2020-07-14 à 10.22.21.png
Capture d’écran 2020-07-14 à 10.22.21.png (25.79 KiB) Viewed 12310 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply