14 calls to csv_to_array()
Search API
- course_search_display_courses in modules/
course_search/ course_search.module - Show the user their select of courses.
- course_search_edit_course_details_form in modules/
course_search/ course_search.edit.inc - This form lets the user edit the course's syllabus or rotation schedule
- course_search_edit_course_details_form_submit in modules/
course_search/ course_search.edit.inc - course_search_get_offering_csv in modules/
course_search/ course_search.edit.inc - stats_report_major_counts in modules/
stats/ stats.module - This report shows how many students are in each major.
- stats_report_selected_degree_options in modules/
stats/ stats.module - This report will show which degree options are being selected for degrees which offer options.
- student_search_query_advisees in modules/
student_search/ student_search.module - _Course::assign_display_status in classes/
_Course.php - This will assign the $this->display_status string based on the grade the student has made on the course. The display_status is used by other display functions to decide what color the course should show up as.
- _Course::is_completed in classes/
_Course.php - Returns TRUE if the student has completed the course (and did not make a failing grade on it).
- _Course::meets_min_grade_requirement_of in classes/
_Course.php - Does $this meed the minimum grade requirement of the supplied course requirement? You may specify either a Course object, or just enter the min_grade in the mGrade variable.
- _CourseList::count_credit_hours in classes/
_CourseList.php - Similar to count_hours, but this will only count courses which have been taken and have a grade.
- _CourseList::count_credit_quality_points in classes/
_CourseList.php - Similar to count_credit_hours, but this will only count courses which have been taken and have a grade. We will return back a sum of their quality points.
- _CourseList::count_hours in classes/
_CourseList.php - Returns hour many hours are in $this CourseList.
- _Student::load_courses_taken in classes/
_Student.php