Interface AnswerSaver
- All Known Implementing Classes:
AbstractAnswerSaver, ChoiceAnswerSaver, TextQuestionAnswerSaver
public interface AnswerSaver
-
Method Summary
Modifier and TypeMethodDescriptionmapToAnswerList(Object answer) The legacy widget always sends the answer as List(also for text and single choice answer). voidsaveAnswer(Entity evaluationPartyAssignment, Entity question, List<String> answers) voidsaveComment(Entity evaluationPartyAssignment, Entity question, String comment)
-
Method Details
-
saveAnswer
-
saveComment
-
mapToAnswerList
-