|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.bean.author.ItemConfigBean
public class ItemConfigBean
Description: Describes global item settings for authoring. Describes what item types the will be supported. To change, modify the itemConfig properties in the faces.config file. Also developers could add an administrative configuration later.
| Constructor Summary | |
|---|---|
ItemConfigBean()
|
|
| Method Summary | |
|---|---|
ArrayList |
getItemTypeSelectList()
Derived property. |
boolean |
isSelectFromQuestionBank()
Can we select items from a question bank? |
boolean |
isSelectFromQuestionPool()
Can we select items from a question pool? |
boolean |
isShowAllMultipleChoice()
Should we show all multiple choice type question? |
boolean |
isShowAudio()
Should we show audio upload question? |
boolean |
isShowEssay()
Should we show short answer/essay question? |
boolean |
isShowFileUpload()
Should we show file upload question? |
boolean |
isShowFillInNumeric()
Should we show survey question? |
boolean |
isShowFillInTheBlank()
Should we show fill in the blank question? |
boolean |
isShowMatching()
Should we show matching question? |
boolean |
isShowMatrixSurvey()
|
boolean |
isShowMultipleChoiceMultipleCorrect()
Should we show multiple choice multiple correct question? |
boolean |
isShowMultipleChoiceSingleCorrect()
Should we show multiple choice single correct question? |
boolean |
isShowSurvey()
Should we show survey question? |
boolean |
isShowTrueFalse()
|
void |
setSelectFromQuestionBank(boolean selectFromQuestionBank)
Set whether we can select items from a question bank. |
void |
setSelectFromQuestionPool(boolean selectFromQuestionPool)
Set whether we can select items from a question pool. |
void |
setShowAudio(boolean showAudio)
Set whether audio recording should be shown. |
void |
setShowEssay(boolean showEssay)
Set whether essay/short answer should be shown. |
void |
setShowFileUpload(boolean showFileUpload)
Set whether file upload should be shown. |
void |
setShowFillInNumeric(boolean showFillInNumeric)
Set whether fill in numeric should be shown. |
void |
setShowFillInTheBlank(boolean showFillInTheBlank)
Set whether fill in the blank should be shown. |
void |
setShowMatching(boolean showMatching)
Set whether matching should be shown. |
void |
setShowMatrixSurvey(boolean showMatrixSurvey)
|
void |
setShowMultipleChoiceMultipleCorrect(boolean showMultipleChoiceMultipleCorrect)
Set whether multiple choice multiple correct should be shown. |
void |
setShowMultipleChoiceSingleCorrect(boolean showMultipleChoiceSingleCorrect)
Set whether multiple choice single correct should be shown. |
void |
setShowSurvey(boolean showSurvey)
Set whether survey should be shown. |
void |
setShowTrueFalse(boolean showTrueFalse)
Set whether we show true/false question. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemConfigBean()
| Method Detail |
|---|
public boolean isShowFileUpload()
public void setShowFileUpload(boolean showFileUpload)
showFileUpload - if this type should be shownpublic boolean isShowEssay()
public void setShowEssay(boolean showEssay)
showEssay - if this type should be shownpublic boolean isShowAudio()
public void setShowAudio(boolean showAudio)
showAudio - if this type should be shownpublic boolean isShowMatching()
public void setShowMatching(boolean showMatching)
showMatching - if this type should be shownpublic boolean isShowTrueFalse()
public void setShowTrueFalse(boolean showTrueFalse)
showTrueFalse - if this type should be shownpublic boolean isShowAllMultipleChoice()
public boolean isShowMultipleChoiceSingleCorrect()
public void setShowMultipleChoiceSingleCorrect(boolean showMultipleChoiceSingleCorrect)
showMultipleChoiceSingleCorrect - if this type should be shownpublic boolean isShowMultipleChoiceMultipleCorrect()
public void setShowMultipleChoiceMultipleCorrect(boolean showMultipleChoiceMultipleCorrect)
showMultipleChoiceMultipleCorrect - if this type should be shownpublic boolean isShowFillInTheBlank()
public void setShowFillInTheBlank(boolean showFillInTheBlank)
showFillInTheBlank - if this type should be shownpublic boolean isShowFillInNumeric()
public void setShowFillInNumeric(boolean showFillInNumeric)
showFillInNumeric - if this type should be shownpublic boolean isShowSurvey()
public void setShowSurvey(boolean showSurvey)
showSurvey - if this type should be shownpublic boolean isShowMatrixSurvey()
public void setShowMatrixSurvey(boolean showMatrixSurvey)
public ArrayList getItemTypeSelectList()
public boolean isSelectFromQuestionPool()
public void setSelectFromQuestionPool(boolean selectFromQuestionPool)
public boolean isSelectFromQuestionBank()
public void setSelectFromQuestionBank(boolean selectFromQuestionBank)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||