Register AND login ACCOUNT – group No. 1

Download Report

Transcript Register AND login ACCOUNT – group No. 1

Project Description per Group
INSTRUCTOR EVALUATOR 2011
You will create a mini-information
system for evaluating instructors as
you normally do at the end of each
semester. In order to do so a student
could therefore register, login and
evaluate on your system. A template
will be given to you as a start-up for
your system. And on the right of this
slide you will find the major
functions of the system.
Register an account
Login an account
Evaluate an instructor
Generate evaluation results
Tasks for Group No. 1
•Create a database and table(s) for users
registration and login. Now, users could be
either simply a student or a faculty.
•Coordinate database name and table
name(s) to Group No. 2 and 3
•Create a php program that will allow
registration and will do the ff:
•
•
Validate entry like all entries has
entry/data, password and confirm
password matched, given login (or email)
has no match on the database etc.
Save entry if valid
•Create a php program that will allow login
and if valid will either forward the login to
Evaluation if a student and Evaluation
result if an instructor.
Tasks for Group No. 2
•Create a database and table(s) for your
store the information of evaluation.
• Coordinate your database
name and other table(s) that
you need (like login account)
from Group No. 1.
• Coordinate also the table
that you’ve made to Group
No. 3
•Create a php program that will allow
students to evaluate based on their login
account.
•Make sure that all questions are answered.
•If evaluation is valid save on Database
Tasks for Group No. 3
•Create a temporary database that will be
used for as basis of Evaluation Report.
• Coordinate the from Group
No. 2 for Evaluation table(s)
and database name
• Coordinate from Group No. 3
for Login table
•Create a php program generate evaluation
report based on the evaluation of students.
Allow instructor to view evaluations from
different Semester and Year (e.g. Spring
2011)