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

Modification de propriétés pour leur version _md

parent 2f001cbb
Branches
No related tags found
2 merge requests!4Main,!3Daxid html2md
...@@ -31,7 +31,7 @@ where { ...@@ -31,7 +31,7 @@ where {
optional { optional {
?qcu :aReponse ?choice . ?qcu :aReponse ?choice .
?choice :index ?choice_index . ?choice :index ?choice_index .
?choice :html ?choice_html ?choice :html_md ?choice_html
} }
optional { optional {
?qcu :aReponse ?correct_choice . ?qcu :aReponse ?correct_choice .
......
...@@ -39,10 +39,10 @@ where { ...@@ -39,10 +39,10 @@ where {
?quiz a :Exercice . ?quiz a :Exercice .
?quiz :id ?id . ?quiz :id ?id .
optional { optional {
?quiz :commentaireSucces ?correct_comment . ?quiz :commentaireSucces_md ?correct_comment .
} }
optional { optional {
?quiz :commentaireSugg ?incorrect_comment . ?quiz :commentaireSugg_md ?incorrect_comment .
} }
} }
# FIXME: some exercises have multiple incorrect comments, almost identical, # FIXME: some exercises have multiple incorrect comments, almost identical,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment