Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== diff -u -r32cdad4d272b837159a6be5e5d8fa4f6f2744c14 -re375c54beafdf9b4b7bebf3fe83629f26b8c4626 --- lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 32cdad4d272b837159a6be5e5d8fa4f6f2744c14) +++ lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision e375c54beafdf9b4b7bebf3fe83629f26b8c4626) @@ -122,6 +122,7 @@ String title = ""; String description = ""; String strLineitemId = null; + String position = "unknown"; //contentId is available in versions after 1.2.3 if (contentIdStr != null) { @@ -131,6 +132,7 @@ Content courseDoc = (Content)courseDocumentLoader.loadById( contentId ); title = courseDoc.getTitle(); description = courseDoc.getBody().getFormattedText(); + position = String.valueOf(courseDoc.getPosition()); //get lineitemid from the storage (bbContentId -> lineitemid) PortalExtraInfo pei = PortalUtil.loadPortalExtraInfo(null, null, "LamsLineitemStorage"); @@ -199,6 +201,8 @@ <%-- Cancel (Go Back) --%> + + <% if((description != "") && (description != null)) { %>
<%=description%>