E
Evi
I want to design a database to record steps to learning a subject
So far, I've got (basically)
TblStudent
StudentID
SFirstName
SLastName
etc
TblSubject
SubjID
Subject eg Driving a car
TblAim
AimID
AimNum
Aim eg Starting the car, stopping a car, driving on a motorway
SubjID
TblStep
StepID
StepNum
AStep eg Locating ignition and turning the key, checking the mirror,
indicating etc
AimID
TblStudentStep
SSID
StudID
StepID
StepStartDate - date student first tackled this step
StepMasteredDate date
Now comes the bit I'm unsure about
I suspect I need
TblStudentSubject
so I can record when he first enrolled for the subject, when he graduated
and with what grades he graduated
So would StudID also be in here?
Would I also need StudID in
TblStudentAim
So I can record stuff when he achieved his aim.
What are your opinions or recommendations?
Evi
So far, I've got (basically)
TblStudent
StudentID
SFirstName
SLastName
etc
TblSubject
SubjID
Subject eg Driving a car
TblAim
AimID
AimNum
Aim eg Starting the car, stopping a car, driving on a motorway
SubjID
TblStep
StepID
StepNum
AStep eg Locating ignition and turning the key, checking the mirror,
indicating etc
AimID
TblStudentStep
SSID
StudID
StepID
StepStartDate - date student first tackled this step
StepMasteredDate date
Now comes the bit I'm unsure about
I suspect I need
TblStudentSubject
so I can record when he first enrolled for the subject, when he graduated
and with what grades he graduated
So would StudID also be in here?
Would I also need StudID in
TblStudentAim
So I can record stuff when he achieved his aim.
What are your opinions or recommendations?
Evi