- Step ${formBean.current} of ${formBean.total}
+ Step ${instructions.current} of ${instructions.total}
-
+
- ${formBean.instruction.description}
+ ${instructions.instruction.description}
|
-
-
+
+
Index: lams_tool_larsrc/web/pages/itemreview/mainframe.jsp
===================================================================
diff -u -rfc7f983fbdc263b826831b5b6f4839290f7ef964 -r1dcb265570c3043908973a86db792f67133645e1
--- lams_tool_larsrc/web/pages/itemreview/mainframe.jsp (.../mainframe.jsp) (revision fc7f983fbdc263b826831b5b6f4839290f7ef964)
+++ lams_tool_larsrc/web/pages/itemreview/mainframe.jsp (.../mainframe.jsp) (revision 1dcb265570c3043908973a86db792f67133645e1)
@@ -20,6 +20,7 @@
--%>
<%@ include file="/common/taglibs.jsp" %>
Index: lams_tool_larsrc/web/pages/learning/learning.jsp
===================================================================
diff -u -r987a9ca6d6f83eefe8112c67e0dc013596c42c0a -r1dcb265570c3043908973a86db792f67133645e1
--- lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision 987a9ca6d6f83eefe8112c67e0dc013596c42c0a)
+++ lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision 1dcb265570c3043908973a86db792f67133645e1)
@@ -24,7 +24,7 @@
return false;
}
function viewItem(itemUid){
- var myUrl = "?itemUid=" + itemUid;
+ var myUrl = "?mode=learner&toolSessionID=${toolSessionID}&itemUid=" + itemUid;
launchPopup(myUrl,"LearnerView");
}
function completeItem(itemUid){
Fisheye: Tag 1dcb265570c3043908973a86db792f67133645e1 refers to a dead (removed) revision in file `lams_tool_larsrc/web/pages/learning/previewfinish.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_larsrc/web/pages/learning/start.jsp
===================================================================
diff -u -rfb406a57261a31898b62f3c808ffccb853089336 -r1dcb265570c3043908973a86db792f67133645e1
--- lams_tool_larsrc/web/pages/learning/start.jsp (.../start.jsp) (revision fb406a57261a31898b62f3c808ffccb853089336)
+++ lams_tool_larsrc/web/pages/learning/start.jsp (.../start.jsp) (revision 1dcb265570c3043908973a86db792f67133645e1)
@@ -5,7 +5,7 @@
Index: lams_tool_larsrc/web/pages/monitoring/monitoring.jsp
===================================================================
diff -u -r85fa9972550237aecb7c329101980f1f68128bdc -r1dcb265570c3043908973a86db792f67133645e1
--- lams_tool_larsrc/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 85fa9972550237aecb7c329101980f1f68128bdc)
+++ lams_tool_larsrc/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 1dcb265570c3043908973a86db792f67133645e1)
@@ -21,7 +21,7 @@
}
function viewItem(itemUid){
- var myUrl = "?itemUid=" + itemUid;
+ var myUrl = "?mode=teacher&itemUid=" + itemUid;
launchPopup(myUrl,"MonitoringReview");
}
|