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

Experimental settings: Difference between revisions

From MoodleDocs
(rewording)
m (removing new features template)
 
(21 intermediate revisions by 6 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.


*[[Global Search block|Global search]]
*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 integration
*[[Safe exam browser]]
*Group members only - adding the '[[Available for group members only]]' checkbox to the activity settings page
*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)


==See also==
*Drag and drop upload of text/links (see MDL-22504 for further details)
 
* MDL-8074: Global search doesn't work (tracker report)


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

Latest revision as of 11:27, 25 April 2019

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)