Interface EvaluationExecutionSaveAnswerHook


public interface EvaluationExecutionSaveAnswerHook
Implement this interface to get notified when a answer is saved in the evaluation execution widget.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAnswer(Entity evaluationPartyAssignment, Entity question, List<String> answers)
     
  • Method Details