Class ClozeQuestionHandler
java.lang.Object
ch.tocco.nice2.optional.survey.impl.publicsurvey.questionhandler.ClozeQuestionHandler
- All Implemented Interfaces:
- QuestionHandler
- 
Nested Class SummaryNested classes/interfaces inherited from interface ch.tocco.nice2.optional.survey.api.questionhandler.QuestionHandlerQuestionHandler.ClozeQuestionObject
- 
Constructor SummaryConstructorsConstructorDescriptionClozeQuestionHandler(QueryBuilderFactory queryBuilderFactory, Context context) 
- 
Method Summary
- 
Constructor Details- 
ClozeQuestionHandler
 
- 
- 
Method Details- 
getTypes- Specified by:
- getTypesin interface- QuestionHandler
 
- 
loadpublic Map<String,Object> load(Entity questionEntity, boolean isFinished, @Nullable @Nullable Entity questionAnswerEntity) throws InterruptedException - Specified by:
- loadin interface- QuestionHandler
- Throws:
- InterruptedException
 
- 
savepublic void save(Map<String, String> data, Entity questionEntity, Entity questionAnswerEntity, Entity userIntrusionEntity) throws InterruptedException- Specified by:
- savein interface- QuestionHandler
- Throws:
- InterruptedException
 
 
-