Examples of AssessmentNotificationsHandler


Examples of org.olat.course.assessment.AssessmentNotificationsHandler

          acn.updateUserScoreEvaluation(sceval, userCourseEnv, urequest.getIdentity(), incrementUserAttempts);
          //userCourseEnv.getScoreAccounting().scoreInfoChanged(acn, sceval);         
          exposeUserTestDataToVC(urequest);
                   
          // Mark publisher for notifications
          AssessmentNotificationsHandler anh = AssessmentNotificationsHandler.getInstance();
          Long courseId = userCourseEnv.getCourseEnvironment().getCourseResourceableId();
          anh.markPublisherNews(urequest.getIdentity(), courseId);
          if(!assessmentStopped) {
            assessmentStopped = true;           
            AssessmentEvent assessmentStoppedEvent = new AssessmentEvent(AssessmentEvent.TYPE.STOPPED, userSession);
            singleUserEventCenter.fireEventToListenersOf(assessmentStoppedEvent, assessmentEventOres);
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.