Index: lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/NoticeboardConstants.java =================================================================== diff -u -r019f5ac7e7080ed37f94e0eb5e40de9d16a95185 -r9c41cd7f1b9b6f1c0b322d07db8ab20c4ed7eb05 --- lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/NoticeboardConstants.java (.../NoticeboardConstants.java) (revision 019f5ac7e7080ed37f94e0eb5e40de9d16a95185) +++ lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/NoticeboardConstants.java (.../NoticeboardConstants.java) (revision 9c41cd7f1b9b6f1c0b322d07db8ab20c4ed7eb05) @@ -21,10 +21,11 @@ package org.lamsfoundation.lams.tool.noticeboard; /** - * This is a constant utility class that defined all constants need to be - * shared around the noticeboard tool. * - * + *

This is a constant utility class that defined all constants need to be + * shared around the noticeboard tool.

+ * + * @author mtruong */ public class NoticeboardConstants { @@ -33,6 +34,9 @@ */ private NoticeboardConstants(){} + public final static String TOOL_SIGNATURE="lanb11"; + + // ------------------------------------------ // DEFAULT IDs for testing purposes // ------------------------------------------ @@ -47,6 +51,7 @@ public static final String INSTRUCTIONS = "Instructions"; public static final String AUTHOR_PAGE = "authoringContent"; + public static final String AUTHOR_PAGE2 = "authoringContent2"; public static final String DISPLAY_MESSAGE = "displayMessage"; public static final String DISPLAY_LEARNER_CONTENT = "displayLearnerContent"; @@ -92,7 +97,7 @@ public static final String ATTACHMENT_LIST = "attachmentList"; public static final String READ_ONLY_MODE = "readOnlyMode"; - // public static final String IS_TOOL_COMPLETED = "isToolCompleted"; + public static final String USER_ID = "userId"; public static final String TOOL_SESSION_ID = "toolSessionId";