# HG changeset patch # User iinov # Date 1541605870 -3600 # Node ID 6b322a48536c3a8173e2e25b23e682cc853435f3 # Parent cdd0ecddb9610932166dd4156b226a600c0ceb11 Attribut 'is' optionnel diff -r cdd0ecddb961 -r 6b322a48536c Data/Quiz/dictation.xml --- a/Data/Quiz/dictation.xml mar. oct. 23 18:39:42 2018 +0200 +++ b/Data/Quiz/dictation.xml mer. nov. 07 16:51:10 2018 +0100 @@ -26,7 +26,7 @@ <mistake is="has"><emphasis>has</emphasis> est la troisième personne du singulier. Ici, il s'agit de la première personne du pluriel.</mistake> - <mistake is="">I have, you have, he/she/it has, <highlight>we + <mistake>I have, you have, he/she/it has, <highlight>we have</highlight>, you have, they have.</mistake> </hint> a problem. diff -r cdd0ecddb961 -r 6b322a48536c RelaxNG/publiquiz.rnc --- a/RelaxNG/publiquiz.rnc mar. oct. 23 18:39:42 2018 +0200 +++ b/RelaxNG/publiquiz.rnc mer. nov. 07 16:51:10 2018 +0100 @@ -1212,7 +1212,7 @@ mistake = element mistake { mistake.attributes, mistake.content } mistake.attributes = - mistake.is.attribute + mistake.is.attribute? mistake.is.attribute = attribute is { text } mistake.content = inlines