Index: lams_tool_task/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r71f6e3de4d2a2b747a0676d90b324c22c454d074 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 71f6e3de4d2a2b747a0676d90b324c22c454d074) +++ lams_tool_task/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -89,7 +89,6 @@ label.learning.wait.for.monitor.verification =You cannot finish this activity until it is reviewed by your teacher. Click "Check for new" to see if the review is complete label.learning.responses.locked =Note: After you click on "Next Activity" and you come back to this Task List, you won't be able to change the status of any tasks. label.learning.responses.locked.reminder =The instructor has set this activity to not allow changes after you have finished it. You are able to see all Tasks, but not allowed to change them anymore. -label.learning.info.comment.and.attachment.required =You are required to post a comment and upload an attachment to complete this task. label.learning.info.add.comment.required =You are required to add a comment to complete this task label.learning.info.upload.file.required =You are required to upload a file to complete this task label.learning.info.sequential.order =Tasks need to be completed in sequential order Index: lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r71f6e3de4d2a2b747a0676d90b324c22c454d074 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 71f6e3de4d2a2b747a0676d90b324c22c454d074) +++ lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -74,7 +74,6 @@ label.learning.wait.for.monitor.verification =You cannot finish this activity until it is reviewed by your teacher. Click "Check for new" to see if the review is complete label.learning.responses.locked =Note: After you click on "Next Activity" and you come back to this Task List, you won't be able to change the status of any tasks. label.learning.responses.locked.reminder =The instructor has set this activity to not allow changes after you have finished it. You are able to see all Tasks, but not allowed to change them anymore. -label.learning.info.comment.and.attachment.required =You are required to post a comment and upload an attachment to complete this task. label.learning.info.add.comment.required =You are required to add a comment to complete this task label.learning.info.upload.file.required =You are required to upload a file to complete this task label.learning.info.sequential.order =Tasks need to be completed in sequential order Index: lams_tool_task/conf/language/rams/ApplicationResources.properties =================================================================== diff -u -r71f6e3de4d2a2b747a0676d90b324c22c454d074 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/conf/language/rams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 71f6e3de4d2a2b747a0676d90b324c22c454d074) +++ lams_tool_task/conf/language/rams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -89,7 +89,6 @@ label.learning.wait.for.monitor.verification =You cannot finish this activity until it is reviewed by your teacher. Click "Check for new" to see if the review is complete label.learning.responses.locked =Note: After you click on "Next Activity" and you come back to this Task List, you won't be able to change the status of any tasks. label.learning.responses.locked.reminder =The instructor has set this activity to not allow changes after you have finished it. You are able to see all Tasks, but not allowed to change them anymore. -label.learning.info.comment.and.attachment.required =You are required to post a comment and upload an attachment to complete this task. label.learning.info.add.comment.required =You are required to add a comment to complete this task label.learning.info.upload.file.required =You are required to upload a file to complete this task label.learning.info.sequential.order =Tasks need to be completed in sequential order Index: lams_tool_task/conf/language/rams/ApplicationResources_en_AU.properties =================================================================== diff -u -r71f6e3de4d2a2b747a0676d90b324c22c454d074 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/conf/language/rams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 71f6e3de4d2a2b747a0676d90b324c22c454d074) +++ lams_tool_task/conf/language/rams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -89,7 +89,6 @@ label.learning.wait.for.monitor.verification =You cannot finish this activity until it is reviewed by your teacher. Click "Check for new" to see if the review is complete label.learning.responses.locked =Note: After you click on "Next Activity" and you come back to this Task List, you won't be able to change the status of any tasks. label.learning.responses.locked.reminder =The instructor has set this activity to not allow changes after you have finished it. You are able to see all Tasks, but not allowed to change them anymore. -label.learning.info.comment.and.attachment.required =You are required to post a comment and upload an attachment to complete this task. label.learning.info.add.comment.required =You are required to add a comment to complete this task label.learning.info.upload.file.required =You are required to upload a file to complete this task label.learning.info.sequential.order =Tasks need to be completed in sequential order Index: lams_tool_task/web/pages/learning/learning.jsp =================================================================== diff -u -r71f6e3de4d2a2b747a0676d90b324c22c454d074 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/web/pages/learning/learning.jsp (.../learning.jsp) (revision 71f6e3de4d2a2b747a0676d90b324c22c454d074) +++ lams_tool_task/web/pages/learning/learning.jsp (.../learning.jsp) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -84,6 +84,12 @@ ${taskList.title} + <%@ include file="/common/messages.jsp"%> + +
+ ${taskList.instructions} +
+- ${taskList.instructions} -
Index: lams_tool_task/web/pages/learning/parts/itemdetails.jsp =================================================================== diff -u -rac170eba5ee70135e473b3a5525d1743d0098bc8 -r2cefe12c8a8c520572f32ccbb784acf55b76a6fd --- lams_tool_task/web/pages/learning/parts/itemdetails.jsp (.../itemdetails.jsp) (revision ac170eba5ee70135e473b3a5525d1743d0098bc8) +++ lams_tool_task/web/pages/learning/parts/itemdetails.jsp (.../itemdetails.jsp) (revision 2cefe12c8a8c520572f32ccbb784acf55b76a6fd) @@ -1,16 +1,42 @@${item.description}
- +