<%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.authoring.template.web.LdTemplateController"%> <%-- Generic MCQ question for assessment. Expects an input of questionNumber, contentFolderID, and creates a text field field question${questionNumber} and three options. Question, and hence question.title and question.text are optional and are only populated if QTI is used to start the questions. ${containingDivName} is set if this is being called from a page with multiple sets of assessments, like the Application Exercises for TBL. --%> <%-- 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} ${containingDivName}assessment${questionNumber}titleDisplay ${containingDivName}assessment${questionNumber}title
${fn:length(question.answers)} ${numAnswers} ${answer.answerText} ${loopStatus.count} ${answer.grade}
<%@ include file="assessoption.jsp" %>
4
1 <%@ include file="assessoption.jsp" %>
2 <%@ include file="assessoption.jsp" %>
3 <%@ include file="assessoption.jsp" %>
4 <%@ include file="assessoption.jsp" %>