Class TextQuestionHandler
java.lang.Object
ch.tocco.nice2.optional.survey.impl.publicsurvey.questionhandler.TextQuestionHandler
- All Implemented Interfaces:
QuestionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.survey.api.questionhandler.QuestionHandler
QuestionHandler.ClozeQuestionObject
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TextQuestionHandler
public TextQuestionHandler()
-
-
Method Details
-
getTypes
- Specified by:
getTypes
in interfaceQuestionHandler
-
load
public Map<String,Object> load(Entity questionEntity, boolean isFinished, @Nullable @Nullable Entity questionAnswerEntity) throws InterruptedException - Specified by:
load
in interfaceQuestionHandler
- Throws:
InterruptedException
-
save
public void save(Map<String, String> data, Entity questionEntity, Entity questionAnswerEntity, Entity userIntrusionEntity) throws InterruptedException- Specified by:
save
in interfaceQuestionHandler
- Throws:
InterruptedException
-