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: Experimental settings.

Experimental settings: Difference between revisions

From MoodleDocs
(removed ref to experimental backup format)
(SEB removed)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Developer tools}}
{{Developer tools}}
An administrator can enable certain experimental features in ''Settings > Site administration > Development > Experimental > Experimental settings''.
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.
An experimental feature is defined as a feature which require additional testing and bug-fixing.


*[[Safe exam browser]]
* Drag and drop upload of text/links (See MDL-22504 for further details.)
*Drag and drop upload of text/links (see MDL-22504 for further details)
* 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.)
*[[CSS optimiser]]
* [[Context freezing]] - this allows an administrator or user with the capability moodle/site:managecontextlocks to make categories, blocks, courses or course content 'read only' (from 3.6 onwards).
 
* Content cleaning everywhere
Note for sites upgrading from earlier versions of Moodle:
* 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 (from 3.8 onwards).
 
The experimental setting 'Group members only' was removed in Moodle 2.8. The group restriction option in [[Conditional activities settings|conditional activities]] now provides this functionality. Any group members only instances are automatically converted to group restrictions as part of the site upgrade process.


[[es:Configuraciones experimentales]]
[[es:Configuraciones experimentales]]
Line 16: Line 14:
[[fr:Expérimental]]
[[fr:Expérimental]]
[[ja:実験用]]
[[ja:実験用]]
[[de:Experimentelle Einstellungen]]

Latest revision as of 15:05, 26 August 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.

  • Drag and drop upload of text/links (See MDL-22504 for further details.)
  • 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.)
  • Context freezing - this allows an administrator or user with the capability moodle/site:managecontextlocks to make categories, blocks, courses or course content 'read only' (from 3.6 onwards).
  • Content cleaning everywhere
  • Enable course relative dates, allowing courses to be set up to display dates relative to the user's start date in the course (from 3.8 onwards).