Cal-CS-61A-Staff / examtool-web

MIT License
0 stars 2 forks source link

Feature request: log paste events #16

Open davidwagner opened 4 years ago

davidwagner commented 4 years ago

For some cheating investigations, it would be useful to know whether the student has pasted anything into the page. This could plausibly be done by hooking the paste event and logging each paste event, along with what text was pasted. This would not be foolproof but it might be helpful in detecting or investigating some cheating cases.