Teacher Reporting: Difference between revisions
Wwdillingham (talk | contribs) |
Wwdillingham (talk | contribs) |
||
| Line 24: | Line 24: | ||
==Links & Resources== | ==Links & Resources== | ||
'''''StudentParser.awk''''' Input file format: | |||
<pre> | |||
Field Structure: | |||
"Mathematical Operation" "Correct?" | |||
example: | |||
45/67 y | |||
</pre> | |||
'''''StudentParser.awk''''' | '''''StudentParser.awk''''' Output file format *Incomplete* | ||
<pre> | <pre> | ||
Field Structure: | |||
"Student MAC- | line 1: "Student MAC-Address" | ||
line 2+: "Operation type" "correct in decimal" | |||
example: | example: | ||
0:1e:8c:25:a0:c1 | |||
+ .86 | |||
- .84 | |||
x .91 | |||
/ .86 | |||
</pre> | </pre> | ||
==Helpful stuff== | ==Helpful stuff== | ||