Teacher Reporting: Difference between revisions

Line 27: Line 27:
'''''StudentParser.awk''''' Input file Format
'''''StudentParser.awk''''' Input file Format
   
   
<code>
<pre>
fields:
fields:
"Student MAC-ADDRESS" "Mathematical Operation" "Correct?"
"Student MAC-ADDRESS" "Mathematical Operation" "Correct?"
Line 33: Line 33:
example:
example:
0c:1e:8c:25:a0:c1 45/67 y
0c:1e:8c:25:a0:c1 45/67 y
</code>
</pre>


==Helpful stuff==
==Helpful stuff==