% Option Explicit %> Student Evaluation <% Session.timeout = 60 Dim Conn, sql_av, sql_ch, rsClassesAvailable, rsCheckStudent, WebCT, Stud_SSN, DisplayforComboBox, Inst_ID WebCT = Request.Form("Webct_ID") Stud_SSN = Request.Form("Student_SSN") Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=D:\laredoedu\wwwroot\newdl\Evaluation\StEvaluation.mdb;" ' Recordset para checar si el estudiante esta en la Base de Datos sql_ch = "SELECT * FROM Students WHERE Student_id = '" & Stud_SSN & "' AND DE_Password = '" & WebCT & "'" Set rsCheckStudent = Server.CreateObject("ADODB.Recordset") rsCheckStudent.Open sql_ch, Conn, 3, 3 if rsCheckStudent.Recordcount <= 0 then Response.Write "
" Response.Write "

Wrong password or ID

" rsCheckStudent.Close set rsCheckStudent = Nothing Conn.close set Conn = Nothing Response.End else rsCheckStudent.Close set rsCheckStudent = Nothing end if ' Recordset para clases disponibles para evaluar sql_av = "SELECT * FROM Students WHERE Student_id = '" & Stud_SSN & "' AND DE_Password = '" & WebCT & "'" & " AND Done_Already = false" Set rsClassesAvailable = Server.CreateObject("ADODB.Recordset") rsClassesAvailable.Open sql_av, Conn, 3, 3 if rsClassesAvailable.Recordcount <= 0 then Response.Write "
" Response.Write "

You have evaluated all your classes already

" rsClassesAvailable.Close set rsClassesAvailable = Nothing Conn.close set Conn = Nothing Response.End end if Response.Write "" & rsClassesAvailable.Fields("StudentName").Value & "" Response.Write "
" %>

Course Evaluation

All instructors are interested in improving their skills in teaching students.  Often it is difficult for instructors to see their own strengths and weaknesses without getting some feedback about their performance from other persons.  Thus, your input on this evaluation is important to the instructor.  The information you submit will be sent directly to a secure database and remain confidential until after the class grades have been submitted to the Registrar's Office.    Please notify the Laredo Community College Center for Distance Learning of any difficulties in completing the form. (956) 721-5211

For this evaluation you must use Internet Explorer browser 5.0 or higher or Netscape Navigator browser 6.0 or higher.

Course Name and Section Number:  
<% rsClassesAvailable.Close set rsClassesAvailable = Nothing Conn.close set Conn = Nothing %>
Course Delivery Type

I am currently a

Performance Indicators:
5 is
Strongly Agree -to- 1 is Strongly Disagree         N/A-Not Applicable

Category: Instructional Methods

5

4

3

2

1

N/A

1.

Are course requirements easy to understand.

2.

Uses instructional aids (chat, discussions, etc.).

3.

Corresponds with students in a clear and distinct manner (email).

4.

Provides test questions which are representative of material covered.

5.

Effectively encourages class discussions.

6.

Gives new viewpoints or appreciations.

7.

Stimulates interest in the subject.

8.

Is concerned that students learn and understand.

9.

Demonstrates enthusiasm in his/her teaching.

10.

Responds to student questions in a timely manner (email).

11.

Promotes student/instructor interaction via communication tools (chat, discussion, etc.).

12.

Provides supplemental instructional aides to help students understand course material.

Performance Indicators:
5 is
Strongly Agree -to- 1 is Strongly Disagree      N/A-Not Applicable

Category: Course Evaluation

5

4

3

2

1

N/A

13.

The assigned work is suitable and appropriate.

14.

Objectives of the course are defined.

15.

The instruction given was related to the course objectives.

16.

Tests/Assignments are readily available when assigned.

17.

The instructor finds ways to help you understand the subject matter.

18.

This course aroused my curiosity and challenged me intellectually.

19.

The course is stimulating and interesting.

Category: Grading Practices

5

4

3

2

1

N/A

20.

The instructor's grading system is fair.

21.

The instructor returned graded assignments within a reasonable length of time.

Performance Indicators:
5 is
Strongly Agree -to- 1 is Strongly Disagree      N/A-Not Applicable

Category: Student-Instructor Relationship

5

4

3

2

1

N/A

22.

The instructor's attitude towards students is helpful.

23.

The instructor gave students adequate information on their progress.

24.

The instructor is available for individual help during office hours.

Category: Overall Evaluation of the Course and Instructor

5

4

3

2

1

N/A

25.

The course is excellent.

26.

The instructor is excellent.

Short Answer Questions:

Describe strengths of this class and/or instructor; try to be specific; use examples.

Describe weaknesses of this class and/or instructor; try to be specific; use examples. 

What changes would you recommend for this class and/or instructor?  Any other comments? 

Describe strengths and weaknesses of the delivery method for your course.

       

Click on "Submit" button once.