Xxe/Templates/publiquiz_composite.xml
changeset 450 fd645a45932e
parent 449 d8a9a8a8acc6
child 451 1b5caa00aaa8
equal deleted inserted replaced
449:d8a9a8a8acc6 450:fd645a45932e
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <publiquiz version="1.0">
       
     3   <quiz id="???">
       
     4     <head>
       
     5       <title></title>
       
     6     </head>
       
     7 
       
     8     <instructions>
       
     9       <p></p>
       
    10     </instructions>
       
    11 
       
    12     <composite>
       
    13       <subquiz>
       
    14         <instructions>
       
    15           <p></p>
       
    16         </instructions>
       
    17         <choices-radio>
       
    18           <right></right>
       
    19           <wrong></wrong>
       
    20         </choices-radio>
       
    21       </subquiz>
       
    22 
       
    23       <subquiz>
       
    24         <instructions>
       
    25           <p></p>
       
    26         </instructions>
       
    27         <choices-radio>
       
    28           <right></right>
       
    29           <wrong></wrong>
       
    30         </choices-radio>
       
    31       </subquiz>
       
    32     </composite>
       
    33   </quiz>
       
    34 </publiquiz>