79282598

Date: 2024-12-15 15:24:16
Score: 6 🚩
Natty:
Report link

I am not a coder but really want to find a way to prevent copy/paste in all student assignments in Blackboard. I used the code listed here without success. This code

Please answer all questions

document.oncopy=new Function("return false"); document.onpaste = new Function("return false"); document.onselectstart = new Function("return false"); document.oncontextmenu = new Function ("return false");

prevented copying (but paste was still possible). I have only tested it in Blackboard tests. Very interested in any suggestions for eliminating pasting. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): Please answer
  • RegEx Blacklisted phrase (2): any suggestions
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lauren Doninger