From a1dd70137476fd6cbd5077c964f49a9ff65faf84 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 10 Jun 2020 11:59:46 +0200 Subject: [PATCH] Ajout de l'executable --- execQCMLatex.jar | Bin 0 -> 1699 bytes test.tex | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 execQCMLatex.jar create mode 100644 test.tex diff --git a/execQCMLatex.jar b/execQCMLatex.jar new file mode 100644 index 0000000000000000000000000000000000000000..3c6408ee6bde15c1950cb74e74b4ee64b27621a7 GIT binary patch literal 1699 zcmZ{ldsGr;7{;+A@q+UL4%2d(<|R>EPtwWnB)|(gqPd5BN z*-D!(mg;}roPLhVU|jVWU}&C&Y{0Rl1N^~8WD-f~m{OoVUhsGilxCXn7~)FOM-T0z z+=34bRaD3Ju73P}Ws-GrCH`P-lGK2m6B0>pnr~3}aU8XwuJ`O^`IO<4U81b0kz}ne|9lH7UvF73`UxEFfNzQ)buHim!QWA}$Ze-KK2$JYAUcicebSAq1 zy&ihI#0}LtisQj>S!Gj&PE9rLBM$6p;MLao=y}uuL&kny>_LI!BTxaVF$`N zU7*=Wk}|#Qq)-u9y)nD!EPjk`6bENqJ5yAQxi^5}4d^t4=w^sCt#glC95`SKrQU!r zA9{A|?9G#YKc!zF<(Rp@%}KP3i_Rv@bK+*F^NXY`dE5iX>%#u1o4bfzHf}jLHHwYB zHFgaB2Jum%g?!62$knB$jQG5dhdT(fY`VSg`-4-f}q*k`i-xC{i zuit&DY-tSCv?j-(P)@|giF0$QU#YHNsZ&X@Mx$s}tf3CsD5opZS_btl z9V`F&{Jgtp;bxxKqdg-SI}2@t{89VYsLI;}4R*bqM?xKfD@X3H%)7V5qfb|;|IR_v z&s-gQ=hA1~GE1%K9^5_9=cT1PL6e4uh_E{{Tdl^|WWC&Tq)D9S2)r9n8?`tvY9sD&L0UKmOvP*jt!l1=TAa#>HZ;XJ05f z@8TF!SuYF4IvSdzRLzbO9!Od*XL8U#ZAWya@4K{j3X5I*vFp^W$-w;b!<{xup5uQ_ zR9?w8;HIz``E1GT4>Gyj(U|*Gy^}R}Vie}pxPcL{S+EpL4ITJnl_9sP+_^o>*457T z!>%f=V1e4~eQC*Eq%GNw0-ge%QBwXxD^F)Sg2yhkQ$9ig%^+Tg4l0l!vM6C|W zWHCLz+@n@_Yyl~ViM+#Zt$77!3VSBYb~e#=rcJ8uMnWz<$$X*V77$UE7$7Ynm^fb$ zTRJu8tkwxh0ct}?PIFbe`&}(zNpO$qZjKW<;Thb|iZ?f`+ESPL(rN`Rccd?AchakU zc^6}d@6}jlG?-EE4y0Kl!O)R0GgjEMv`t|iIu#TQd#TT!>rB=Qh8%rc8m6GQ))Lg? z9SwdxD!*Re3|LgM!T5yyO0IXjV5x^FP@s$%3fc~xo!2He{MP25JrS^W1vd0_`bbk5 z(O3$uO~`7NAAWXfWV$aUY5a)K$#wR4-a0KU_0s;Uu#VsVuZG!+l7s8jg-YSHD>;LNE j%Pm`I|1x0*B|); literal 0 HcmV?d00001 diff --git a/test.tex b/test.tex new file mode 100644 index 0000000..56ff35c --- /dev/null +++ b/test.tex @@ -0,0 +1,41 @@ +\documentclass[12pt]{article} +\usepackage{moodle} +\usepackage{amsmath} +\makeatletter +\def\moodle@shortanswer@latexprocessing{\relax} +\def\moodle@numerical@latexprocessing{\relax} +\def\moodle@multi@latexprocessing{\relax} +\def\moodle@matching@latexprocessing{\relax} +\def\moodle@essay@latexprocessing{\relax} +\makeatother +\begin{document} + + \begin{quiz}{Essai} + + \begin{multi}{Question a choix mutliple} + Quelle est la bonne reponse ? + \item Reponse 1 + \item* Reponse 2 + \item* Reponse 3 + \end{multi} + + \begin{numerical}{Addition} + 2+2= + \item 4 + \end{numerical} + + \begin{shortanswer}{Reponse courte} + Firstname of Hugo + \item Victor + \item Thomas + \end{shortanswer} + + \begin{essay}{Essai} + Question d'essai + \item Essai 1 + \item Essai 2 + \end{essay} + + \end{quiz} + +\end{document} \ No newline at end of file