C
cliff
I have a student databases containing marks scored for grade 1X . Now I want
to innovate and improve the students performance and decided to fix mimumum
pass marks & distinction for individual subject based on previous years
marks scored students :-
Last years performance
No. students marks
4 29
8 30
21 52
8 65
6 70
3 80
---
50
---
tblmarks:-
subjectcode s_name stu_code marks
abc maths 122 42
xyz socialscience 122 45
I want to set mimimum passing is least marks scored by not less than 10%
of total students and similarly distinction is fixed on maximim marks scored
by less then 10% of the students per subject. In the above case minimum
passing marks are 30 and to get distinction grade is 80, which I want store
above information automatically in table. can u help me to store above result
in table and table will look like this
tblgrade
tblsubject passing distinction
abc 30 80
xyz 35 85
lmn 25 70
pqr 40 85
------ -----
total 130 320
----- ----
finally passing & distinction creteria is based on conditions :-
1) secured minimum in individual subject and also total marks obtained
is not less than 130 & 320 .
thanks
cliff
to innovate and improve the students performance and decided to fix mimumum
pass marks & distinction for individual subject based on previous years
marks scored students :-
Last years performance
No. students marks
4 29
8 30
21 52
8 65
6 70
3 80
---
50
---
tblmarks:-
subjectcode s_name stu_code marks
abc maths 122 42
xyz socialscience 122 45
I want to set mimimum passing is least marks scored by not less than 10%
of total students and similarly distinction is fixed on maximim marks scored
by less then 10% of the students per subject. In the above case minimum
passing marks are 30 and to get distinction grade is 80, which I want store
above information automatically in table. can u help me to store above result
in table and table will look like this
tblgrade
tblsubject passing distinction
abc 30 80
xyz 35 85
lmn 25 70
pqr 40 85
------ -----
total 130 320
----- ----
finally passing & distinction creteria is based on conditions :-
1) secured minimum in individual subject and also total marks obtained
is not less than 130 & 320 .
thanks
cliff