Uses of Interface
org.olat.course.assessment.AssessmentManager

Packages that use AssessmentManager
org.olat.course.assessment   
org.olat.course.condition   
org.olat.course.nodes.iq   
org.olat.course.run.environment   
 

Uses of AssessmentManager in org.olat.course.assessment
 

Classes in org.olat.course.assessment that implement AssessmentManager
 class NewCachePersistingAssessmentManager
          Description:
The assessment manager is used by the assessable course nodes to store and retrieve user assessment data from the database.
 

Methods in org.olat.course.assessment that return AssessmentManager
static AssessmentManager NewCachePersistingAssessmentManager.getInstance(ICourse course)
          Get an instance of the persisting assessment manager.
 

Uses of AssessmentManager in org.olat.course.condition
 

Methods in org.olat.course.condition that return AssessmentManager
 AssessmentManager NoOpCourseEnvironment.getAssessmentManager()
          Deprecated.  
 

Uses of AssessmentManager in org.olat.course.nodes.iq
 

Constructors in org.olat.course.nodes.iq with parameters of type AssessmentManager
CourseIQSecurityCallback(IQSELFCourseNode iqselfCourseNode, AssessmentManager assessmentManager, Identity identity)
          Constructor for the QTI security callback used by the course iqself building blocks (self-test)
CourseIQSecurityCallback(IQSURVCourseNode iqsurvCourseNode, AssessmentManager assessmentManager, Identity identity)
          Constructor for the QTI security callback used by the course iqsurv building blocks (questionnaire)
CourseIQSecurityCallback(IQTESTCourseNode iqtestCourseNode, AssessmentManager assessmentManager, Identity identity)
          Constructor for the QTI security callback used by the course iqtest building blocks (test)
 

Uses of AssessmentManager in org.olat.course.run.environment
 

Methods in org.olat.course.run.environment that return AssessmentManager
 AssessmentManager CourseEnvironment.getAssessmentManager()
          Get the assessment manager for this course
 AssessmentManager CourseEnvironmentImpl.getAssessmentManager()