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
(path to SassC - thanks Cameron and MDL-61394)
(SEB removed)
 
(7 intermediate revisions by 4 users not shown)
Line 4: Line 4:
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.)
 
* 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.)
{{New 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' (from 3.6 onwards).
*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.
* Content cleaning everywhere
 
* 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).
This makes the process of compiling SASS significantly faster.
 
*Drag and drop upload of text/links (see MDL-22504 for further details)


[[es:Configuraciones experimentales]]
[[es:Configuraciones experimentales]]

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).