![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have FMPro5.5. Would like to develop a school reporting system where student details are entered, then the teacher can select a Key Learning Area (eg English/Reading) whereby a list of indicators are presented- the teacher selects the indicators that the student has demonstrated, This is done for English, Math, Science etc. Then the teacher is taken to the REPORT card and all those details are entered into the front/back page. I am stuck at this point! Do I go flat database? Or try my hand at relational? I have been reading as much as I can on this subject BUT everything available is based around BUSINESS style solutions (invoicing etc) which throws me off! Any guidance would be greatly appreciated. |
#3
| |||
| |||
|
|
I can't see any reason you'd need to have a relational database, unless there's multiple classes / subjects that each student takes that each need their own set of indicators. Then the easiest way would be to have a Student file / table and a Classes file / table linked by an ID number unique to each student. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I can't see any reason you'd need to have a relational database, unless there's multiple classes / subjects that each student takes that each need their own set of indicators. Then the easiest way would be to have a Student file / table and a Classes file / table linked by an ID number unique to each student. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) Harry, Thanks for your response. I dabbled a bit today. Yes there are multiple classes eg: Class A1 ( 30 students), Class A2 etc And then there are 6 Key Learning areas (English- Reading Writing Spelling) (Math- measurement space number) (HSIE) (Science) (PDHPE) (CAPA) Each of these KLA's have numerous 'Outcomes' which students demonstrate achievement via 'indicators' Hence, Student A in class A2: in English- Writing, achieved outcome EW2.1 (then 2 or 3 indicators to match) This is done for each of the KLA's above. So, judging from your helping hand, a relationship file seems to be the way??? File1= Students <child> <<student id File 2= Outcomes/Indicators <child> <<outcome id File3= Report <parent> <<student id + outcome id BUT I cant get the outcome/indicator to comply to my theory. I am reading frantically through LeSaux resources, FMPro books/Guides and the FMPro manual. I am sure it can be done!!!! |
![]() |
| Thread Tools | |
| Display Modes | |
| |