With the development of information technology, the evaluation of teachers by the school has gone away from the traditional pen and paper methods for teachers. Nowadays, the mainstream application is the evaluation system of teachers in schools, I just evaluated it for our school teacher yesterday. The functional requirements of this system are briefly described below.
1. Password Modification
Password modification is universal in many systems. It can be said that it is a common function module that mainly involves encryption algorithms and database operations. It is important for system security.
2. Course Selection
- Course Selection interface function
- When selecting courses for different departments, the departments use drop-down lists or enumerations that are not input.
- After selecting the first department teacher, the second department will be synchronized with the first department, and the course of the Department will appear. Otherwise, it will be different.
- Click the selected instructor and course, and the selected course appears in the text box above. Then, click "Select Course" to submit the course.
- A "instructor name" corresponds to a "instructor number"
- Course No./Course name/course type/Course Nature
- Click a field to sort records.
3. scoring
- Click "score". Based on the student information, the student's course/teacher information is displayed.
B. Click "not evaluated" to go to the following page:
4. View selected courses
- Query the student course information based on the student information and display the result.
- Course number, instructor name, course name, course nature, course category. Four Fields
- Records are not selectable
- Click a field to sort records.
The above are the main functions of the system, which are simple and clear. Of course, it is far from enough to consider only the functions of a system, but also the reliability and scalability of the system.
To achieve scalability, it is necessary to make all functional modules of the system have low coupling, design a good system architecture, and use UML modeling.
This system is not perfect, and will gradually expand its functions to make it easier for schools to use ......
When we do this, we should be more powerful ..................