Short answer: incognito, clearing history, and deleting cookies do not get around Canvas quiz tracking. The only reliable approach is preventing the tracking event from being generated or sent.
| Method | Works? | Why |
|---|---|---|
| Incognito mode | No | Focus and visibility events still fire. |
| Clearing browser history | No | Canvas logs are server-side after the event is sent. |
| Second device | Sometimes | Canvas cannot see the device, but it also does not help if you click away. |
| Privacy Guard-style extension | Yes for Canvas logs | It blocks the browser events Canvas listens for. |
Test the underlying mechanism with the Canvas Tracking Test, then compare the teacher view in the Professor View Simulator.