okay i'll try going through it again :
Student side:
-Each of the students will have their own account.
-When they login, they'll be able to select from the subjects that they have (different users will have different subject choices depending on their current
semester).
-Once they select the subject, they'll be shown
(i) links to test papers they have yet to write (clicking on which they'll be taken to a new page with the questions and text fields for the answers) and (ii) test papers they have written already but not yet corrected (clicking on
which they'll be taken to a new page and informed about the pending evaluation of that paper) and also
(iii) papers written and corrected (clicking on which they'll be shown their grade and date of submission /correction etc)
Subject side:
-each of the subjects will have an account of its own.
-the professor for a particular subject will login to that subjects account.
-once inside they'll be shown
(i) the ID nos/ names of students whose papers are left to be corrected (newly submitted ones will be added to this list) clicking on which they'll be taken to a new page displaying the answer paper and a field for entering the marks / grade,
(ii) IDs / names of papers already corrected clickin on which they'l be shown the grade and dates of submission / correction and also
(iii) IDs/ names of students yet to submit their papers. They should be able to
send a reminder to these students
My current knowledge base which may be helpful for this : html, javascript, bit of asp, sql, c / c++, java from the top of my head
So where will the Q papers, answer papers, the grades etc be stored (a db i
guess but which one as i'm not aware of sql being able to do all this ) and how will they be retreived and also how will changes be reflected in each of the accounts.
:sos: