Teacher Reporting: Difference between revisions
Wwdillingham (talk | contribs) |
Wwdillingham (talk | contribs) |
||
| Line 19: | Line 19: | ||
=="Required Accomplishment"== | =="Required Accomplishment"== | ||
*Wes | *'''Wes''' | ||
**Get StudentParser.awk to successfully calculate the accuracy for each mathematical operation, plus other relevant information TBD, one example will be success of division with remainders. | **Get StudentParser.awk to successfully calculate the accuracy for each mathematical operation, plus other relevant information TBD, one example will be success of division with remainders. | ||
**Get ClassParser.awk to successfully calculate class-wide statistics on the same information | **Get ClassParser.awk to successfully calculate class-wide statistics on the same information | ||
**Provide Grader.awk which grades each student, calculates a class average, tallys students in each grade interval. | **Provide Grader.awk which grades each student, calculates a class average, tallys students in each grade interval. | ||
*Jeremiah | *'''Jeremiah''' | ||
** Provide a script to move StudentParser.awk's output to ClassParser.awk's input | ** Provide a script to move StudentParser.awk's output to ClassParser.awk's input | ||