Update of /var/cvs/contributions/didactor2/src/core/config
In directory james.mmbase.org:/tmp/cvs-serv7863

Modified Files:
        datatypes.xml 
Log Message:
type_of_score of open question


See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/config/datatypes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- datatypes.xml       28 Jan 2008 14:36:23 -0000      1.1
+++ datatypes.xml       11 Feb 2008 13:21:03 -0000      1.2
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes 
http://www.mmbase.org/xmlns/datatypes.xsd";>
 
-  <!-- @version $Id: datatypes.xml,v 1.1 2008/01/28 14:36:23 michiel Exp $
+  <!-- @version $Id: datatypes.xml,v 1.2 2008/02/11 13:21:03 michiel Exp $
 
   These are didactor specific datatypes.
 
@@ -50,6 +50,9 @@
   </datatype>
 
   <datatype base="integer" id="didactor_layout">
+    <description>
+      Indicates where an image must be formatted?
+    </description>
     <default value="0" />
     <required value="true" />
     <enumeration>
@@ -65,6 +68,9 @@
   </datatype>
 
   <datatype base="integer" id="didactor_imagelayout">
+    <description>
+      Indicates how an image must be formatted?
+    </description>
     <default value="0" />
     <required value="true" />
     <enumeration>
@@ -75,4 +81,32 @@
     </enumeration>
   </datatype>
 
+  <datatype base="integer" id="didactor_openquestions_type_of_score">
+    <description>
+    </description>
+    <default value="0" />
+    <required value="true" />
+    <enumeration>
+      <entry value="0" xml:lang="nl" display="De docent kijkt de vraag na" />
+      <entry value="1" xml:lang="nl" display="Kijk na met behulp van 
bijbehorende antwoorden" />
+       <entry value="2" xml:lang="nl" display="Geen score" />
+      <entry value="0" xml:lang="en" display="A teacher checks the answer" />
+      <entry value="1" xml:lang="en" display="Checks with the help of related 
answers" />
+       <entry value="2" xml:lang="en" display="No scoring" />
+    </enumeration>
+  </datatype>
+
+  <datatype base="didactor_layout" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+
+  <datatype base="boolean" id="didactor_show">
+    <default value="true" />
+    <required value="true" />
+    <enumeration>
+      <entry value="false" xml:lang="nl" display="Niet tonen" />
+      <entry value="false" xml:lang="en" display="Don't show" />
+      <entry value="true" xml:lang="nl" display="Tonen" />
+      <entry value="true" xml:lang="en" display="Show" />
+    </enumeration>
+  </datatype>
+
 </datatypes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to