Skip to content
Snippets Groups Projects
Select Git revision
  • 3b763d7e753647ca102628d0fb4d2430cc8ba5cd
  • main default protected
  • export
  • 28-conversion-tests
  • extraction
  • exploration
  • exploration-old
  • 2-encoding-fix
  • main-old
9 results

macao-manual-edition.ttl

Blame
  • daxid's avatar
    David Rouquet authored
    3b763d7e
    History
    macao-manual-edition.ttl 27.19 KiB
    # baseURI: http://www.semanticweb.org/eliott/ontologies/2024/10/macao-manual-edition
    # imports: http://www.semanticweb.org/eliott/ontologies/2024/4/macao-full
    # imports: http://www.semanticweb.org/eliott/ontologies/2024/4/macao/
    # prefix: macao-manual-edition
    
    @prefix macao: <http://www.semanticweb.org/eliott/ontologies/2024/4/macao/> .
    @prefix macao-manual-edition: <http://www.semanticweb.org/eliott/ontologies/2024/10/macao-manual-edition#> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    <http://www.semanticweb.org/eliott/ontologies/2024/10/macao-manual-edition>
      rdf:type owl:Ontology ;
      owl:imports <http://www.semanticweb.org/eliott/ontologies/2024/4/macao-full> ;
      owl:imports macao: ;
      owl:versionInfo "Created with TopBraid Composer" ;
    .
    macao-manual-edition:ExerciceQC_manualEdit
      rdf:type owl:Class ;
      rdfs:subClassOf macao-manual-edition:ExerciceQC_manualEdit ;
      rdfs:subClassOf macao:ExerciceQC_QCU ;
    .
    macao-manual-edition:Reponse_manualEdit
      rdf:type owl:Class ;
      rdfs:subClassOf macao:Reponse ;
    .
    macao:aReponse
      rdfs:domain macao:Exercice ;
    .
    macao:pg262
      macao:surveyjs_json """{
      \"correctComment\": \"Bonnes réponses !\",
      \"incorrectComment\": \"**Voici le corrigé :**\\n\\n comfortable: 3 syllabes.\\n\\n history: 2 syllabes.\\n\\n average: 2 syllabes.\\n\\n interested: 3 syllabes.\",
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"history_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/history\\/history_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('history_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"average_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/average\\/average_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('average_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"confortable_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/confortable\\/confortable_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('confortable_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question4\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"interrested_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/interrested\\/interrested_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('interrested_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        }
      ]
    }
    
    """ ;
    .
    macao:pg359
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg359_1 ;
      macao:aReponse macao:pg359_2 ;
      macao:aReponse macao:pg359_3 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'aggit d'un énoncé affirmatif." ;
      macao:description_md_manual_edition """Indiquez la nature
    de l'énoncé en cliquant sur la case qui convient.
    
    **We must leave at once.**""" ;
    .
    macao:pg359_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Énoncé affirmatif" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg359 ;
    .
    macao:pg359_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé négatif" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg359 ;
    .
    macao:pg359_3
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_3" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé interrogatif" ;
      macao:id "3" ;
      macao:index 2 ;
      rdfs:subClassOf macao:pg359 ;
    .
    macao:pg376
      macao:description_md_manual_edition """Ecoutez et répétez chacun des mots.
    
    Chaque mot ne comporte qu'une syllabe. Pour écouter, cliquez sur la flèche.
    
    | | |
    | --- | ----------- |
    | {{< audio id=\"i1\" src=\"media/i1/i1_01.mp3\" class=\"something\" >}} | I |
    | {{< audio id=\"stopped1\" src=\"media/stopped1/stopped1_01.mp3\" class=\"something\" >}} | stopped |
    | {{< audio id=\"eye1\" src=\"media/eye1/eye1_01.mp3\" class=\"something\" >}} | eye |
    | {{< audio id=\"brought1\" src=\"media/brought1/brought1_01.mp3\" class=\"something\" >}} | brought |
    | {{< audio id=\"cry1\" src=\"media/cry1/cry1_01.mp3\" class=\"something\" >}} | cry |
    | {{< audio id=\"marked1\" src=\"media/marked1/marked1_01.mp3\" class=\"something\" >}} | marked |
    | {{< audio id=\"head1\" src=\"media/head1/head1_01.mp3\" class=\"something\" >}} | head |
    | {{< audio id=\"horse1\" src=\"media/horse1/horse1_01.mp3\" class=\"something\" >}} | horse | |
    | {{< audio id=\"spring1\" src=\"media/spring1/spring1_01.mp3\" class=\"something\" >}} | spring |
    | {{< audio id=\"some1\" src=\"media/some1/some1_01.mp3\" class=\"something\" >}} | some | |
    | {{< audio id=\"talked1\" src=\"media/talked1/talked1_01.mp3\" class=\"something\" >}} | talked |
    | {{< audio id=\"buy1\" src=\"media/buy1/buy1_01.mp3\" class=\"something\" >}} | buy | |
    | {{< audio id=\"months1\" src=\"media/months1/months1_01.mp3\" class=\"something\" >}} | months |
    | {{< audio id=\"by1\" src=\"media/by1/by1_01.mp3\" class=\"something\" >}} | by | |
    | {{< audio id=\"blurred1\" src=\"media/blurred1/blurred1_01.mp3\" class=\"something\" >}} | blurred |
    | {{< audio id=\"son_a2\" src=\"media/son_a2/son_a2_01.mp3\" class=\"something\" >}} | a | """ ;
    .
    macao:pg379
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg379_1 ;
      macao:aReponse macao:pg379_2 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'aggit d'une réponse affirmative complète" ;
      macao:description_md_manual_edition """Indiquez la nature
    de la réponse en cliquant sur la case qui convient.
    
    \"Will you post this letter tomorrow?\"
    
    \"Don't worry, **I will see to it.**\"
    """ ;
    .
    macao:pg379_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Réponse affirmative complète" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg379 ;
    .
    macao:pg379_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Réponse affirmative brève" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg379 ;
    .
    macao:pg396
      macao:surveyjs_json """{
      \"correctComment\": \"Bonnes réponses !\",
      \"incorrectComment\": \"**Voici le corrigé :**\\n\\n safety : 2 syllabes.\\n\\n management : 3 syllabes.\\n\\n precise : 2 syllabes.\\n\\n differently : 3 syllabes.\",
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"safety_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/safety\\/safety_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('safety_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"management_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/management\\/management_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('management_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"precise_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/precise\\/precise_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('precise_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question4\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"differently_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/differently\\/differently_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('differently_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        }
      ]
    }""" ;
    .
    macao:pg448
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg448_1 ;
      macao:aReponse macao:pg448_2 ;
      macao:aReponse macao:pg448_3 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'aggit d'un énoncé interrogatif." ;
      macao:description_md_manual_edition """Indiquez la nature
    de l'énoncé en cliquant sur la case qui convient.
    
    **Can you pass me the salt, please?**""" ;
    .
    macao:pg448_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé affirmatif" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg448 ;
    .
    macao:pg448_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé négatif" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg448 ;
    .
    macao:pg448_3
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_3" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Énoncé interrogatif" ;
      macao:id "3" ;
      macao:index 2 ;
      rdfs:subClassOf macao:pg448 ;
    .
    macao:pg543
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg543_1 ;
      macao:aReponse macao:pg543_2 ;
      macao:aReponse macao:pg543_3 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'aggit d'un énoncé négatif." ;
      macao:description_md_manual_edition """Indiquez la nature
    de l'énoncé en cliquant sur la case qui convient.
    
    **We haven't met them yet.**""" ;
    .
    macao:pg543_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé affirmatif" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg543 ;
    .
    macao:pg543_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Énoncé négatif" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg543 ;
    .
    macao:pg543_3
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_3" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé interrogatif" ;
      macao:id "3" ;
      macao:index 2 ;
      rdfs:subClassOf macao:pg543 ;
    .
    macao:pg60
      macao:surveyjs_json """{
      \"correctComment\": \"Bonnes réponses !\",
      'incorrectComment': '**Voici le corrigé :**\\n\\n every: 3 \"syllabes écrites\".\\n\\n interesting: 4 \"syllabes écrites\".\\n\\n dangerous: 3 \"syllabes écrites\".',
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"**every**\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"**interesting**\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 4,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"**dangerous**\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        }
      ]
    }
    
    """ ;
    .
    macao:pg7851
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg7851_1 ;
      macao:aReponse macao:pg7851_2 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'agit d'une réponse affirmative brève" ;
      macao:description_md_manual_edition """Indiquez la nature
    de la réponse en cliquant sur la case qui convient.
    
    \"Will you come tomorrow?\"
    
    \"**Yes, I will**\"""" ;
    .
    macao:pg7851_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Réponse affirmative complète" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg7851 ;
    .
    macao:pg7851_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Réponse affirmative brève" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg7851 ;
    .
    macao:pg85
      macao:surveyjs_json """{
      \"correctComment\": \"**Bonnes réponses \\!**\\n\\n business: 2 syllabes.\\n\\n Wednesday: 2 syllabes.\\n\\n oranges: 3 syllabes.\\n\\n different: 2 syllabes.\",
      \"incorrectComment\": \"**Voici le corrigé :**\\n\\n business: 2 syllabes.\\n\\n Wednesday: 2 syllabes.\\n\\n oranges: 3 syllabes.\\n\\n different: 2 syllabes.\",
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"business_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/business\\/business_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('business_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 0,
          \"colCount\": 2
        },
         {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"wednesday_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/wednesday\\/wednesday_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('wednesday_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 0,
          \"colCount\": 2
        }, {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"oranges_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/oranges\\/oranges_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('oranges_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 1,
          \"colCount\": 2
        }
      ]
    }
    
    """ ;
    .
    macao:pg861
      macao:surveyjs_json """{
      \"correctComment\": \"Bonnes réponses !\",
      'incorrectComment': '**Voici le corrigé :**\\n\\n \\n\\n every: 2 syllabes\\n\\n interesting: 3 syllabes\\n\\n dangerous: 2 syllabes',
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"every_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/every\\/every_01.mp3\\\"  type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('every_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"interesting_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/interesting\\/interesting_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('interesting_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 3,
          \"colCount\": 5
        },
        {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"dangerous_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/dangerous\\/dangerous_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('dangerous_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"1\" },
            { \"value\": 2, \"text\": \"2\" },
            { \"value\": 3, \"text\": \"3\" },
            { \"value\": 4, \"text\": \"4\" },
            { \"value\": 5, \"text\": \"5\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 2,
          \"colCount\": 5
        }
      ]
    }
    
    """ ;
    .
    macao:pg875
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg875_1 ;
      macao:aReponse macao:pg875_2 ;
      macao:aReponse macao:pg875_3 ;
      macao:commentaireSucces_md "Bonne réponse !" ;
      macao:commentaireSugg_md "Non, il s'aggit d'un énoncé affirmatif." ;
      macao:description_md_manual_edition """Indiquez la nature
    de l'énoncé en cliquant sur la case qui convient.
    
    **It can be rough at times.**""" ;
    .
    macao:pg875_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Énoncé affirmatif" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg875 ;
    .
    macao:pg875_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé négatif" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg875 ;
    .
    macao:pg875_3
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_3" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé interrogatif" ;
      macao:id "3" ;
      macao:index 2 ;
      rdfs:subClassOf macao:pg875 ;
    .
    macao:pg88
      macao:surveyjs_json """{
      \"correctComment\": '\\n\\n lively: 2 syllabes.\\n\\n chocolate: 2 syllabes.\\n\\n precisely : 3 syllabes.\\n\\n *On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de \"**syllabes écrites**\": par exemple, **chocolate**, qui s\\'écrit avec 4 syllabes, se prononce en 2 syllabes.*',
      \"incorrectComment\": '**Voici le corrigé :**\\n\\n lively: 2 syllabes.\\n\\n chocolate: 2 syllabes.\\n\\n precisely : 3 syllabes.\\n\\n *On remarque que les mots entendus ne présentent pas le même nombre de syllabes orales et de \"**syllabes écrites**\": par exemple, **chocolate**, qui s\\'écrit avec 4 syllabes, se prononce en 2 syllabes.*',
      \"elements\": [
        {
          \"type\": \"radiogroup\",
          \"name\": \"question1\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"lively_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/lively\\/lively_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('lively_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 0,
          \"colCount\": 2
        },
         {
          \"type\": \"radiogroup\",
          \"name\": \"question2\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"chocolate_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/chocolate\\/chocolate_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('chocolate_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 0,
          \"colCount\": 2
        }, {
          \"type\": \"radiogroup\",
          \"name\": \"question3\",
          \"customFormat\": \"one_line\",
          \"title\": \"<div><audio id=\\\"precisely_01.mp3\\\" ><source src=\\\"\\/macao-hugo\\/media\\/precisely\\/precisely_01.mp3\\\" type=\\\"audio\\/mpeg\\\"><\\/audio><button onclick=\\\"document.getElementById('precisely_01.mp3').play()\\\">Play<\\/button><\\/div>\",
          \"choices\": [
            { \"value\": 1, \"text\": \"oui\" },
            { \"value\": 0, \"text\": \"non\" }
          ],
          \"enableHtml\": true,
          \"correctAnswer\": 1,
          \"colCount\": 2
        }
      ]
    }
    
    """ ;
    .
    macao:pg900
      rdf:type macao-manual-edition:ExerciceQC_manualEdit ;
      rdf:type macao:ExerciceQC_QCU ;
      macao:aReponse macao:pg900_1 ;
      macao:aReponse macao:pg900_2 ;
      macao:aReponse macao:pg900_3 ;
      macao:commentaireSugg_md "Non, il s'aggit d'un énoncé affirmatif" ;
      macao:description_md_manual_edition """Indiquez la nature
    de l'énoncé en cliquant sur la case qui convient.
    
    **The neighbours have got a nice swimming-pool**""" ;
    .
    macao:pg900_1
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_1" ;
      macao:correct "true"^^xsd:boolean ;
      macao:html_md "Énoncé affirmatif" ;
      macao:id "1" ;
      macao:index 0 ;
      rdfs:subClassOf macao:pg900 ;
    .
    macao:pg900_2
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_2" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé négatif" ;
      macao:id "2" ;
      macao:index 1 ;
      rdfs:subClassOf macao:pg900 ;
    .
    macao:pg900_3
      rdf:type macao-manual-edition:Reponse_manualEdit ;
      rdf:type macao:MacaoContenu ;
      rdf:type macao:MacaoObject ;
      rdf:type macao:Reponse ;
      macao:__protege_display_name "pg359_3" ;
      macao:correct "false"^^xsd:boolean ;
      macao:html_md "Énoncé interrogatif" ;
      macao:id "3" ;
      macao:index 2 ;
      rdfs:subClassOf macao:pg900 ;
    .