equal
deleted
inserted
replaced
|
1 <?xml version='1.0' encoding='utf-8'?> |
|
2 <!-- $Id$ --> |
|
3 <publiset version="1.0"> |
|
4 <composition xml:id="proba" as="publidoc" attributes="version=1.0"> |
|
5 <division as="document" attributes="xml:id=proba"> |
|
6 <head> |
|
7 <title>Exemple d'assemblage de sujets et de quiz</title> |
|
8 </head> |
|
9 |
|
10 <!-- ============================ Cours ============================= --> |
|
11 <division path="../Topics" xslt="simplified_head.xsl"> |
|
12 <head> |
|
13 <title>Le cours</title> |
|
14 </head> |
|
15 <file name="proba01.xml"/> |
|
16 </division> |
|
17 |
|
18 <!-- ========================== Exercices =========================== --> |
|
19 <division path="../Quiz" xslt="simplified_head.xsl"> |
|
20 <head> |
|
21 <title>Les exercices</title> |
|
22 </head> |
|
23 <file name="choice_radio.xml"/> |
|
24 </division> |
|
25 </division> |
|
26 </composition> |
|
27 </publiset> |