Java Doc for ItemBean.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » ui » bean » author » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.tool.assessment.ui.bean.author 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.tool.assessment.ui.bean.author.ItemBean

ItemBean
public class ItemBean implements Serializable(Code)
UI bean for authoring an Item $Id: ItemBean.java 28716 2007-04-12 00:31:23Z ajpoland@iupui.edu $



Constructor Summary
public  ItemBean()
     Creates a new ItemBean object.

Method Summary
public  StringaddChoicesAction()
    
public  StringaddMatchPair()
    
public  StringeditMatchPair()
    
public  StringgetAdditionalChoices()
    
public  StringgetAnswer(int n)
    
public  int[]getAnswerCounter()
     get 1, 2, 3...
public  String[]getAnswerLabels()
    
public  StringgetAnswerNumber(int n)
     Return the nth answer number, "A", "B", "C" etc.
public  String[]getAnswers()
    
public  booleangetCaseSensitiveForFib()
    
public  booleangetCaseSensitiveForFin()
    
public  boolean[]getChoiceCorrectArray()
    
public  StringgetCorrAnswer()
    
public  String[]getCorrAnswers()
    
public  StringgetCorrFeedback()
    
public  MatchItemBeangetCurrentMatchPair()
    
public  StringgetGeneralFeedback()
    
public  StringgetIncorrFeedback()
    
public  StringgetInstruction()
    
public  StringgetItemId()
    
public  StringgetItemScore()
    
public  StringgetItemText()
    
public  StringgetItemType()
    
public  StringgetKeyword()
    
public  StringgetMatch(int n)
     Maching only.
public  StringgetMatchAnswer(int n)
    
public  String[]getMatchAnswers()
    
public  int[]getMatchCounter()
     get 1, 2, 3...
public  StringgetMatchFeedback(int n)
    
public  String[]getMatchFeedbackList()
    
public  ArrayListgetMatchItemBeanList()
    
public  String[]getMatches()
     Maching only.
public  StringgetMaxNumberRecordings()
    
public  StringgetMaxRecordingTime()
    
public  ArrayListgetMultipleChoiceAnswers()
    
public  booleangetMultipleCorrect()
    
public  StringgetMultipleCorrectString()
    
public  booleangetMutuallyExclusiveForFib()
    
public  booleangetMutuallyExclusiveForFin()
    
public  StringgetNumAttempts()
    
public  StringgetObjective()
    
public  StringgetOrigPool()
    
public  StringgetOrigSection()
    
public  StringgetOutcome()
    
public  StringgetPoolOutcome()
    
public  StringgetRandomized()
    
public  StringgetRationale()
    
public  StringgetRubric()
    
public  StringgetScaleName()
    
public  StringgetSelectedPool()
    
public  StringgetSelectedSection()
    
public  booleangetShowMutuallyExclusiveForFibCheckbox()
    
public  booleangetShowMutuallyExclusiveForFinCheckbox()
    
public  StringgetTimeAllowed()
    
public  booleanisCorrectChoice(String label)
    
public  booleanisCorrectChoice(int n)
    
public  booleanisMatchError()
    
public  StringremoveChoices()
    
public  StringremoveMatchPair()
    
public  voidsetAdditionalChoices(String size)
    
public  voidsetAnswer(int n, String answer)
    
public  voidsetAnswerLabels(String[] answers)
    
public  voidsetAnswers(String[] answers)
    
public  voidsetCaseSensitiveForFib(boolean param)
    
public  voidsetCaseSensitiveForFin(boolean param)
    
public  voidsetChoiceCorrectArray(boolean[] choiceCorrectArray)
    
public  voidsetCorrAnswer(String answer)
    
public  voidsetCorrAnswers(String[] answers)
    
public  voidsetCorrFeedback(String param)
    
public  voidsetCorrectChoice(int n, boolean correctChoice)
    
public  voidsetCurrentMatchPair(MatchItemBean param)
    
public  voidsetGeneralFeedback(String param)
    
public  voidsetIncorrFeedback(String param)
    
public  voidsetInstruction(String param)
    
public  voidsetItemId(String string)
    
public  voidsetItemScore(String score)
    
public  voidsetItemText(String itemText)
    
public  voidsetItemType(String param)
    
public  voidsetKeyword(String param)
    
public  voidsetMatch(int n, String match)
     Maching only.
public  voidsetMatchAnswer(int n, String matchAnswer)
    
public  voidsetMatchAnswers(String[] matchAnswers)
    
public  voidsetMatchFeedback(int n, String matchFeedback)
    
public  voidsetMatchFeedbackList(String[] matchFeedbackList)
    
public  voidsetMatchItemBeanList(ArrayList list)
    
public  voidsetMatches(String[] matches)
     Maching only.
public  voidsetMaxNumberRecordings(String maxNumberRecordings)
    
public  voidsetMaxRecordingTime(String maxRecordingTime)
    
public  voidsetMultipleChoiceAnswers(ArrayList list)
    
public  voidsetMultipleCorrect(boolean multipleCorrect)
    
public  voidsetMultipleCorrectString(String multipleCorrect)
    
public  voidsetMutuallyExclusiveForFib(boolean param)
    
public  voidsetMutuallyExclusiveForFin(boolean param)
    
public  voidsetNumAttempts(String param)
    
public  voidsetObjective(String param)
    
public  voidsetOrigPool(String param)
    
public  voidsetOrigSection(String param)
    
public  voidsetOutcome(String outcome)
    
public  voidsetPoolOutcome(String poolOutcome)
    
public  voidsetRandomized(String randomized)
    
public  voidsetRationale(String param)
    
public  voidsetRubric(String param)
    
public  voidsetScaleName(String scaleName)
    
public  voidsetSelectedPool(String selectedPool)
    
public  voidsetSelectedSection(String selectedSection)
    
public  voidsetShowMutuallyExclusiveForFibCheckbox(boolean param)
    
public  voidsetShowMutuallyExclusiveForFinCheckbox(boolean param)
    
public  voidsetTimeAllowed(String param)
    
public  voidtoggleChoiceTypes(ValueChangeEvent event)
    


Constructor Detail
ItemBean
public ItemBean()(Code)
Creates a new ItemBean object.




Method Detail
addChoicesAction
public String addChoicesAction()(Code)



addMatchPair
public String addMatchPair()(Code)



editMatchPair
public String editMatchPair()(Code)



getAdditionalChoices
public String getAdditionalChoices()(Code)
value of question score it is worth



getAnswer
public String getAnswer(int n)(Code)
get the nth answer
Parameters:
  n - the nth answer



getAnswerCounter
public int[] getAnswerCounter()(Code)
get 1, 2, 3... for each answer
Parameters:
  n -



getAnswerLabels
public String[] getAnswerLabels()(Code)
ordered array of answers



getAnswerNumber
public String getAnswerNumber(int n)(Code)
Return the nth answer number, "A", "B", "C" etc.
Parameters:
  n -



getAnswers
public String[] getAnswers()(Code)
ordered array of answers



getCaseSensitiveForFib
public boolean getCaseSensitiveForFib()(Code)
for fib, case sensitive for grading?



getCaseSensitiveForFin
public boolean getCaseSensitiveForFin()(Code)
for fin, case sensitive for grading?



getChoiceCorrectArray
public boolean[] getChoiceCorrectArray()(Code)
This is an array of correct/not correct flags the array of correct/not correct flags



getCorrAnswer
public String getCorrAnswer()(Code)
ordered array of correct answers



getCorrAnswers
public String[] getCorrAnswers()(Code)
ordered array of correct answers



getCorrFeedback
public String getCorrFeedback()(Code)
for correct feedback the scale



getCurrentMatchPair
public MatchItemBean getCurrentMatchPair()(Code)



getGeneralFeedback
public String getGeneralFeedback()(Code)
for general feedback the scale



getIncorrFeedback
public String getIncorrFeedback()(Code)
for incorrect feedback the incorrFeedback



getInstruction
public String getInstruction()(Code)



getItemId
public String getItemId()(Code)



getItemScore
public String getItemScore()(Code)
value of question score it is worth



getItemText
public String getItemText()(Code)



getItemType
public String getItemType()(Code)



getKeyword
public String getKeyword()(Code)
get keyword metadata



getMatch
public String getMatch(int n)(Code)
Maching only. Get the nth match String.
Parameters:
  n - the nth match String



getMatchAnswer
public String getMatchAnswer(int n)(Code)
Corresponding answer number for nth match
Parameters:
  n -



getMatchAnswers
public String[] getMatchAnswers()(Code)
Corresponding answer number list ordered for match answer number



getMatchCounter
public int[] getMatchCounter()(Code)
get 1, 2, 3... for each match
Parameters:
  n -



getMatchFeedback
public String getMatchFeedback(int n)(Code)
feedback for nth match
Parameters:
  n - feedback for nth match



getMatchFeedbackList
public String[] getMatchFeedbackList()(Code)
array of matching feeback array of matching feeback



getMatchItemBeanList
public ArrayList getMatchItemBeanList()(Code)



getMatches
public String[] getMatches()(Code)
Maching only. Get an array of match Strings. array of match Strings.



getMaxNumberRecordings
public String getMaxNumberRecordings()(Code)
for audio recording maximum attempts



getMaxRecordingTime
public String getMaxRecordingTime()(Code)
for audio recording maximum time for recording



getMultipleChoiceAnswers
public ArrayList getMultipleChoiceAnswers()(Code)



getMultipleCorrect
public boolean getMultipleCorrect()(Code)
for multiple choice questions, multiple correct?



getMultipleCorrectString
public String getMultipleCorrectString()(Code)
for multiple choice questions, multiple correct?



getMutuallyExclusiveForFib
public boolean getMutuallyExclusiveForFib()(Code)
for fib, Mutually exclusive for multiple answers, for grading?



getMutuallyExclusiveForFin
public boolean getMutuallyExclusiveForFin()(Code)
for fin, Mutually exclusive for multiple answers, for grading?



getNumAttempts
public String getNumAttempts()(Code)



getObjective
public String getObjective()(Code)
get objective metadata



getOrigPool
public String getOrigPool()(Code)
String value of selected pool id String value of selected pool id



getOrigSection
public String getOrigSection()(Code)
String value of selected pool id String value of selected pool id



getOutcome
public String getOutcome()(Code)



getPoolOutcome
public String getPoolOutcome()(Code)



getRandomized
public String getRandomized()(Code)
Is question to be randomized? true or false



getRationale
public String getRationale()(Code)
has rationale ? true or false



getRubric
public String getRubric()(Code)
get rubric metadata



getScaleName
public String getScaleName()(Code)
for survey the scale



getSelectedPool
public String getSelectedPool()(Code)
String value of selected pool id String value of selected pool id



getSelectedSection
public String getSelectedSection()(Code)
String value of selected section id String value of selected section id



getShowMutuallyExclusiveForFibCheckbox
public boolean getShowMutuallyExclusiveForFibCheckbox()(Code)
for fib, Mutually exclusive for multiple answers, for grading?



getShowMutuallyExclusiveForFinCheckbox
public boolean getShowMutuallyExclusiveForFinCheckbox()(Code)
for fin, Mutually exclusive for multiple answers, for grading?



getTimeAllowed
public String getTimeAllowed()(Code)



isCorrectChoice
public boolean isCorrectChoice(String label)(Code)



isCorrectChoice
public boolean isCorrectChoice(int n)(Code)
is the nth choice correct?
Parameters:
  n -



isMatchError
public boolean isMatchError()(Code)



removeChoices
public String removeChoices()(Code)



removeMatchPair
public String removeMatchPair()(Code)



setAdditionalChoices
public void setAdditionalChoices(String size)(Code)
value of question
Parameters:
  score -



setAnswer
public void setAnswer(int n, String answer)(Code)
set the nth answer
Parameters:
  n -
Parameters:
  answer - the nth answer



setAnswerLabels
public void setAnswerLabels(String[] answers)(Code)
set ordered array of answers
Parameters:
  answers - ordered array of answers



setAnswers
public void setAnswers(String[] answers)(Code)
set ordered array of answers
Parameters:
  answers - ordered array of answers



setCaseSensitiveForFib
public void setCaseSensitiveForFib(boolean param)(Code)
for fib questions case sensitive for grading?



setCaseSensitiveForFin
public void setCaseSensitiveForFin(boolean param)(Code)
for fin questions case sensitive for grading?



setChoiceCorrectArray
public void setChoiceCorrectArray(boolean[] choiceCorrectArray)(Code)
set array of correct/not correct flags
Parameters:
  choiceCorrectArray - of correct/not correct flags



setCorrAnswer
public void setCorrAnswer(String answer)(Code)
set correct answer for True/False
Parameters:
  answers - ordered array of correct answers



setCorrAnswers
public void setCorrAnswers(String[] answers)(Code)
set ordered array of correct answers
Parameters:
  answers - ordered array of correct answers



setCorrFeedback
public void setCorrFeedback(String param)(Code)
set the corrfeedback
Parameters:
  corrfeedback -



setCorrectChoice
public void setCorrectChoice(int n, boolean correctChoice)(Code)
set the nth choice correct?
Parameters:
  n -
Parameters:
  correctChoice - true if it is



setCurrentMatchPair
public void setCurrentMatchPair(MatchItemBean param)(Code)



setGeneralFeedback
public void setGeneralFeedback(String param)(Code)
set the generalfeedback
Parameters:
  generalfeedback -



setIncorrFeedback
public void setIncorrFeedback(String param)(Code)
set the incorrectfeedback
Parameters:
  incorrFeedback -



setInstruction
public void setInstruction(String param)(Code)



setItemId
public void setItemId(String string)(Code)

Parameters:
  string -



setItemScore
public void setItemScore(String score)(Code)
value of question
Parameters:
  score -



setItemText
public void setItemText(String itemText)(Code)



setItemType
public void setItemType(String param)(Code)



setKeyword
public void setKeyword(String param)(Code)
set metadata
Parameters:
  param -



setMatch
public void setMatch(int n, String match)(Code)
Maching only. Set the nth match String.
Parameters:
  n -
Parameters:
  match -



setMatchAnswer
public void setMatchAnswer(int n, String matchAnswer)(Code)
set answer number for nth match
Parameters:
  n -
Parameters:
  matchAnswer -



setMatchAnswers
public void setMatchAnswers(String[] matchAnswers)(Code)
Corresponding answer number list ordered for match
Parameters:
  matchAnswers - answer number list ordered for match



setMatchFeedback
public void setMatchFeedback(int n, String matchFeedback)(Code)
set feedback for nth match
Parameters:
  n -
Parameters:
  matchFeedback - feedback for match



setMatchFeedbackList
public void setMatchFeedbackList(String[] matchFeedbackList)(Code)
set array of matching feeback
Parameters:
  matchFeedbackList - array of matching feeback



setMatchItemBeanList
public void setMatchItemBeanList(ArrayList list)(Code)



setMatches
public void setMatches(String[] matches)(Code)
Maching only. Set array of match Strings.
Parameters:
  matches - array of match Strings.



setMaxNumberRecordings
public void setMaxNumberRecordings(String maxNumberRecordings)(Code)
set audio recording maximum attempts
Parameters:
  maxNumberRecordings -



setMaxRecordingTime
public void setMaxRecordingTime(String maxRecordingTime)(Code)
for audio recording
Parameters:
  maxRecordingTime - maximum time for recording



setMultipleChoiceAnswers
public void setMultipleChoiceAnswers(ArrayList list)(Code)



setMultipleCorrect
public void setMultipleCorrect(boolean multipleCorrect)(Code)
for multiple choice questions
Parameters:
  multipleCorrect - multiple correct?



setMultipleCorrectString
public void setMultipleCorrectString(String multipleCorrect)(Code)
for multiple choice questions
Parameters:
  multipleCorrectString - multiple correct?



setMutuallyExclusiveForFib
public void setMutuallyExclusiveForFib(boolean param)(Code)
for fib questions Mutually exclusive for multiple answers, for grading?



setMutuallyExclusiveForFin
public void setMutuallyExclusiveForFin(boolean param)(Code)
for fin questions Mutually exclusive for multiple answers, for grading?



setNumAttempts
public void setNumAttempts(String param)(Code)



setObjective
public void setObjective(String param)(Code)
set metadata
Parameters:
  param -



setOrigPool
public void setOrigPool(String param)(Code)
set the String value of selected pool id
Parameters:
  selectedPool - String value of selected pool id



setOrigSection
public void setOrigSection(String param)(Code)
set the String value of selected pool id
Parameters:
  selectedSection - String value of selected pool id



setOutcome
public void setOutcome(String outcome)(Code)



setPoolOutcome
public void setPoolOutcome(String poolOutcome)(Code)



setRandomized
public void setRandomized(String randomized)(Code)
Is question to be randomized?
Parameters:
  randomized - true if it is



setRationale
public void setRationale(String param)(Code)

Parameters:
  rationale - true if it is



setRubric
public void setRubric(String param)(Code)
set metadata
Parameters:
  param -



setScaleName
public void setScaleName(String scaleName)(Code)
set the survey scale
Parameters:
  scaleName -



setSelectedPool
public void setSelectedPool(String selectedPool)(Code)
set the String value of selected pool id
Parameters:
  selectedPool - String value of selected pool id



setSelectedSection
public void setSelectedSection(String selectedSection)(Code)
set the String value of selected section id
Parameters:
  selectedSection - String value of selected section id



setShowMutuallyExclusiveForFibCheckbox
public void setShowMutuallyExclusiveForFibCheckbox(boolean param)(Code)
for fib questions Mutually exclusive for multiple answers, for grading?



setShowMutuallyExclusiveForFinCheckbox
public void setShowMutuallyExclusiveForFinCheckbox(boolean param)(Code)
for fin questions Mutually exclusive for multiple answers, for grading?



setTimeAllowed
public void setTimeAllowed(String param)(Code)



toggleChoiceTypes
public void toggleChoiceTypes(ValueChangeEvent event)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

ww_w.___java__2_s.___co_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.