Click here to Skip to main content
15,895,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
some of the table of my exam system are given below

Exam table
ExamID
ExamName
SubjectCode
TotalMarks
passingMarks
PerAnswerNo

ExamQuestion
ExamID (PK)
Question NO (PK)
Question
Option1
Option2
Option3
Option4
CorrectAnsNo

TakeExam table
AttendanceID (PK)
StdSeatNo
ExamID
Question
StdAns

with use of above table i want to generate below table values i mean result automatically
StdResult table
ResultID
AttandanceID (PK)
Std Seat
ObtainedMarks
Grade

plus is this right way to do this task expert opinion required too?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900