Uses of Class
algoanim.interactionsupport.FillInBlanksQuestion

Packages that use FillInBlanksQuestion
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.interactionsupport.generators   
algoanim.primitives.generators   
 

Uses of FillInBlanksQuestion in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type FillInBlanksQuestion
 void AnimalScript.addFIBQuestion(FillInBlanksQuestion fibQuestion)
           
 void AVInteractionTextGenerator.createFIBQuestion(FillInBlanksQuestion q)
           
 void AnimalJHAVETextInteractionGenerator.createFIBQuestion(FillInBlanksQuestion q)
           
 void AVInteractionTextGenerator.createFIBQuestionCode(FillInBlanksQuestion fibQuestion)
           
 void AnimalJHAVETextInteractionGenerator.createFIBQuestionCode(FillInBlanksQuestion tfQuestion)
           
 

Uses of FillInBlanksQuestion in algoanim.interactionsupport.generators
 

Methods in algoanim.interactionsupport.generators with parameters of type FillInBlanksQuestion
 void InteractiveElementGenerator.createFIBQuestion(FillInBlanksQuestion fibQuestion)
          Creates the script code for a given FillInBlanksQuestion
 

Uses of FillInBlanksQuestion in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type FillInBlanksQuestion
abstract  void Language.addFIBQuestion(FillInBlanksQuestion fibQuestion)