Skip to content
Snippets Groups Projects
Commit 5557b797 authored by David Rouquet's avatar David Rouquet
Browse files

add customFormat to qcm quiz

parent 5a7d767c
No related branches found
No related tags found
1 merge request!5Resolve "Parseur par type d'activité"
...@@ -8,6 +8,7 @@ PREFIX st: <http://ns.inria.fr/sparql-template/> ...@@ -8,6 +8,7 @@ PREFIX st: <http://ns.inria.fr/sparql-template/>
# Template for the JSON definition of QCM activities # Template for the JSON definition of QCM activities
template mt:qcm(?qcm) { template mt:qcm(?qcm) {
'"name": "quizQuestion"' mt:sep() '"name": "quizQuestion"' mt:sep()
'"customFormat": "hide_disabled-checkboxes"' mt:sep()
'"type": "checkbox"' mt:sep() '"type": "checkbox"' mt:sep()
'"name": "' ?id '"' mt:sep() '"name": "' ?id '"' mt:sep()
'"choices": [' '"choices": ['
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment