<%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-function" prefix="fn" %> <%@ page import="org.lamsfoundation.lams.authoring.template.web.LdTemplateController"%> ${questionNumber eq 1 ? "class=\"input required\"" : "class=\"input\""} <%-- 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. --%>
${questionNumber eq 1 ? "" : ""}
${fn:length(question.answers)} ${numAnswers} ${answer.text} ${loopStatus.count} ${answer.score}
<%@ 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" %>