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''''' Input file Format | + | '''''StudentParser.awk''''' Output file format *Incomplete* |
− |
| |
| <pre> | | <pre> |
− | fields:
| + | Field Structure: |
− | "Student MAC-ADDRESS" "Mathematical Operation" "Correct?" | + | line 1: "Student MAC-Address" |
| + | line 2+: "Operation type" "correct in decimal" |
| | | |
| example: | | example: |
− | 0c:1e:8c:25:a0:c1 45/67 y
| + | 0:1e:8c:25:a0:c1 |
| + | + .86 |
| + | - .84 |
| + | x .91 |
| + | / .86 |
| + | |
| </pre> | | </pre> |
| | | |
| ==Helpful stuff== | | ==Helpful stuff== |