[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[school-discuss] gradebook data definitions



Hi,

Roughly speaking in order to add a gradebook function onto an existing
system containing demographic data could be implemented by using 2
tables:
1) Tests - containing information about a particular test including
class/section its for, maximum score (text or numeric), date, etc.

2) Results - which store specific results for each student in each test;
one record for each. It would contain student number, result (raw score;
ie. 8 out of 15; the 15 would be stored in the tests table, the 8 in this
record.), the test number (matching the record in the "tests" table.)

Any other structural requirements anyone can think of?


Les Richardson