Uses of Class
algoanim.interactionsupport.TrueFalseQuestion

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

Uses of TrueFalseQuestion in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type TrueFalseQuestion
 void AnimalScript.addTFQuestion(TrueFalseQuestion tfQuestion)
           
 void AVInteractionTextGenerator.createTFQuestion(TrueFalseQuestion q)
           
 void AnimalJHAVETextInteractionGenerator.createTFQuestion(TrueFalseQuestion q)
           
 void AVInteractionTextGenerator.createTFQuestionCode(TrueFalseQuestion tfQuestion)
           
 void AnimalJHAVETextInteractionGenerator.createTFQuestionCode(TrueFalseQuestion tfQuestion)
           
 

Uses of TrueFalseQuestion in algoanim.interactionsupport.generators
 

Methods in algoanim.interactionsupport.generators with parameters of type TrueFalseQuestion
 void InteractiveElementGenerator.createTFQuestion(TrueFalseQuestion tfQuestion)
          Creates the script code for a given TrueFalseQuestion
 

Uses of TrueFalseQuestion in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type TrueFalseQuestion
abstract  void Language.addTFQuestion(TrueFalseQuestion tfQuestion)