%@ LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
| Credit Hours: | <%=rsCourse("Credit_Hours")%> |
| Contact Hours: | <%=rsCourse("Student_Contact_Hours_Per_Week")%> <%=TRIM(rsSyllabus("Contact_Hours_Note"))%> |
| Laboratory Fee: | <% if rsCourse("Default_Lab_Fee") = "0" then response.write "None." else response.write "$" & rsCourse("Default_Lab_Fee") end if %> |
| Prerequisites: |
<%
if rsPrereq.EOF then
response.write "There are no prerequisites for this course."
else
do while not rsPrereq.EOF
'response.write rsPrereq("ScoreText") & " "
response.write "" & rsPrereq("Number") & " " & rsPrereq("Title") & " " & rsPrereq("Min_Grade") & " " & rsPrereq("Flag") & " " & " " rsPrereq.MoveNext loop end if %> |
| Corequisites: |
<%
if rsCoreq.EOF then
response.write "There are no corequisites for this course."
else
do while not rsCoreq.EOF
response.write "" & rsCoreq("Number") & " " & rsCoreq("Title") & "" & " " & rsCoreq("Flag") & " " & " " rsCoreq.MoveNext loop end if %> |
| Comments: |
<%
if rsComment.EOF then
response.write ""
else
do while not rsComment.EOF
response.write "" & rsComment("Comment") & " " rsComment.MoveNext loop end if %> |
| Catalog Description: | <%=rsSyllabus("Catalog_Description")%> |
| Required Materials: |
<%
rsBooks.Filter = " Type = 'Required' "
if rsBooks.EOF then
'response.write " There are no required books for this course. " else response.write "Books: " response.write "
" response.write "
|
| Supplemental Materials: |
<%
rsBooks.Filter = " Type = 'Supplemental' "
if rsBooks.EOF then
'response.write " There are no supplemental books for this course. " else response.write "Books: " response.write "
" response.write "
|
| Special Requirements: | <%response.write rsSyllabus("Special_Requirements")%> |
| Program Learning Outcomes: |
<%response.write rsSyllabus("Major_Learning_Outcomes")%>
|
| Course Learning Outcomes: |
<%response.write rsSyllabus("Specific_Objectives")%>
|
| Methods of Evaluation: | <%response.write rsSyllabus("Methods_Of_Evaluation")%>
|
| Flexibility: |
It is the intention of the instructor to accomplish the objectives specified in the course syllabus. However, circumstances may arise which prohibit the fulfilling of this endeavor. Therefore, this syllabus is subject to change. When possible, students will be notified of any change in advance of its occurrence. |
| Student Email Accounts: | <%response.write rsSyllabus("Method_Of_Communication")%> |
| Note: |
For students with a disability that falls under the Americans with Disability Act or Section 504 of the Rehabilitation Act, it is the responsibility of the student to notify Student Resource Center for ADA Services to discuss any special needs or equipment necessary to accomplish the requirements for this course. Upon completion of registration with the Student Resource Center for ADA Services office, specific arrangements can be discussed with the instructor. |
| Equity Statement: | <%response.write rsSyllabus("Disclaimer")%> |
| No syllabus found for this course. |