From 5557b79743d13cd61dd88a4592900ce93f4763bc Mon Sep 17 00:00:00 2001 From: daxid <david.rouquet@tetras-libre.fr> Date: Mon, 13 Jan 2025 19:46:20 +0100 Subject: [PATCH] add customFormat to qcm quiz --- tetras_extraction/script/templates/qcm.rq | 1 + 1 file changed, 1 insertion(+) diff --git a/tetras_extraction/script/templates/qcm.rq b/tetras_extraction/script/templates/qcm.rq index 671b42d..b2b356d 100644 --- a/tetras_extraction/script/templates/qcm.rq +++ b/tetras_extraction/script/templates/qcm.rq @@ -8,6 +8,7 @@ PREFIX st: <http://ns.inria.fr/sparql-template/> # Template for the JSON definition of QCM activities template mt:qcm(?qcm) { '"name": "quizQuestion"' mt:sep() +'"customFormat": "hide_disabled-checkboxes"' mt:sep() '"type": "checkbox"' mt:sep() '"name": "' ?id '"' mt:sep() '"choices": [' -- GitLab