name, -1)); if($year == CURRENT_YEAR){ $teacher_name = LOM\show_user_name($course->teacher_id); if(date('M', strtotime($course->end_date_this_year)) != 'May'){ $period = '.'; } ${'first_session_date_' . $section} = date('M' . MONTH_PERIOD . ' j, Y', strtotime($course->start_date_this_year)); ${'last_session_date_' . $section} = date('M' . $period . ' j, Y', strtotime($course->end_date_this_year)); //${'schedule_' . $section} = $course->this_year_schedule; ${'status_' . $section} = LOM\format_course_status($course->status_this_year, $course->type, $course->waiting_list_path, $course->name); } else { $teacher_name = LOM\show_user_name($course->teacher_id_next_year); if(date('M', strtotime($course->end_date_next_year)) != 'May'){ $period = '.'; } ${'first_session_date_' . $section} = date('M' . MONTH_PERIOD . ' j, Y', strtotime($course->start_date_next_year)); ${'last_session_date_' . $section} = date('M' . $period . ' j, Y', strtotime($course->end_date_next_year)); //${'schedule_' . $section} = $course->next_year_schedule; ${'status_' . $section} = LOM\format_course_status($course->status_next_year, $course->type, $course->waiting_list_path, $course->name); } $teacher_href = strtolower(str_replace(' ', '_', $teacher_name)); ${'teacher_' . $section} = '' . $teacher_name . ''; ${'schedule_' . $section} = LOM\get_course_schedule($this_course_id, $year_for_query, 1); ${'calendar_link_' . $section} = '' . $year . ' Detailed Calendar'; } $drop_date_info = ' Drop Date: ' . DROP_DATE_SHORTER_WITH_YEAR . ' (Drop Policy) '; ?>
Description...
This Pre-Calculus course is a bridge between Calculus and the common traditional high school math series (Algebra, Geometry, and Algebra II). There is a heavy emphasis on Trigonometry and several topics that were introduced in Algebra II will be extended here. Students who successfully complete this course will be able to move on to Calculus either at the high school or college level.
Check out more information by selecting one of the boxes below.
| Pre-Calculus Schedule A |
||||
|
Status: Enrollment Open!Status: About Halfway Full![]() | ';
$seats_left_statement_a = '1 seat';
$status_seats_left_pre_calc_a = 'Status: Only ' . $seats_left_statement_a . ' left!![]() | ';
$status_class_full_pre_calc_a = '
Status: Class Full!
Join Waiting List or check out more options below.
|
';
$status_class_full_both_classes = '
Status: Class Full!
Join Waiting List or check out the Recorded Sessions Only Option.
|
';
//echo $status_halfway_pre_calc_a;
echo $status_a;
?>
| Pre-Calculus Schedule B |
||||
|
Status: Enrollment Open!Status: About Halfway Full![]() | ';
$seats_left_statement_b = '2 seats';
$status_seats_left_pre_calc_b = 'Status: Only ' . $seats_left_statement_b . ' left!![]() | ';
$status_class_full_pre_calc_b = '
Status: Class Full!
Join Waiting List or check out more options below.
|
';
$status_class_full_both_classes = '
Status: Class Full!
Join Waiting List or check out the Recorded Sessions Only Option.
|
';
//echo $status_seats_left_pre_calc_b;
echo $status_b;
?>
*/
?>