Interface QuestionHandler
- All Known Implementing Classes:
ChoiceMatrixQuestionHandler
,ChoiceQuestionHandler
,ClozeQuestionHandler
,TextQuestionHandler
public interface QuestionHandler
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getTypes
-
load
Map<String,Object> load(Entity questionEntity, boolean isFinished, @Nullable @Nullable Entity answerEntity) throws InterruptedException - Throws:
InterruptedException
-
save
void save(Map<String, String> data, Entity questionEntity, Entity answerEntity, Entity userIntrusionEntity) throws InterruptedException- Throws:
InterruptedException
-