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

Modified Files:
        datatypes.xml 
Log Message:



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


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/assessment/config/datatypes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- datatypes.xml       9 Oct 2008 16:07:24 -0000       1.2
+++ datatypes.xml       7 Jan 2009 17:05:47 -0000       1.3
@@ -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.2 2008/10/09 16:07:24 michiel Exp $
+  <!-- @version $Id: datatypes.xml,v 1.3 2009/01/07 17:05:47 michiel Exp $
 
   -->
 
@@ -26,6 +26,28 @@
     </enumeration>
   </datatype>
 
+
+  <!--
+  it is actually quite silly that didactor does not use actual resourcebundles 
for translations,
+  because in that case I simply could have referred to that here.
+  -->
+  <datatype base="string" id="didactor_assessment_problemtypes">
+    <default value="problemtype_solvable" />
+    <required value="true" />
+    <minLength value="12" />
+    <enumeration>
+      <entry value="problemtype_unimportant" xml:lang="en" 
display="Unimportant problems" />
+      <entry value="problemtype_solvable"    xml:lang="en" display="Solvable 
problems" />
+      <entry value="problemtype_notsolvable" xml:lang="en" display="Not 
solvable problems" />
+
+
+      <entry value="problemtype_unimportant" xml:lang="nl" 
display="Onbelangrijk" />
+      <entry value="problemtype_solvable"    xml:lang="nl" display="Oplosbaar" 
/>
+      <entry value="problemtype_notsolvable" xml:lang="nl" 
display="Onoplosbaar" />
+
+    </enumeration>
+  </datatype>
+
   <datatype base="yesno" id="didactor_assessment_field">
     <default value="false" />
     <setprocessor>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to