Re: [SLUG] RFC: Gradebook Project Database

From: Ronan Heffernan (ronan@iotcorp.com)
Date: Tue Oct 15 2002 - 09:07:36 EDT


>
>>STUDENTS_CLASSES_TBL(_STUDENT_ID_, _CLASS_ID_, CLASS_PERIOD,GRADE_AVG)
>>
>
>
> The classes_tbl would really need the class_period field, not this one.
> This is just a many-to-many table to link students to classes. And
> grade_avg? Really needed?

Yes and no. There should be another layer which defines a particular
class, occurring at a certain period (and semester and schoolyear, so
you don't have to clear your entire database each semester). The
CLASSES_TBL is a good thing, acting as a course catalog. The name and
description of the class may not change for many years (the same "AP
English" class is offered every year). But you're right, there should
be another layer above STUDENTS_CLASSES_TBL.

--ronan



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:11:25 EDT