Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java =================================================================== diff -u -rcf6d3a71f2c9c65650a118e04cf28ec010665f84 -ra3373207133535e1504e5cb32bf10903e39355bd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java (.../McDLStarterAction.java) (revision cf6d3a71f2c9c65650a118e04cf28ec010665f84) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McDLStarterAction.java (.../McDLStarterAction.java) (revision a3373207133535e1504e5cb32bf10903e39355bd) @@ -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 =================================================================== diff -u -rd6cf09ac968c61fa07b0dcad343945976d9ac38c -ra3373207133535e1504e5cb32bf10903e39355bd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java (.../McLearningStarterAction.java) (revision d6cf09ac968c61fa07b0dcad343945976d9ac38c) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McLearningStarterAction.java (.../McLearningStarterAction.java) (revision a3373207133535e1504e5cb32bf10903e39355bd) @@ -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 =================================================================== diff -u -r90c04643d57cd9ee38482555c96b5fbdf014372c -ra3373207133535e1504e5cb32bf10903e39355bd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java (.../McMonitoringAction.java) (revision 90c04643d57cd9ee38482555c96b5fbdf014372c) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringAction.java (.../McMonitoringAction.java) (revision a3373207133535e1504e5cb32bf10903e39355bd) @@ -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 =================================================================== diff -u -raeaacdc42a05abadfc826b463196d25afd1f2cf4 -ra3373207133535e1504e5cb32bf10903e39355bd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java (.../McMonitoringStarterAction.java) (revision aeaacdc42a05abadfc826b463196d25afd1f2cf4) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java (.../McMonitoringStarterAction.java) (revision a3373207133535e1504e5cb32bf10903e39355bd) @@ -33,6 +33,42 @@ * * @author Ozgur Demirtas * starts up the monitoring module + * + * + + + + + + + + + + + * */