| Package | Description |
|---|---|
| org.sakaiproject.tool.assessment.ui.bean.delivery | |
| org.sakaiproject.tool.assessment.ui.listener.delivery |
| Modifier and Type | Method and Description |
|---|---|
ContentsDeliveryBean |
DeliveryBean.getPageContents()
Bean with a list of all the sections in the current page
which in turn has a list of all the item contents for the page.
|
ContentsDeliveryBean |
DeliveryBean.getTableOfContents()
Bean with table of contents information and
a list of all the sections in the assessment
which in turn has a list of all the item contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryBean.setPageContents(ContentsDeliveryBean pageContents)
Bean with a list of all the sections in the current page
which in turn has a list of all the item contents for the page.
|
void |
DeliveryBean.setTableOfContents(ContentsDeliveryBean tableOfContents)
Bean with table of contents information and
a list of all the sections in the assessment
which in turn has a list of all the item contents.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentsDeliveryBean |
DeliveryActionListener.getContents(PublishedAssessmentFacade publishedAssessment,
HashMap itemGradingHash,
DeliveryBean delivery,
HashMap publishedAnswerHash)
Gets a table of contents bean
|
ContentsDeliveryBean |
DeliveryActionListener.getPageContents(PublishedAssessmentFacade publishedAssessment,
DeliveryBean delivery,
HashMap itemGradingHash,
HashMap publishedAnswerHash)
Gets a contents bean for the current page.
|
ContentsDeliveryBean |
DeliveryActionListener.getShowFeedbackPageContents(PublishedAssessmentFacade publishedAssessment,
DeliveryBean delivery,
HashMap itemGradingHash,
HashMap publishedAnswerHash)
When user clicks on Show Feedback, this method gets a contents bean for the current page.
|
Copyright © 2005-2014 Sakai Project. All Rights Reserved.