org.sakaiproject.tool.assessment.data.ifc.assessment
Interface SectionDataIfc
- All Superinterfaces:
- Serializable
public interface SectionDataIfc
- extends Serializable
AUTHOR_TYPE
static final String AUTHOR_TYPE
- See Also:
- Constant Field Values
QUESTIONS_AUTHORED_ONE_BY_ONE
static final Integer QUESTIONS_AUTHORED_ONE_BY_ONE
RANDOM_DRAW_FROM_QUESTIONPOOL
static final Integer RANDOM_DRAW_FROM_QUESTIONPOOL
QUESTIONS_ORDERING
static final String QUESTIONS_ORDERING
- See Also:
- Constant Field Values
AS_LISTED_ON_ASSESSMENT_PAGE
static final Integer AS_LISTED_ON_ASSESSMENT_PAGE
RANDOM_WITHIN_PART
static final Integer RANDOM_WITHIN_PART
POOLID_FOR_RANDOM_DRAW
static final String POOLID_FOR_RANDOM_DRAW
- See Also:
- Constant Field Values
POOLNAME_FOR_RANDOM_DRAW
static final String POOLNAME_FOR_RANDOM_DRAW
- See Also:
- Constant Field Values
NUM_QUESTIONS_DRAWN
static final String NUM_QUESTIONS_DRAWN
- See Also:
- Constant Field Values
QUESTIONS_RANDOM_DRAW_DATE
static final String QUESTIONS_RANDOM_DRAW_DATE
- See Also:
- Constant Field Values
RANDOMIZATION_TYPE
static final String RANDOMIZATION_TYPE
- See Also:
- Constant Field Values
PER_SUBMISSION
static final String PER_SUBMISSION
- See Also:
- Constant Field Values
PER_STUDENT
static final String PER_STUDENT
- See Also:
- Constant Field Values
POINT_VALUE_FOR_QUESTION
static final String POINT_VALUE_FOR_QUESTION
- See Also:
- Constant Field Values
DISCOUNT_VALUE_FOR_QUESTION
static final String DISCOUNT_VALUE_FOR_QUESTION
- See Also:
- Constant Field Values
getSectionId
Long getSectionId()
setSectionId
void setSectionId(Long sectionId)
getAssessmentId
Long getAssessmentId()
setAssessmentId
void setAssessmentId(Long assessmentId)
getAssessment
AssessmentIfc getAssessment()
setAssessment
void setAssessment(AssessmentIfc assessment)
getDuration
Integer getDuration()
setDuration
void setDuration(Integer duration)
getSequence
Integer getSequence()
setSequence
void setSequence(Integer sequence)
getTitle
String getTitle()
setTitle
void setTitle(String title)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getTypeId
Long getTypeId()
setTypeId
void setTypeId(Long typeId)
getStatus
Integer getStatus()
setStatus
void setStatus(Integer status)
getCreatedBy
String getCreatedBy()
setCreatedBy
void setCreatedBy(String createdBy)
getCreatedDate
Date getCreatedDate()
setCreatedDate
void setCreatedDate(Date createdDate)
getLastModifiedBy
String getLastModifiedBy()
setLastModifiedBy
void setLastModifiedBy(String lastModifiedBy)
getLastModifiedDate
Date getLastModifiedDate()
setLastModifiedDate
void setLastModifiedDate(Date lastModifiedDate)
getItemSet
Set getItemSet()
setItemSet
void setItemSet(Set itemSet)
addItem
void addItem(ItemDataIfc item)
getType
TypeIfc getType()
getItemArray
ArrayList getItemArray()
getItemArraySortedForGrading
ArrayList getItemArraySortedForGrading()
getSectionMetaDataSet
Set getSectionMetaDataSet()
setSectionMetaDataSet
void setSectionMetaDataSet(Set param)
getSectionMetaDataMap
HashMap getSectionMetaDataMap(Set param)
getSectionMetaDataByLabel
String getSectionMetaDataByLabel(String label)
addSectionMetaData
void addSectionMetaData(String label,
String entry)
getSectionAttachmentSet
Set getSectionAttachmentSet()
setSectionAttachmentSet
void setSectionAttachmentSet(Set sectionAttachmentSet)
getSectionAttachmentList
List getSectionAttachmentList()
Copyright © 2005-2012 Sakai Project. All Rights Reserved.