Index: lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties =================================================================== diff -u -r2933e1ad39938f2c65040e8bf0199c5161e85c1f -rafdcd71e8101534954d0eae0e6015e9d52cd6217 --- lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2933e1ad39938f2c65040e8bf0199c5161e85c1f) +++ lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties (.../ApplicationResources.properties) (revision afdcd71e8101534954d0eae0e6015e9d52cd6217) @@ -36,6 +36,10 @@ titleHeading.statistics=Statistics titleHeading.editActivity=Edit Activity +heading.group=Group {0}: +heading.totalLearners=Number of Learners: +heading.totalLearnersInGroup=Total Number of Learners in Group: + message.contentInUseSet=The modification of content is not allowed since one or more students has attempted the activity. message.summary=There is no summary available for this tool. Index: lams_tool_nb/test/java/org/lamsfoundation/lams/tool/noticeboard/NbDataAccessTestCase.java =================================================================== diff -u -rcb4498992c8dca828d069a1d312037221afa342d -rafdcd71e8101534954d0eae0e6015e9d52cd6217 --- lams_tool_nb/test/java/org/lamsfoundation/lams/tool/noticeboard/NbDataAccessTestCase.java (.../NbDataAccessTestCase.java) (revision cb4498992c8dca828d069a1d312037221afa342d) +++ lams_tool_nb/test/java/org/lamsfoundation/lams/tool/noticeboard/NbDataAccessTestCase.java (.../NbDataAccessTestCase.java) (revision afdcd71e8101534954d0eae0e6015e9d52cd6217) @@ -70,6 +70,7 @@ protected final String TEST_OFFLINE_INSTRUCTIONS = "Put your offline instructions here"; protected final boolean TEST_DEFINE_LATER = false; protected final boolean TEST_FORCE_OFFLINE = false; + protected final boolean TEST_CONTENT_IN_USE = false; protected final Date TEST_DATE_CREATED = new Date(System.currentTimeMillis()); protected final Date TEST_DATE_UPDATED = new Date(); protected final Long TEST_CREATOR_USER_ID = new Long(1300); @@ -94,9 +95,10 @@ protected final String DEFAULT_OFFLINE_INSTRUCTIONS = "Enter the offline instructions here"; protected final boolean DEFAULT_DEFINE_LATER = false; protected final boolean DEFAULT_FORCE_OFFLINE = false; + protected final boolean DEFAULT_CONTENT_IN_USE = false; protected final Long DEFAULT_CREATOR_USER_ID = NoticeboardConstants.DEFAULT_CREATOR_ID; protected final Long DEFAULT_SESSION_ID = NoticeboardConstants.DEFAULT_SESSION_ID; - protected final String DEFAULT_SESSION_STATUS = NoticeboardSession.NOT_ATTEMPTED; + protected final String DEFAULT_SESSION_STATUS = NoticeboardSession.INCOMPLETE; protected final Long DEFAULT_USER_ID = new Long(2600); protected final String DEFAULT_USERNAME = "test"; protected final String DEFAULT_FULLNAME = "test"; @@ -145,6 +147,7 @@ TEST_ONLINE_INSTRUCTIONS, TEST_OFFLINE_INSTRUCTIONS, TEST_DEFINE_LATER, + TEST_CONTENT_IN_USE, TEST_FORCE_OFFLINE, TEST_CREATOR_USER_ID, TEST_DATE_CREATED, @@ -215,6 +218,7 @@ DEFAULT_OFFLINE_INSTRUCTIONS, DEFAULT_DEFINE_LATER, DEFAULT_FORCE_OFFLINE, + DEFAULT_CONTENT_IN_USE, DEFAULT_CREATOR_USER_ID, TEST_DATE_CREATED, TEST_DATE_UPDATED); Index: lams_tool_nb/web/m_Statistics.jsp =================================================================== diff -u -r5dcd8c724b3852b6ede8c687e6f5d8d5b61044a0 -rafdcd71e8101534954d0eae0e6015e9d52cd6217 --- lams_tool_nb/web/m_Statistics.jsp (.../m_Statistics.jsp) (revision 5dcd8c724b3852b6ede8c687e6f5d8d5b61044a0) +++ lams_tool_nb/web/m_Statistics.jsp (.../m_Statistics.jsp) (revision afdcd71e8101534954d0eae0e6015e9d52cd6217) @@ -1 +1,33 @@ +
+ |
+ |
+
+
+ |
+ |
+