Faire des qcm simplement - retour accueil
git clone git://bebou.netlib.re/qcm
Log | Files | Refs | README |
commit c79131dab4b434959191b26c906ba60c91a29965 parent 648230af09d426da0ea48613d8e2cec530495952 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 7 Nov 2024 10:38:12 +0100 Suppression du test avec les qr code Diffstat:
M | qcm.sh | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/qcm.sh b/qcm.sh @@ -61,11 +61,3 @@ while :;do sleep ${r:-1} done -#POUR LES QR CODE -# -#for a in A B C D;do -# qrencode -s1 -lL -m2 -t UTF8 -o $tmpd/$a "$url/$a" -#done -#qr=$(paste $tmpd/A $tmpd/B;paste $tmpd/C $tmpd/D) -#echo "$dat\n\n$tot\n\n$qr" -