Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Safe exam browser.

Safe exam browser: Difference between revisions

From MoodleDocs
(Prep to reduce words in add/edit quiz)
 
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}
{{Quiz}}
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.
The Safe Exam Browser can work with Moodle to control what a student can do when in Moodle.  To use it, it must be enabled in ''Settings > Site administration > Development > Experimental > Experimental settings''. This adds the choice 'Require Safe Exam Browser' to the 'Browser security' field on the quiz settings form.
 
The Safe Exam Browser is offered under a Mozilla Public License and uses C++ and JavaScript.  


==Features==
==Features==
Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
Safe Exam Browser is a customised web browser that must be downloaded and 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:  
 
*  Fullscreen mode (without any navigation elements)
*  Disabled actions (default):
:  Close or leave the window the test unless submitted
:  Shortcuts/Keys as Win, CTRL+ALT+DEL, ALT+F4, F1, CTRL+P, Printscreen, etc.
: Right-click
:  Switch to other applications (unless permitted)
:  Surf the internet (unless permitted)
 
* Connection Ilias, Moodle


==Requirements==
* Students will only be able to attempt the quiz if they are using Safe Exam Browser.
Operating System: Microsoft Windows XP
* 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.


==See also==
==See also==
*[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]
*[http://www.safeexambrowser.org/documentation_user.html Safeexambrowser.org]


*[http://www.safeexambrowser.org/ Safeexambrowser.org]
*MDL-19145 Moodle extension for Safe Exam Browser tracker issue
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=111732 New open source online-exam software available (with moodle-extension)] forum discussion


[[Category:Contributed code]]
[[de:Sicherer Browser]]

Latest revision as of 09:18, 13 June 2012

The Safe Exam Browser can work with Moodle to control what a student can do when in Moodle. To use it, it must be enabled in Settings > Site administration > Development > Experimental > Experimental settings. This adds the choice 'Require Safe Exam Browser' to the 'Browser security' field on the quiz settings form.

The Safe Exam Browser is offered under a Mozilla Public License and uses C++ and JavaScript.

Features

Safe Exam Browser is a customised web browser that must be downloaded and 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.

See also