edu_get_student_role_string

one of the documented procedures in this installation of the ACS
Usage:
edu_get_student_role_string
What it does:
This returns the string used for the STUDENT role. It prevents us from having to hard code Studnet into the code all over the place.
Defined in: /web/philip/tcl/education.tcl

Source code:


    return student


philg@mit.edu