public function getStudentGradebookData()
 {
     $gradebook = new GradebookComponent();
     return $gradebook->getStudentData(true);
 }