sysadmin:todo:procedures:academic_integrity
Academic Integrity
Graphs
Graphs can be generated from the html results to display the lines and percentages matched between assignments. This can be done using the Acinteg Chart Excel Template.
To extract the data, save the text from the main comparison page to a text file. The run the following command to get the lines percentage and line matches.
`awk '{print $2, $5;}' | sed 's/[\(\)%]//g'`
On OSX you can pipe to pbcopy to automatically put the output on the clipboard.
sysadmin/todo/procedures/academic_integrity.txt · Last modified: 2024/03/27 14:58 by 127.0.0.1