public class StudentResponseActionBuilder extends ResponseActionBuilder<StudentResponseAction>
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Boolean |
correct |
(package private) StudentResponseValue<?> |
response |
(package private) boolean |
showCorrectness |
manifestManager, manifestNavigatorValidatorName, manifestTerminatorValidatorName, nonNullValidatorName, persistableKeyObjectValidatorName, persistableKeyValidatorName
Constructor and Description |
---|
StudentResponseActionBuilder() |
Modifier and Type | Method and Description |
---|---|
StudentResponseAction |
getAction() |
StudentResponseValue<?> |
getResponse() |
ScoreValues |
getScores() |
boolean |
isCorrect() |
boolean |
isShowCorrectness() |
void |
setCorrect(boolean correct) |
void |
setResponse(StudentResponseValue<?> response) |
void |
setScores(ScoreValues scores) |
void |
setShowCorrectness(boolean showCorrectness) |
isFirstResponse, setIsFirstResponse
addValidationForCommonData, setCommonItems
addElementToExtraData, addExtraData, clearExtraDataMap, createUID, getAssignmentXInfo, getExtraData, getExtraData, getManifest, getNetworkState, getPath, getTimestamp, getTimestampAsInstant, getUserXInfo, handleActionValidation, isScaffolding, modifyExtraDataElement, removeExtraDataEntry, setCommonItems, setExtraData, setManifest, setManifestWithKey, setManifestWithUID, setNetworkState, setPath, setScaffolding, setTimestamp, setTimestamp, setXInfos
addFailures, addFailures, addToValidationQueue, addToValidationQueue, addToValidationQueue, addToValidationQueue, doValidation, failuresToString, getFailures, hasFailures, overrideValidator, setValidator, throwBuilderExceptionOnFailure, throwIllegalArgumentExceptionOnFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
StudentResponseValue<?> response
java.lang.Boolean correct
boolean showCorrectness
public void setResponse(StudentResponseValue<?> response)
public StudentResponseValue<?> getResponse()
public void setCorrect(boolean correct)
public boolean isCorrect()
public void setScores(ScoreValues scores)
public ScoreValues getScores()
public void setShowCorrectness(boolean showCorrectness)
public boolean isShowCorrectness()
public StudentResponseAction getAction()
getAction
in class ActionBuilder<StudentResponseAction>