| org.sakaiproject.tool.assessment.qti.asi.ASIBaseClass org.sakaiproject.tool.assessment.contentpackaging.Manifest
Manifest | public class Manifest extends ASIBaseClass (Code) | | Copyright: Copyright (c) 2003-5
Organization: Sakai Project
author: casong author: Ed Smiley esmiley@stanford.edu version: $Id: Assessment.java 9274 2006-05-10 22:50:48Z daisyf@stanford.edu $ |
Constructor Summary | |
protected | Manifest() Creates a new Assessment object. | public | Manifest(Document document) Creates a new Assessment object. |
Manifest | protected Manifest()(Code) | | Creates a new Assessment object.
|
Manifest | public Manifest(Document document)(Code) | | Creates a new Assessment object.
Parameters: document - the Document containing the assessment. |
addSectionRef | public void addSectionRef(String sectionId)(Code) | | Add a section ref with section Id sectionId.
Parameters: sectionId - |
getBasePath | public String getBasePath()(Code) | | Base XPath for the assessment.
|
getIdent | public String getIdent()(Code) | | Assessment id (ident attribute)
ident |
getSectionRefIds | public List getSectionRefIds()(Code) | | |
getSectionRefs | public List getSectionRefs()(Code) | | Get a collection of section refs.
|
getSections | public Collection getSections()(Code) | | Get a collection of sections.
the sections |
getTitle | public String getTitle()(Code) | | Assessment title.
title |
removeSectionRef | public void removeSectionRef(String sectionId)(Code) | | Remove a section ref with section Id sectionId.
Parameters: sectionId - |
removeSectionRefs | public void removeSectionRefs()(Code) | | Remove all section refs.
|
setBasePath | public void setBasePath(String basePath)(Code) | | Base XPath for the assessment.
Parameters: basePath - |
setFieldentry | public void setFieldentry(String prefixPath, String fieldlabel, String setValue)(Code) | | Parameters: fieldlabel - Parameters: setValue - |
setIdent | public void setIdent(String ident)(Code) | | Assessment id (ident attribute)
Parameters: ident - the ident |
setTitle | public void setTitle(String title)(Code) | | Assessment title.
Parameters: title - |
|
|