diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index ab2470d..817a1d8 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -195,6 +195,12 @@ $report_students_fields = array( 'value_map' => array ('none' => '', 'small' => 'Small', 'medium' => 'Medium', 'large' => 'Large', 'xlarge' => 'X-Large')), + 'pronunciation' => array( + 'name' => 'Student -- Name Pronunciation', + 'header' => 'Pronunciation', + 'width' => 2.0, + 'table' => 'students.pronunciation'), + 'title' => array( 'name' => 'Project -- Title', 'header' => 'Project Title',