function Student::determine_terms_to_hide_grades

6.x Student.php Student::determine_terms_to_hide_grades()

This is a stub function. If you are planning on hiding course grades for a term at a time, you should override this method in /custom/classes and place that logic here.

For example, at ULM, students cannot see their final grades for a term until they have completed their course evaluations for every course they took that term, OR, until 2 weeks have passed.

1 call to Student::determine_terms_to_hide_grades()

File

classes/Student.php, line 55

Class

Student

Code

function determine_terms_to_hide_grades() 
 {
  return;
}