i forgot to add
in each dragged box as a course, would it be possible to have user input numbers and have a calculation at the end of each row and column.
here's an example
#,#,#,# = # of freshman, # of sophomores, # of juniors, # of senoirs
___Period 1____Period 2_______Period 3____
Teacher 1 | Math | Reading | Art | Total
| 10,0,0,0 | 0,11,1,0 | 3,5,0,2 | 13,16,1,2
_____________________________________
Teacher 2 | Art | Math | Reading | Total
| 3,5,0,2 | 10,0,0,0 | 0,11,1,0 | 13,16,1,2
_____________________________________
Total Total Total
13,5,0,2 10,11,1,0 3,16,1,2
with each Suject/Course box draggable and movable and it would re-sum the totals if you moved them or edited the number of kids in them?
I know just asked for a lot more.