mwilburn01
New Member
- Joined
- Mar 27, 2014
- Messages
- 1
Hello all,
I have a Gradebook where I enter the number of points a student earns per question on a test. The students names are in the first column and then their points follow. I have other columns such as total points, percentage, letter grade that follow but they are not part of my issue. I am simply looking for a way to list which problems they did not earn full credit on. First two Rows (after their name) list the question # and possible points. I have figured something out that kind of works but it is extremely long and I am sure there is a better way to do it.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]WHAT I AM LOOKING FOR[/TD]
[/TR]
[TR]
[TD](Merged with above)[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]WOULD LOOK LIKE THIS[/TD]
[/TR]
[TR]
[TD]Sue[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]2, 4, 6[/TD]
[/TR]
[TR]
[TD]Jimmy[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1, 2, 3, 4, 6[/TD]
[/TR]
</tbody>[/TABLE]
Any help is much appreciated.
I have a Gradebook where I enter the number of points a student earns per question on a test. The students names are in the first column and then their points follow. I have other columns such as total points, percentage, letter grade that follow but they are not part of my issue. I am simply looking for a way to list which problems they did not earn full credit on. First two Rows (after their name) list the question # and possible points. I have figured something out that kind of works but it is extremely long and I am sure there is a better way to do it.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]WHAT I AM LOOKING FOR[/TD]
[/TR]
[TR]
[TD](Merged with above)[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]WOULD LOOK LIKE THIS[/TD]
[/TR]
[TR]
[TD]Sue[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]2, 4, 6[/TD]
[/TR]
[TR]
[TD]Jimmy[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1, 2, 3, 4, 6[/TD]
[/TR]
</tbody>[/TABLE]
Any help is much appreciated.