Faire des qcm simplement - retour accueil
git clone git://bebou.netlib.re/qcm
Log | Files | Refs | README |
commit 1fe23d627c5218be166e3797896698d417548ee1 parent 0c8760604e64d1c48f22d5ddb797b54c433e29a9 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 16 Nov 2024 18:35:03 +0100 Correction bug affichage identifiant Quand il était prégénéré on ne voyait plus l'identifiant du questionnaire Diffstat:
M | qcm.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qcm.sh b/qcm.sh @@ -159,7 +159,7 @@ if [ -n "$i" ];then done id="$i" else - id=$(echo "$tmpd" | cut -d '/' -f5 | cut -d'.' -f2) + id=$(echo "$tmpd" | cut -d'.' -f2) fi alias question:=question; question() question="$*"