Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/Attic/McDLStarterAction.java,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java 21 Dec 2005 14:37:41 -0000 1.1 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java 15 Jan 2006 16:38:44 -0000 1.2 @@ -4,24 +4,37 @@ * McDLStarterAction activates the Define Later module. * It reuses majority of the functionality from existing authoring module. * - - + + + + + + + - - Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java,v diff -u -r1.19 -r1.20 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java 7 Jan 2006 14:36:37 -0000 1.19 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java 15 Jan 2006 16:39:12 -0000 1.20 @@ -53,7 +53,7 @@ * When thinking about the tool content id and the tool session id, it might be helpful to think about the tool content id * relating to the definition of an activity, whereas the tool session id relates to the runtime participation in the activity. - * * + * * Learner URL: * The learner url display the screen(s) that the learner uses to participate in the activity. * When the learner accessed this user, it will have a tool access mode ToolAccessMode.LEARNER. @@ -72,6 +72,48 @@ * ?? Would it be better to define a run offline message in the tool? We have instructions for the teacher but not the learner. ?? * If the tool has a LockOnFinish flag, then the tool should lock learner's entries once they have completed the activity. * If they return to the activity (e.g. via the progress bar) then the entries should be read only. + * + * + + + + + + + + + + + + + * */ @@ -126,7 +168,6 @@ return validateParameters; } - //Long toolSessionID=(Long) request.getSession().getAttribute(TOOL_SESSION_ID); Long toolSessionID=(Long) request.getSession().getAttribute(AttributeNames.PARAM_TOOL_SESSION_ID); logger.debug("retrieved toolSessionID: " + toolSessionID); /* Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java 9 Jan 2006 15:34:54 -0000 1.2 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java 15 Jan 2006 16:39:44 -0000 1.3 @@ -53,6 +53,46 @@ * Struts action class as all of them are handled in * CustomStrutsExceptionHandler. * + * + + + + + + + + + + + + * */ public class McMonitoringAction extends LamsDispatchAction implements McAppConstants { @@ -148,9 +188,7 @@ return (mapping.findForward(LOAD_MONITORING)); } - - - + /** * persists error messages to request scope * @param request Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java,v diff -u -r1.5 -r1.6 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java 15 Jan 2006 11:25:11 -0000 1.5 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java 15 Jan 2006 16:40:11 -0000 1.6 @@ -33,6 +33,42 @@ * * @author Ozgur Demirtas * starts up the monitoring module + * + * + + + + + + + + + + + * */