Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/MonitoringService.java =================================================================== diff -u -rfde227f954344bea06e18fe41abf3cf7ddd96899 -r72dd00c7f25eac454497a9ec2096016e5db0a90c --- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/MonitoringService.java (.../MonitoringService.java) (revision fde227f954344bea06e18fe41abf3cf7ddd96899) +++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/service/MonitoringService.java (.../MonitoringService.java) (revision 72dd00c7f25eac454497a9ec2096016e5db0a90c) @@ -806,14 +806,6 @@ * all the learners in the lesson. After the creation of lams tool session, * it delegates to the tool instances to create tool's own tool session. *
- * This method assumes that all the learners go into one tool session. - * If we ever support indivualised sessions or we use this for grouped - * users, then we need to change it to iterator over all the users. If - * we change it to iterate over each user, make sure that you only call the tool - * to create the tool session the _first_ time you get a tool session - not - * everytime. If a suitable tool session already exists, createToolSession() - * will return an existing tool session. - *
* @param activity the tool activity that all tool session reference to. * @param lesson the target lesson that these tool sessions belongs to. * @throws LamsToolServiceException the exception when lams is talking to tool.