Uses of Interface
jitas.core.Feedback

Packages that use Feedback
jitas.core   
jitas.util   
 

Uses of Feedback in jitas.core
 

Classes in jitas.core that implement Feedback
 class SimpleFeedback
          A simple implementation of the Feedback class.
 

Methods in jitas.core that return Feedback
 Feedback Domain.getFeedbackObject()
          Return the custom feedback object for this domain.
 Feedback Tutor.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
           
 Feedback TutorInterface.submitSolution(Solution studentSolution, java.lang.String userName, java.lang.String domainName)
          Used when a student wishes to submit their solution to the current problem.
 

Uses of Feedback in jitas.util
 

Methods in jitas.util that return Feedback
static Feedback SolutionEvaluator.evaluateSolution(Solution studentSolution, Student student, Domain domain, java.lang.String subdomainName, boolean external)
          Evaluate a students solution.