You are on page 1of 1

Extra fields in the tables can be ignored by you as they were added for some other

function ,I am not writing here. Internal marks field is not used by the current program
but it was required earlier and may be again in future. So you can ignore that field for the
time being.
Description of tables
1. Class- classid(numeric value) and class(actual text value of a class).Values
entered by the user.
2. Class_student- classstudentid(automatically generated unique numeric value),
grno(admission number-unique number allotted to students ), rollno(1,2,3 etc in a
class), classid, sectionid (unique number for sections in the school specified in
section table). Values entered by the user in the beginning.
3. class_subject table used to enter maximum marks(written max field and internal
max field) for each subject , value entered through Class_subject form.
4. section sectionid(unique numerical value) and section(text value).Values entered
by the user
5. semester- semesterid(unique numerical value, semester(we have two semesters in
the school, I and II)
6. student grno, name(students name), fathers name, attendance(attendance of the
student- to be ignored). Values entered by the user in the beginning
7. subjected subjectid(unique numerical value), subject(subject name),
ordered(numerical value to display subjects in this order in the report card)
8. marks classstudentid, classid, semesterid, sectionid, subjected,
writtenmarks(marks scored by the student entered from Selection and then
marks form),internalmarks, grade(to be ignored), grno(ignore).Marks entered by
the teacher through selection form(select class, section, semester and
subject).Table showing roll numbers of that class will open(marks form).Teacher
enters marks scored and remaining fields are filled on their own from other tables.
Procedure
1. Administrator keeps all the tables ready except for marks table.
2. Marks table is entered by the teacher.
3. Once the marks are entered , administrator takes out the report
cards(r_progress_report).
Problem
For subjects like science and social studies, we want to display breakup in the report
card. Science has three subjects- Physics, Chemistry and Biology. Social science has
economics, history, civics, geography for class IX and X. For class VI- VIII,
economics is not there. Presently teachers add up these subjects manually and enter
their total in general science and social science subjects. We want to display science
and social science breakup also in the report cards. I am not able to do that. Kindly
help.

You might also like