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

Modified Files:
        coach.jspx student.jspx 
Log Message:
indented with spaces


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


Index: coach.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/coach.jspx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7


Index: student.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/student.jspx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- student.jspx        21 Aug 2008 09:45:41 -0000      1.16
+++ student.jspx        4 Sep 2008 12:49:59 -0000       1.17
@@ -31,12 +31,17 @@
 
   <div class="problems">
 
-    <!-- show the learnblocks -->
+    <!--
+         show the learnblocks
+    -->
     <mm:node number="${education}">
       <span class="head problem">&amp;nbsp;</span>
       <mm:relatednodescontainer path="posrel,learnblocks">
         <mm:sortorder field="posrel.pos" />
         <mm:relatednodes id="learnBlock"  varStatus="status">
+          <!--
+               If a relation learnBlock -classrel->user exists, then that 
means that this lesson is marekd 'closed' (by this module)
+          -->
           <mm:relation to="${user}" role="classrel" notfound="null">
             <c:if test="${empty _node and empty firstopenlesson}">
               <mm:node node="learnBlock" id="firstopenlesson" />
@@ -52,8 +57,9 @@
     </mm:node>
 
 
-    <!-- now the problems, divided per type.
-         they can be edited by the user
+    <!--
+         Now the problems, divided per type.
+         They can be edited by the user
     -->
     <mm:listnodes orderby="pos" type="problemtypes">
       <div class="inter"><di:translate key="assessment.${_node.key}" /></div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to