%@ 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