+ <%
+ AbstractLesson lesson = webSession.getCurrentLesson();
+ if (lesson instanceof RandomLessonAdapter) {
+ RandomLessonAdapter rla = (RandomLessonAdapter) lesson;
+ %>
+
Stage <%= rla.getLessonTracker(webSession).getStageNumber(rla.getStage(webSession)) + 1%>
+ <%
+ }
+ %>
+ <%=webSession.getInstructions()%>
+