/**
  * Extra configuration for newly instantiated AssessmentTestSession objects. This implementation
  * forces test results to be sent at the end of the candidate session, and get the acceptable
  * latency time from the taoQtiTest extension's configuration.
  * 
  * @param AssessmentTestSession $assessmentTestSession
  */
 protected function configureAssessmentTestSession(AssessmentTestSession $assessmentTestSession)
 {
     $assessmentTestSession->setTestResultsSubmission(TestResultsSubmission::END);
 }