I need some help with a program that will
test the maths of grade 1,2,3. The program is for grade 10 IT
The other specs are that it must:
1. Have admin,teacher and student accounts.
2. Provide feed back on tests and exercises that the program gives the students.
3. A easy to understand GUI for the tests and exercises.
4. Report on marks and progress of each student to teacher and parents(by email).
5. Access database connected to the program.
6. The option for a teacher to add tests and exercises easily without having to change the code.
7. Usernames,Passwords,Student name and surname,Parent name and surname, teacher's name and the parents contact details must all be encrypted.
8. The program should be easy to use.
9. Should use icons where possible.
10. To be able to add and remove students and teachers.
My problems are:
1. Encrypting the username and surname for each account.
2. Connecting to a access database with
java.
3. Setting up admin,teacher and student accounts
4. Report on marks and progress of each student to teacher and parents by email
If someone could explain and give me an example of the 4 things i am having problems with. I would really be grateful.