martynball
04-08-2010, 08:00 PM
I am sick of not being able to see my upto date grades on the current college system as the teacher puts all of the grades in his personal Excel file, then he updates the website when he remembers.
I want to setup a small website that will allow him to login and change the grades using AJAX. Then the students will also be able to view their grades with no editing privileges, although they may add comments if I can be bothered to implant that as I need to do my work really.
The problem I am having is structureing the database and linking grades to users and then calculating the overall grade.
----
Table:
http://i58.photobucket.com/albums/g268/martynball/grades.jpg
Okay, above is the table which displays the grades and such. In the database I need:
- Users
- Admin
- Edit
- Create new Units
- BlahBlah
- Student
- Add comments
- View grades
- Grades
- Unit
- Pass[num]/Merit[num]/Distinction[num]
- Marks
-
What I can't figure out is how I am going to link it all together and get the value of y/n in the correct space ect.. Ehh, if you got any ideas and have the slightest clue what I am onabout please help me Lol. I wont blame you for not understanding Lol.
I want to setup a small website that will allow him to login and change the grades using AJAX. Then the students will also be able to view their grades with no editing privileges, although they may add comments if I can be bothered to implant that as I need to do my work really.
The problem I am having is structureing the database and linking grades to users and then calculating the overall grade.
----
Table:
http://i58.photobucket.com/albums/g268/martynball/grades.jpg
Okay, above is the table which displays the grades and such. In the database I need:
- Users
- Admin
- Edit
- Create new Units
- BlahBlah
- Student
- Add comments
- View grades
- Grades
- Unit
- Pass[num]/Merit[num]/Distinction[num]
- Marks
-
What I can't figure out is how I am going to link it all together and get the value of y/n in the correct space ect.. Ehh, if you got any ideas and have the slightest clue what I am onabout please help me Lol. I wont blame you for not understanding Lol.