Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/Attic/QaResources.properties,v diff -u -r1.5 -r1.6 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties 5 Jul 2005 06:09:29 -0000 1.5 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaResources.properties 11 Jul 2005 05:35:29 -0000 1.6 @@ -81,6 +81,7 @@ error.content.doesNotExist =Tool Activity Error! Can't continue. The content id passed to the Tool Activity does not refer to an existing content. error.toolSessions.doesNotExist =Tool Activity Error! Can't continue. One of the toolsession ids passed to the Tool Activity does not refer to an existing tool session. error.content.onlyContentAndNoSessions =A report can not be generated since no tool sessions has been passed to the Tool Activity. +error.content.noToolSessions =A report can not be generated since there has not been any student activity on this content. error.tab.contentId.required =Sorry, the screen is not available. The Tool Activity requires a content id. monitoring.feedback.instructionUpdate =The content has been updated successfully. Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java,v diff -u -r1.4 -r1.5 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java 4 Jul 2005 06:11:24 -0000 1.4 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java 11 Jul 2005 05:35:29 -0000 1.5 @@ -131,7 +131,7 @@ { qaMonitoringForm.resetUserAction(); logger.debug("detected noToolSessionsAvailable:" + noToolSessionsAvailable); - persistError(request,"error.content.onlyContentAndNoSessions"); + persistError(request,"error.content.noToolSessions"); request.setAttribute(USER_EXCEPTION_ONLYCONTENT_ANDNOSESSIONS, new Boolean(true)); logger.debug("forwarding to: " + MONITORING_REPORT); return (mapping.findForward(MONITORING_REPORT)); @@ -603,7 +603,7 @@ { qaMonitoringForm.resetUserAction(); logger.debug("detected noToolSessionsAvailable:" + noToolSessionsAvailable); - persistError(request,"error.content.onlyContentAndNoSessions"); + persistError(request,"error.content.noToolSessions"); request.setAttribute(USER_EXCEPTION_ONLYCONTENT_ANDNOSESSIONS, new Boolean(true)); logger.debug("forwarding to: " + MONITORING_REPORT); return (mapping.findForward(MONITORING_REPORT)); Index: lams_tool_laqa/web/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/BasicContent.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_laqa/web/BasicContent.jsp 11 Jul 2005 04:24:29 -0000 1.3 +++ lams_tool_laqa/web/BasicContent.jsp 11 Jul 2005 05:35:29 -0000 1.4 @@ -97,22 +97,14 @@ : - - - + - : + : test - - - + Index: lams_tool_laqa/web/InstructionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/InstructionsContent.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_laqa/web/InstructionsContent.jsp 8 Jul 2005 03:59:25 -0000 1.3 +++ lams_tool_laqa/web/InstructionsContent.jsp 11 Jul 2005 05:35:29 -0000 1.4 @@ -10,7 +10,7 @@
- + : - + : - + - - + - +
- + : - - - +
- + : - - - +
\ No newline at end of file