Faire des qcm simplement - retour accueil
git clone git://bebou.netlib.re/qcm
Log | Files | Refs | README |
commit 375ce796a2978b5bc9017aa0ce274b7b397e80cd parent 6722e67587a44d20754223865c71cc451158e551 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 7 Nov 2024 15:02:29 +0100 Si pas d'option précisée on affiche en ligne Diffstat:
M | qcm.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qcm.sh b/qcm.sh @@ -29,7 +29,7 @@ playout() { $([ -n "$title" ] && printf "%s" "$title") - $([ -n "$file" ] && printf "%s" "$opts" || printf "%s" "$opts" | tr -d '\n ') + $([ -n "$options" ] && printf "%s" "$opts" || printf "options : %s" "$opts" | tr -d '\n ') $dat