%@ page language="java" import="java.util.*" %> <%@ taglib uri="tags-html-el" prefix="html" %> <%@ taglib uri="tags-bean" prefix="bean" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-lams" prefix="lams" %> <% String protocol = request.getProtocol(); if(protocol.startsWith("HTTPS")){ protocol = "https://"; }else{ protocol = "http://"; } String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../"; %>
This is a dummy page for Lesson Management. It is to be used until the Flash interface is ready. It pull the urls from the database so if the urls are invalid, you need to check the tool deployment scripts.
Before you can start a lesson, you will need to create a learning design.
At the moment, the only way to do this is to go into the authoring client
and save a learning design containing your tool. Get the id of the learning
design from the database. Once that is done, you can start a lesson
using the learning design id.
learningDesignId
title
desc
All the links below should pop-up in new windows.