A Web application development of teacher evaluation system (I.)

Source: Internet
Author: User
Tags interface access database
web| Evaluation The teacher evaluation system is based on the needs of the unit, for a semester of students to the teacher evaluation of information collection, and on this basis for teachers to make a quantitative assessment.
According to the requirements I first conducted a program analysis, as far as possible to collect the application requirements, to avoid in the coding phase of the application needs to be changed. Because it is required to be done through the network
Information collection, so the system uses the Web development, convenient application, this should be the future application of software direction bar. Here I use ASP technology +access database (because
For this is a relatively small application, the amount of data is not large, using an Access database is simpler.
System requirements: 1, the program interface requirements as far as possible simple to use, a look will be; 2, according to the evaluation criteria for each teacher grade, each student can only play a dozen
3, students through their own study number into their respective classes, their teachers to score, 4, the final request to generate each teacher's evaluation criteria for the average score.
A database is required to include four tables: a class table (used to record voting students), a teacher's table (which records all classroom teachers and their classes),
Score List (eight evaluation criteria for teachers), polling table (record the results of each student's evaluation criteria for teachers)
Interface One: The initial interface, students choose their own class, enter their own number can be "start" into the next page to the teacher's rating. Add in this interface
A Form object form, a list box, a text box, and two buttons.
The original page code is as follows:
<% @LANGUAGE = "VBSCRIPT" codepage= "65001"%>
<title> Teacher Evaluation System </title>
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 ">

<body>
<form name= "Form1" method= "Post" action= "pingce.asp" > <!-here Forms submit data to pingce.asp page processing-->
<table width= "75%" border= "0" align= "center" >
<tr>
&LT;TD height= "colspan=" "3" ><div align= "center" ></div>
<div align= "center" >
<table width= "96%" border= "0" >
<tr>
<td></td>"
</tr>
<tr>
<td><div align= "center" >
</div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
&LT;TD height= "colspan=" 3 "><div align=" left "><font color=" #FF0000 "size=" 4 "face=" italics _gb2312 ">
Please choose their own class, the correct input of their own school number. Note: Each student can only do one time, the excess void. </font></div></td>
</tr>
<tr>
&LT;TD width= "40%" ><div align= "right" ><font color= "#FF0000" size= "2" > Class </font></div> </td>
&LT;TD width= "19%" ><select name= "Selectclass" size= "1" >
<option value= "G0501" > High 05 1 class </option>
<option value= "G0502" > High 05 2 class </option>
<option value= "G0503" > High 05 3 Class </option>
<option value= "G0504" > High 05 4 class </option>
<option value= "G0505" > High 05 5 class </option>
<option value= "G0506" > High 05 6 class </option>
<option value= "G0601" > High 06 1 class </option>
<option value= "G0602" > High 06 2 class </option>
<option value= "G0603" > High 06 3 Class </option>
<option value= "G0604" > High 06 4 class </option>
<option value= "G0605" > High 06 5 class </option>
<option value= "G0606" > High 06 6 class </option>
<option value= "G0701" > High 07 1 class </option>
<option value= "G0702" > High 07 2 Class </option>
<option value= "G0703" > High 07 3 Class </option>
<option value= "G0704" > High 07 4 Class </option>
<option value= "G0705" > High 07 5 Class </option>
<option value= "G0706" > High 07 6 Class </option>
<option value= "G0707" > High 07 7 Class </option>
<option value= "G0708" > High 07 8 Class </option>
<option value= "c0501" > First 05 Session 1 class </option>
<option value= "c0502" > First 05 Session 2 class </option>
<option value= "c0503" > First 05 Session 3 class </option>
<option value= "c0504" > First 05 Session 4 class </option>
<option value= "c0505" > First 05 Session 5 class </option>
<option value= "c0506" > First 05 Session 6 class </option>
<option value= "c0507" > First 05 Session 7 class </option>
<option value= "c0508" > First 05 Session 8 class </option>
<option value= "c0509" > First 05 Session 9 class </option>
<option value= "c0510" > First 05 Session 10 class </option>
<option value= "c0511&



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.