How to Hide Tab Switching on Canvas Quizzes

Short answer: Canvas does not see the other tab, but it can log that the quiz page lost focus. To hide tab switching, you need to block the focus-loss event itself.
MethodHides tab switching?Why
IncognitoNoFocus events still fire
Clearing historyNoCanvas logs are already server-side
Staying on the quiz tabYesNo focus-loss event occurs
Privacy GuardYes for Canvas quiz logsBlocks the focus/visibility events Canvas listens for

See the event live in the Canvas Tracking Test, then preview the teacher-side log with the Professor View Simulator.