Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Experimental settings.

Experimental settings: Difference between revisions

From MoodleDocs
(option 'Require Safe Exam Browser')
m (rewording)
 
(33 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Location: ''Administration > Miscellaneous > Experimental''
{{Developer tools}}
An administrator can enable certain experimental features from the  Experimental settings page of Site administration.


An experimental feature is defined as a feature which require additional testing and bug-fixing.


The experimental page lists all current experimental features i.e. features which require additional testing and bug-fixing and provides the option to enable particular experimental features.
*Context freezing - this allows an administrator or user with the capability moodle/site:managecontextlocks to make categories, blocks, courses or course content 'read only'.
*[[Safe exam browser]]
*Path to SassC - this setting allows an admin to specify the path to a binary file that will be used to compile SASS. When this field is set (and valid) - the provided compiler will compile SASS code instead of Moodle's built in PHP compiler. This makes the process of compiling SASS significantly faster. (see MDL-61394 for further details)


{{Moodle 1.9}}The following experimental features are included in Moodle 1.9:
*Drag and drop upload of text/links (see MDL-22504 for further details)
*[[Global Search block|Global search]]
*Smart pix search
*HTML Purifier
*[[Groupings]]
*Random questions can use manually graded questions (in Moodle 1.9.4 onwards)
*Split restore (in Moodle 1.9.5 onwards)
*Safe Exam Browser integration (in Moodle 1.9.6 onwards) - adding the option 'Require Safe Exam Browser' to the 'Browser security' field in the [[Adding/updating a quiz|quiz settings form]]
*[[IMS Common Cartridge import]] (in Moodle 1.9.7 onwards)


==See also==
* Enable [[Course relative dates|course relative dates]], allowing courses to be set up to display dates relative to the user's start date in the course (new in 3.8)
 
* MDL-8074: Global search doesn't work (tracker report)
* [[Groupings FAQ]] for an answer to the question 'Why is the groupings feature experimental?'
 
[[Category:Administrator]]


[[es:Configuraciones experimentales]]
[[eu:Esperimentala]]
[[eu:Esperimentala]]
[[fr:Expérimental]]
[[fr:Expérimental]]
[[ja:実験用]]
[[ja:実験用]]
[[de:Experimentelle Einstellungen]]

Latest revision as of 08:16, 3 January 2020

An administrator can enable certain experimental features from the Experimental settings page of Site administration.

An experimental feature is defined as a feature which require additional testing and bug-fixing.

  • Context freezing - this allows an administrator or user with the capability moodle/site:managecontextlocks to make categories, blocks, courses or course content 'read only'.
  • Safe exam browser
  • Path to SassC - this setting allows an admin to specify the path to a binary file that will be used to compile SASS. When this field is set (and valid) - the provided compiler will compile SASS code instead of Moodle's built in PHP compiler. This makes the process of compiling SASS significantly faster. (see MDL-61394 for further details)
  • Drag and drop upload of text/links (see MDL-22504 for further details)
  • Enable course relative dates, allowing courses to be set up to display dates relative to the user's start date in the course (new in 3.8)