Hello,
We are trying to deter sharing exam questions. At first we tried just using a
and posting a copyright notice behind the question. Like this:
© 2020, Rutgers University, All Rights Reserved. © 2020, Rutgers University, All Rights Reserved. © 2020, Rutgers University, All Rights Reserved © 2020, Rutgers University, All Rights Reserved
In the RCE, it looks like this:
https://rutgers.mediaspace.kaltura.com/embed/secure/iframe/entryId/1_hk47t83z/uiConfId/12441821
Once the question is saved, the RCE strips it out.
So then I went with an image....
For the first question, I created an image and I added a fake Question Code. (I figured, if we created hundreds of these, and then use the formula question, we would have an identifier to identify the user who may have taken a screencap of the questions.) We got it so the image was present but the z-index would not override. The question is behind the copyright image. When we inspect elements, we can see that the z-index is set to auto AND it is defined by the code below:

What is 5 + [x] x [y]?
For the second one, we could not get the tilt. The text in the first example was a more elegant solution but Canvas was stripping out some style elements.
So we talked to some folks at Instructure.
They suggested we use javascript to pull out the Canvas_user_id to populate something in the question. If we could lead the canvas_user_id with something like..."question set: " then the student would think it is just an identifier of the question and not them.
Does anyone know how to do this?