posted 16 years ago
Hi,
can anyone update me on above case?
Here is DATABASE STRUCTURE
1. User�consist of user information like username, password etc.
2. Groupid�consists of various groups like group of student, group of faculty. Users are divided into various groups.
3. questionid- consists of question of various types. Each question-id consist multiple question
4. Questionbank: consist of large no. of question for particular question-id. Here you can assume question-id=questiontype. Common between above two table is question-id(int).
5. event table�where various event are published. For each event there may be more than one question-id
e.g event�feedback of semester �4-- containing question-id like: question-id for economics batch, question-id for commerce batch
6. Final output table- consist of userid,question-id,question,answer marked by various user
7.markedevent- consist of userid with eventid of user who voted the perticular event.
my aim is that once any user marked particular event , he/she should not able to see the same event in next login time.
is there required any minor changes in the database structure?
Thanks and Regards
Harshal
[ July 29, 2008: Message edited by: Harshal Gurav ]
[ July 29, 2008: Message edited by: Harshal Gurav ]