[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [seul-edu] Consolidated quiz program
Bill Tihen -- TECHNOLOGY wrote:
> "www.nllinux.co.uk/eduml/"
> or
> "cran.seul.org/~ob"
>
> I don't care, just let me know when the English is
> available and where.
there it is (attached file)
--
Odile Bénassy,
"http://perso.magic.fr/obenassy/"
"http://tiny.seul.org/"
"http://eduml.anet.fr/"
<?XML version="1.0"?>
<!-- DTD v0.1 for QuizML Odile Bénassy 99/12/01 -->
<!ELEMENT quiz (item+)>
<!ATTLIST quiz id? ID
topic #PCDATA #REQUIRED
subject #PCDATA
level(K|1|2|3|4|5|6|7|8|9|10|11|12|Univ|Other) #REQUIRED
section #PCDATA
age #PCDATA
author #PCDATA #REQUIRED
date #PCDATA #REQUIRED
version #PCDATA #REQUIRED>
<!ELEMENT item (question+)>
<!ATTLIST item id ID #REQUIRED
subject #PCDATA #REQUIRED
type(MC|ShAn|Other) #REQUIRED
label #PCDATA #REQUIRED
comment #PCDATA
scale #PCDATA>
<!ELEMENT question (response+)>
<!ATTLIST question id #PCDATA
type(QCM|RepCourte|Autre)
label #PCDATA #REQUIRED
comment #PCDATA
scale #PCDATA>
<!ELEMENT response #PCDATA>
<!ATTLIST response label #PCDATA #REQUIRED
scale #PCDATA #REQUIRED
comment #PCDATA
message #PCDATA> <!-- return-message>