%@ page contentType="text/html; charset=utf-8" language="java"%>
<%@ page isELIgnored="false" %>
<%--
Step 1 For Creating a New LAMS Lesson
Allows the user to (optionally) author a new LAMS lesson
Then the user must select a LAMS lesson before proceeding to Step 2.
Step 1 - create.jsp
Step 2 - /LessonManager?method=start
--%>
<%@ page errorPage="/error.jsp"%>
<%@ taglib uri="/bbNG" prefix="bbNG"%>
<%@ taglib uri="/tags-core" prefix="c"%>
<%-- Breadcrumbs --%>
<%-- Page Header --%>
<%-- Form to Collect ID of Selected LAMS Sequence --%>