Update of
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education
In directory james.mmbase.org:/tmp/cvs-serv8337
Modified Files:
learnobjects.xml openquestions.xml questions.xml
Log Message:
interpretation of 'layout' is different for open questions
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/config/builders/didactor_education
Index: learnobjects.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education/learnobjects.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- learnobjects.xml 11 Feb 2008 13:21:55 -0000 1.3
+++ learnobjects.xml 11 Feb 2008 13:34:43 -0000 1.4
@@ -44,7 +44,7 @@
</gui>
<editor><positions><list>1</list></positions></editor>
<datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes" >
- <required value="true" />
+ <required value="false" />
<maxLength value="255" enforce="never"/>
</datatype>
</field>
Index: openquestions.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education/openquestions.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- openquestions.xml 11 Feb 2008 13:21:36 -0000 1.2
+++ openquestions.xml 11 Feb 2008 13:34:43 -0000 1.3
@@ -20,6 +20,21 @@
</descriptions>
<fieldlist >
+
+ <!-- @Override -->
+ <field name="layout">
+ <gui>
+ <guiname xml:lang="nl">Layout</guiname>
+ <guiname xml:lang="en">Layout</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <list>3</list>
+ </positions>
+ </editor>
+ <datatype base="didactor_openquestions_layout"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ </field>
+
<field name="type_of_score">
<descriptions>
<description xml:lang="nl">Layout van de vraag. Zie TO voor mogelijke
waarden.</description>
@@ -37,6 +52,7 @@
<datatype base="didactor_openquestions_type_of_score"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
</field>
+
</fieldlist>
</builder>
Index: questions.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/config/builders/didactor_education/questions.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- questions.xml 1 Feb 2008 17:24:24 -0000 1.2
+++ questions.xml 11 Feb 2008 13:34:43 -0000 1.3
@@ -42,7 +42,8 @@
<list>1</list>
</positions>
</editor>
- <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <required value="true" />
<maxLength value="255" />
</datatype>
</field>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs