public class FeedbackItem
extends java.lang.Object
Constructor and Description |
---|
FeedbackItem(org.tencompetence.services.xml.qti.elements.TestFeedback testFeedback)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getMinScore()
Gets the feedback minimum score.
|
java.lang.String |
getSelectedEqfLevel()
Gets the selected EQF level.
|
org.tencompetence.services.xml.qti.elements.TestFeedback |
getTestFeedback()
Gets the test feedback.
|
java.lang.String |
getText()
Gets the choice text.
|
boolean |
isIncludeBoundary()
Checks if boundary is included in the feedback.
|
void |
setIncludeBoundary(boolean includeBoundary)
Sets if boundary is included in the feedback.
|
void |
setMinScore(double minScore)
Sets the feedback minimum score.
|
void |
setSelectedEqfLevel(java.lang.String selectedEqfLevel)
Sets the selected EQF level.
|
void |
setText(java.lang.String text)
Sets the choice text.
|
public FeedbackItem(org.tencompetence.services.xml.qti.elements.TestFeedback testFeedback)
testFeedback
- the test feedbackpublic org.tencompetence.services.xml.qti.elements.TestFeedback getTestFeedback()
public double getMinScore()
public void setMinScore(double minScore)
minScore
- the feedback minimum scorepublic boolean isIncludeBoundary()
public void setIncludeBoundary(boolean includeBoundary)
includeBoundary
- if boundary is included in the feedbackpublic java.lang.String getText()
public void setText(java.lang.String text)
text
- the new textpublic java.lang.String getSelectedEqfLevel()
public void setSelectedEqfLevel(java.lang.String selectedEqfLevel)
selectedEqfLevel
- the new selected EQF level