Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Safe Exam Browser.

Safe Exam Browser: Difference between revisions

From MoodleDocs
m (reformat add site admin location for experiment)
mNo edit summary
Line 22: Line 22:
*[http://moodle.org/mod/data/view.php?d=13&rid=1982  Safe Exam Browser] is a Modules and plugins database page that has downloads and more information.
*[http://moodle.org/mod/data/view.php?d=13&rid=1982  Safe Exam Browser] is a Modules and plugins database page that has downloads and more information.
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]
*[http://www.safeexambrowser.org/documentation_user.html Safeexambrowser.org]
*[http://www.safeexambrowser.org/ Safeexambrowser.org]




[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 15:07, 9 February 2012

The Safe Exam Browser can work with Moodle to control what a student can do when in Moodle. It must be installed and enabled under the Experimental settings in Moodle. It is offered under a Mozilla Public License and uses C++ and JavaScript.

It must be enabled via the site administration block, Administration > Miscellaneous > Experimental.


Features

Safe Exam Browser is a customised web browser that must be downloaded an installed on the computer that the student uses to attempt the quiz. The restrictions placed on students are similar to those in pop-up window case, but because Safe Exam Browser is software running on the student's computer, it can do a much more effective job of restricting their actions. If you select this option:

  • Students will only be able to attempt the quiz if they are using Safe Exam Browser.
  • The browser window will be fullscreen (without any navigation elements).
  • The window cannot be closed until the test is submitted.
  • Shortcuts keys such as Win, Ctrl+Alt+Del, Alt+F4, F1, Ctrl+P, Printscreen, are disabled.
  • Copy and paste, and the context menu, are disabled.
  • Switching to other applications is disabled.
  • Surfing to other web sites is prohibited.

Requirements

Operating System: Microsoft Windows XP

See also