diff --git a/tetras_extraction/script/templates/qcm.rq b/tetras_extraction/script/templates/qcm.rq
index b2b356db22f41d1d1b6c81483b0386319b8166a3..41e6a951024a84431b254127bdd7e57992cad7ff 100644
--- a/tetras_extraction/script/templates/qcm.rq
+++ b/tetras_extraction/script/templates/qcm.rq
@@ -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": ['
diff --git a/tetras_extraction/script/templates/qcu.rq b/tetras_extraction/script/templates/qcu.rq
index cdc12e72437020f23dec551576615dd1333a818a..62db9d0ff69a1c334376ecae63f94b8dc60e410f 100644
--- a/tetras_extraction/script/templates/qcu.rq
+++ b/tetras_extraction/script/templates/qcu.rq
@@ -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 {