<%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.authoring.template.web.LdTemplateController"%> <%-- Generic MC question page. Expects an input of questionNumber, contentFolderID, and creates a text field field question${questionNumber} and three options / as many as are need for a QTI import --%> <%-- The title needs to look like an ordinary panel title, but be editable via the X-editable javascript. But that won't be returned to the server in the form data, so copy what appears in the displayed span to a hidden input field. --%> ${question.title} question${questionNumber}titleDisplay question${questionNumber}title
${questionNumber eq 1 ? "" : ""}
${fn:length(question.answers)} ${numAnswers} ${answer.answerText} ${answer.grade > 0} ${loopStatus.count}
<%@ include file="mcoption.jsp" %>
4 1 <%@ include file="mcoption.jsp" %>
2 <%@ include file="mcoption.jsp" %>
3 <%@ include file="mcoption.jsp" %>
4 <%@ include file="mcoption.jsp" %>