Update of
/var/cvs/contributions/didactor2/src/education/java/nl/didactor/education/functions
In directory
james.mmbase.org:/tmp/cvs-serv17541/src/education/java/nl/didactor/education/functions
Modified Files:
GivenAnswers.java
Added Files:
LearnObjectQuestions.java
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/java/nl/didactor/education/functions
LearnObjectQuestions.java is new
Index: GivenAnswers.java
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/java/nl/didactor/education/functions/GivenAnswers.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- GivenAnswers.java 20 Nov 2008 15:09:40 -0000 1.3
+++ GivenAnswers.java 20 Nov 2008 16:57:44 -0000 1.4
@@ -10,7 +10,7 @@
/**
* Givenanswers for a certain question.
* @author Michiel Meeuwissen
- * @version $Id: GivenAnswers.java,v 1.3 2008/11/20 15:09:40 michiel Exp $
+ * @version $Id: GivenAnswers.java,v 1.4 2008/11/20 16:57:44 michiel Exp $
*/
public class GivenAnswers {
protected final static Logger log =
Logging.getLoggerInstance(GivenAnswers.class);
@@ -54,8 +54,6 @@
RelationStep srs = sq.addRelationStep(copybooks, "related",
"SOURCE");
sq.addNode(srs.getNext(), copybook.getNumber());
mt = madetests.getList(sq);
- log.info("Made tests " + mt);
-
}
@@ -74,8 +72,6 @@
RelationStep rs = q.addRelationStep(copybooks, "related", "SOURCE");
q.addNode(rs.getNext(), copybook.getNumber());
NodeList result = givenanswers.getList(q);
- log.info("" + q.toSql());
- log.info("" + result);
return result;
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs