Hi, On Sun, 16 Dec 2007, Todd O'Bryan wrote:
> Does anyone know how to make Firefox safe for giving online tests? I'd > like to prevent students from navigating to different sites, going to > different programs, and even from using Copy/Paste while they're > taking a test. I realize this is pretty difficult, because you also > have to prevent the OS from letting them close the browser or using > any of the OS-level keyboard shortcuts, but surely this is a problem > someone has solved before? It looks like you can do this using firefox extensions such as this one: http://procon.mozdev.org/index.html http://www.glubble.com/ However, my approach to stopping people going to different sites would be on a network level, not locking the browser. Blocking one application allows them to still use others. For example, the command line browser w3m would still be there (it's in ubuntu by default) and it wouldn't be locked. If you block it at the network level, no browser would be able to connect out. As regards locking them to firefox only, I'd look at setting up a kiosk. https://help.ubuntu.com/community/EdubuntuFAQ#head-1160489d41f8199cc1c7fcd9850bb5c60863f12b which automatically launches firefox without gnome. You can change the dhcp so that certain clients boot as kiosks just for the day of the exam. Given that they should have no way to launch other applications, I guess the firefox extension would work with it too. Gavin -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
