%@ page contentType="text/html; charset=utf-8" language="java"%> <%@ page isELIgnored="false" %> <%-- Original Version: 2007 LAMS Foundation Updated for Blackboard 9.1 SP6 (including new bbNG tag library) 2011 Richard Stals (www.stals.com.au) Edith Cowan University, Western Australia --%> <%-- Handle LAMS Lesson Access Students - access lesson only Staff - additionally access the Lesson Monitor --%> <%@ page import="blackboard.platform.plugin.*"%> <%@ page errorPage="/error.jsp"%> <%@ taglib uri="/bbNG" prefix="bbNG"%> <%@ taglib uri="/tags-core" prefix="c"%> <% // Authorise current user for Course Access (automatic redirect) try{ if (!PlugInUtil.authorizeForCourse(request, response)) return; } catch(PlugInException e) { throw new RuntimeException(e); } %> <%-- Page Header --%> <%-- Action Control Bar --%> <%-- Access the Lesson as a Learner --%> <%-- Access the Monitor --%> <%-- Cancel (Go Back) --%> ${description} Your Lesson Progress Lesson is not yet completed. You have completed: ${activitiesCompletedCount} out of approximately ${activitiesCount} activities [*] * Total activities depend on your learning path. You have completed this lesson.
Lesson is not yet completed.
You have completed: ${activitiesCompletedCount} out of approximately ${activitiesCount} activities [*]
You have completed this lesson.