diff --git a/tetras_extraction/script/templates/qcu.rq b/tetras_extraction/script/templates/qcu.rq index e55e895f2481983d6fe845bbb667420ac8b1155c..c6fa414eed84df23c779e1c89707608e937e8148 100644 --- a/tetras_extraction/script/templates/qcu.rq +++ b/tetras_extraction/script/templates/qcu.rq @@ -31,7 +31,7 @@ where { optional { ?qcu :aReponse ?choice . ?choice :index ?choice_index . - ?choice :html ?choice_html + ?choice :html_md ?choice_html } optional { ?qcu :aReponse ?correct_choice . diff --git a/tetras_extraction/script/templates/quiz.rq b/tetras_extraction/script/templates/quiz.rq index 95f4af238877b0c023aa8e5bd47b2825db4aa965..76b5aba7291fbec410c6ddb5c110dec55ed63395 100644 --- a/tetras_extraction/script/templates/quiz.rq +++ b/tetras_extraction/script/templates/quiz.rq @@ -39,10 +39,10 @@ where { ?quiz a :Exercice . ?quiz :id ?id . optional { - ?quiz :commentaireSucces ?correct_comment . + ?quiz :commentaireSucces_md ?correct_comment . } optional { - ?quiz :commentaireSugg ?incorrect_comment . + ?quiz :commentaireSugg_md ?incorrect_comment . } } # FIXME: some exercises have multiple incorrect comments, almost identical,