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

hide titles in qcm and qcu

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