timetabler
New Member
- Joined
- Jun 15, 2010
- Messages
- 27
I am using 'small' / 'large' to give a rank order of students, such that students are ranked according to their test score, which works well.
However, we can only award a limited number of grades to each class, therefore, once I have ranked ordered the class, (it does this dynamically), I need to allocate their grades. (my class in this example has 8 students and below are the grades that I can award).
I have a table with the available grades and quantities:
[TABLE="width: 300"]
<tbody>[TR]
[TD]5 (Row)[/TD]
[TD]F (Grade Value)[/TD]
[TD]G (Quantity)[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]8[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]4[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]U[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Please can I have suggestions as to how to (best / simply) list the grades in a column such that they are displayed as, there are two grade 8s and 2 grade 2s?
[TABLE="width: 150"]
<tbody>[TR]
[TD]Grades[/TD]
[/TR]
[TR]
[TD]9[/TD]
[/TR]
[TR]
[TD]8[/TD]
[/TR]
[TR]
[TD]8[/TD]
[/TR]
[TR]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Kind Regards
James
However, we can only award a limited number of grades to each class, therefore, once I have ranked ordered the class, (it does this dynamically), I need to allocate their grades. (my class in this example has 8 students and below are the grades that I can award).
I have a table with the available grades and quantities:
[TABLE="width: 300"]
<tbody>[TR]
[TD]5 (Row)[/TD]
[TD]F (Grade Value)[/TD]
[TD]G (Quantity)[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]8[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]7[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]4[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]U[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Please can I have suggestions as to how to (best / simply) list the grades in a column such that they are displayed as, there are two grade 8s and 2 grade 2s?
[TABLE="width: 150"]
<tbody>[TR]
[TD]Grades[/TD]
[/TR]
[TR]
[TD]9[/TD]
[/TR]
[TR]
[TD]8[/TD]
[/TR]
[TR]
[TD]8[/TD]
[/TR]
[TR]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Kind Regards
James