edu_get_ta_role_string

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

Source code:


    return ta


philg@mit.edu