Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/tests
In directory james.mmbase.org:/tmp/cvs-serv12206/tests

Modified Files:
        buildtest.jsp 
Log Message:
will replace this horrible tree stuff with jquery-tree


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/tests


Index: buildtest.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/tests/buildtest.jsp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- buildtest.jsp       8 Jan 2009 13:45:01 -0000       1.42
+++ buildtest.jsp       9 Jan 2009 17:27:56 -0000       1.43
@@ -1,11 +1,13 @@
 <jsp:root
-    xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0"
+    version="2.0"
+    xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
     xmlns:di="http://www.didactor.nl/ditaglib_1.0";
     xmlns:c="http://java.sun.com/jsp/jstl/core";
     xmlns:fn="http://java.sun.com/jsp/jstl/functions";
     >
-  <mm:content type="application/xml" postprocessor="reducespace" expires="0">
+  <mm:content type="application/xml" expires="0">
+
     <mm:cloud rank="didactor user">
 
       <mm:import externid="learnobject" required="true"/>
@@ -111,7 +113,7 @@
             <mm:present referid="copybookNo">
               <!-- Determine if all questions are showed -->
               <c:choose>
-                <c:when test="${fn:length(my_questions) + 
fn:length(givenanswers) gt fn:length(questions)}">
+                <c:when test="${fn:length(my_questions) lt 
fn:length(questions)}">
                   <input type="button"
                          disabled="disabled"
                          value="${di:translate('education.buttontextdone')}"
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to