%@ include file="config.jsp" %> <%@ page import="org.apache.axis.client.Call" %> <%@ page import="org.apache.axis.client.Service" %> <%@ page import="java.util.ArrayList" %> <%@ page import="java.util.Date" %> <%@ page import="org.lamsfoundation.lams.util.HashUtil" %> <%@ page import="org.lamsfoundation.lams.util.Emailer" %> <%@ page import="org.lamsfoundation.lams.util.Configuration" %> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> <% String userID = request.getParameter("openid_url"); String timestamp = "" + new Date().getTime(); String method = "register"; String plaintext = timestamp + userID + method + LAMS_SERVER_ID + LAMS_SERVER_KEY; String hash = HashUtil.sha1(plaintext); String loginRequestURL = LAMS_SERVER_URL + "/openid/RegisterOpenId"; %>
Just by completing this form, you can register and test LAMS as Teacher, Monitor and Learner. You'll be assigned to a Course where you can create sequences, assign them to your students, monitor their progress and participate in them as well. New to LAMS? No worries, have a look at these animations.
If you already have an account, please proceed to the login page.