function _Student::determine_terms_to_hide_grades

4.x _Student.php _Student::determine_terms_to_hide_grades()
5.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 47

Class

_Student

Code

function determine_terms_to_hide_grades() 
 {
  return;
}