Uses of Class
org.sakaiproject.tool.assessment.qti.asi.Section
-
Packages that use Section Package Description org.sakaiproject.tool.assessment.qti.helper org.sakaiproject.tool.assessment.qti.helper.assessment org.sakaiproject.tool.assessment.qti.helper.section -
-
Uses of Section in org.sakaiproject.tool.assessment.qti.helper
Methods in org.sakaiproject.tool.assessment.qti.helper with parameters of type Section Modifier and Type Method Description ListExtractionHelper. getItemXmlList(Section sectionXml)Look up a List of Item XML from Section XmlMapExtractionHelper. mapSection(Section sectionXml)MapExtractionHelper. mapSection(Section sectionXml, boolean isRespondus)Get map of data to set from section XML -
Uses of Section in org.sakaiproject.tool.assessment.qti.helper.assessment
Methods in org.sakaiproject.tool.assessment.qti.helper.assessment that return Section Modifier and Type Method Description SectionAssessmentHelperBase. getSectionByTitle(Assessment assessment, String sectionTitle)get section XML by title -
Uses of Section in org.sakaiproject.tool.assessment.qti.helper.section
Methods in org.sakaiproject.tool.assessment.qti.helper.section that return Section Modifier and Type Method Description SectionSectionHelperBase. readXMLDocument(InputStream inputStream)Read a Section XML object from a streamSectionSectionHelperIfc. readXMLDocument(InputStream inputStream)read XML document into Section XMLSectionSectionHelperBase. updateSectionXml(Section sectionXml, String xpath, String value)Update the Section XML for XpathSectionSectionHelperIfc. updateSectionXml(Section sectionXml, String xpath, String value)Update section XML XPath with valueMethods in org.sakaiproject.tool.assessment.qti.helper.section with parameters of type Section Modifier and Type Method Description SectionSectionHelperBase. updateSectionXml(Section sectionXml, String xpath, String value)Update the Section XML for XpathSectionSectionHelperIfc. updateSectionXml(Section sectionXml, String xpath, String value)Update section XML XPath with value
-