org.sakaiproject.tool.assessment.ui.bean.author
Class AssessmentBean
java.lang.Object
org.sakaiproject.tool.assessment.ui.bean.author.AssessmentBean
- All Implemented Interfaces:
- Serializable
public class AssessmentBean
- extends Object
- implements Serializable
- Author:
- rshastri
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Used to be org.navigoproject.ui.web.asi.author.assessment.AssessmentActionForm.java
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssessmentBean
public AssessmentBean()
getAssessment
public AssessmentIfc getAssessment()
setAssessment
public void setAssessment(AssessmentIfc assessment)
getAssessmentId
public String getAssessmentId()
setAssessmentId
public void setAssessmentId(String assessmentId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getSections
public ArrayList getSections()
setSections
public void setSections(ArrayList sections)
getPartNumbers
public ArrayList getPartNumbers()
setPartNumbers
public void setPartNumbers()
getQuestionSize
public int getQuestionSize()
setQuestionSizeAndTotalScore
public void setQuestionSizeAndTotalScore()
updateRandomPoolQuestions
public int updateRandomPoolQuestions(String sectionId)
getTotalScore
public float getTotalScore()
setTotalScore
public void setTotalScore(float totalScore)
getNewQuestionTypeId
public String getNewQuestionTypeId()
setNewQuestionTypeId
public void setNewQuestionTypeId(String newQuestionTypeId)
getItemTypes
public javax.faces.model.SelectItem[] getItemTypes()
setSectionList
public void setSectionList(ArrayList list)
- This set a list of SelectItem (sectionId, title) for selection box
- Parameters:
list -
getSectionList
public ArrayList getSectionList()
getFirstSectionId
public String getFirstSectionId()
setFirstSectionId
public void setFirstSectionId(String firstSectionId)
- Parameters:
string - the title
getOtherSectionList
public ArrayList getOtherSectionList()
setOtherSectionList
public void setOtherSectionList(ArrayList list)
getHasRandomDrawPart
public boolean getHasRandomDrawPart()
setHasRandomDrawPart
public void setHasRandomDrawPart(boolean param)
getShowPrintLink
public boolean getShowPrintLink()
setShowPrintLink
public void setShowPrintLink(boolean showPrintLink)
getHasGradingData
public boolean getHasGradingData()
setHasGradingData
public void setHasGradingData(boolean hasGradingData)
getHasSubmission
public boolean getHasSubmission()
setHasSubmission
public void setHasSubmission(boolean hasSubmission)
getShowPrintAssessment
public boolean getShowPrintAssessment()
setShowPrintAssessment
public void setShowPrintAssessment(boolean showPrintAssessment)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.