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

Modified Files:
        datatypes.xml 
Log Message:
added a features 'relate_component' to indicate which learnblocks must be 
presented in the assessment overviews


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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- datatypes.xml       31 Jul 2008 11:48:21 -0000      1.1
+++ datatypes.xml       9 Oct 2008 16:07:24 -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/07/31 11:48:21 michiel Exp $
+  <!-- @version $Id: datatypes.xml,v 1.2 2008/10/09 16:07:24 michiel Exp $
 
   -->
 
@@ -26,4 +26,14 @@
     </enumeration>
   </datatype>
 
+  <datatype base="yesno" id="didactor_assessment_field">
+    <default value="false" />
+    <setprocessor>
+      <class name="nl.didactor.component.assessment.AssessmentField$Set" />
+    </setprocessor>
+    <getprocessor>
+      <class name="nl.didactor.component.assessment.AssessmentField$Get" />
+    </getprocessor>
+  </datatype>
+
 </datatypes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to