<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/502/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Valeryf</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/502/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Valeryf"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/Special:Contributions/Valeryf"/>
	<updated>2026-05-15T17:33:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122957</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122957"/>
		<updated>2016-04-17T10:34:05Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query. When used in a paged format such as Flexipage or Page, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard. the new [https://moodle.org/plugins/mod_poster | Poster] module is also a good candidate to organize and render dashboard elements into a single screen.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122956</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122956"/>
		<updated>2016-04-17T10:33:00Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query. When used in a paged format such as Flexipage or Page, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard. the new [https://moodle.org/plugins/mod_poster| Poster] module is also a good candidate to organize and render dashboard elements into a single screen.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122955</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122955"/>
		<updated>2016-04-17T10:32:46Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query. When used in a paged format such as Flexipage or Page, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard. the new [https://moodle.org/plugins/mod_poster | Poster] module is also a good candidate to organize and render dashboard elements into a single screen.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122954</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122954"/>
		<updated>2016-04-17T10:32:27Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query. When used in a paged format such as Flexipage or Page, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard. the new [[https://moodle.org/plugins/mod_poster|Poster]] module is also a good candidate to organize and render dashboard elements into a single screen.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122953</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122953"/>
		<updated>2016-04-17T10:32:06Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query. When used in a paged format such as Flexipage or Page, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard. the new [https://moodle.org/plugins/mod_poster|Poster] module is also a good candidate to organize and render dashboard elements into a single screen.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122952</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122952"/>
		<updated>2016-04-17T10:28:47Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: /* Litteral */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Literal===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122951</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122951"/>
		<updated>2016-04-17T10:28:32Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: /* Instance Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Litteral===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is split into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (literal) rendering | Configuration: Raw data (literal) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output coloring of data | Additional parameters for output coloring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122950</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122950"/>
		<updated>2016-04-17T10:27:50Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: /* Reference, information, development and support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Litteral===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is splitted into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (litteral) rendering | Configuration: Raw data (litteral) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output colouring of data | Additional parameters for output colouring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
This module is now maintained at Edunao.com (French Moodle Partner)&lt;br /&gt;
&lt;br /&gt;
Master documentation (FR) location is ar http://docs.edunao.com/doku.php?id=blockdashboard&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122949</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122949"/>
		<updated>2016-04-17T09:58:58Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 and upper starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Litteral===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is splitted into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (litteral) rendering | Configuration: Raw data (litteral) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output colouring of data | Additional parameters for output colouring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122948</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122948"/>
		<updated>2016-04-17T09:57:58Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [http://github.com/vfremaux/moodle-local_vflibs | this location on github], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a block in a course.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Litteral===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with color value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic development&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is splitted into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (litteral) rendering | Configuration: Raw data (litteral) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output colouring of data | Additional parameters for output colouring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122947</id>
		<title>Dashboard Block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Dashboard_Block&amp;diff=122947"/>
		<updated>2016-04-17T09:56:19Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The &amp;quot;Dashboard Block&amp;quot; (more accurately Dashboard Element Block) allows displaying graphically or litterally the result of any query made in Moodle.&lt;br /&gt;
&lt;br /&gt;
When used in standard course formats, the block gives access to an extra page displaying the data redering for the specified query.&lt;br /&gt;
&lt;br /&gt;
When used in a paged format such as Flexipage, or any format allowing blocks to layout freely over the page, the block may display directly the graph rendering and be combined to other blocks to fgorm a complex, highly customizable dashboard.&lt;br /&gt;
&lt;br /&gt;
This blocks uses state-of-the art GPL libraries such as MIT JQplot and some other integrations. It has provision for powerfull data filtering and for using results for automatically generated exports.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
From version 2.7 starting at April 16 2016, the graphic libraries have been deffered to a central custom local component. &lt;br /&gt;
&lt;br /&gt;
You&#039;ill find an adequate package at [[http://github.com/vfremaux/moodle-local_vflibs | this location on github]], on the corresponding branch.&lt;br /&gt;
&lt;br /&gt;
Provided libraries are :&lt;br /&gt;
&lt;br /&gt;
    JQplot : MIT Graph plotting library in HTML5&lt;br /&gt;
    TimeLine : A smart time line (still to develop)&lt;br /&gt;
    GoogleMapAPI : A wrapper to google map plotting of geolocated information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capabilities and security advice==&lt;br /&gt;
&lt;br /&gt;
This block allows very deep data reading in Moodle database and powerfull data display. As the query can be written by power users with configuraiton capability, the block could be misused by unauthorised people and produce unwanted access to critical information.&lt;br /&gt;
&lt;br /&gt;
To reduce such risks, a couple of capabilities has been added to control precisely :&lt;br /&gt;
&lt;br /&gt;
    who is allowed to add such a blcok in a coutse.&lt;br /&gt;
    who is allowed to access the block configuration.&lt;br /&gt;
&lt;br /&gt;
==Major rendering features==&lt;br /&gt;
&lt;br /&gt;
===Litteral===&lt;br /&gt;
&lt;br /&gt;
*Linear table raw&lt;br /&gt;
*Linear table cleaned&lt;br /&gt;
*Linear table with subtotals&lt;br /&gt;
*Linear table with colour value coding (one column)&lt;br /&gt;
&lt;br /&gt;
* Tabular table Nx1 dimension&lt;br /&gt;
* Tree shaped hierarchic developement&lt;br /&gt;
&lt;br /&gt;
===Graphical===&lt;br /&gt;
&lt;br /&gt;
*Bars&lt;br /&gt;
*Lines&lt;br /&gt;
*Pies&lt;br /&gt;
*Donuts&lt;br /&gt;
*Timeline (expérimental)&lt;br /&gt;
*GoogleMap&lt;br /&gt;
&lt;br /&gt;
===File export generation===&lt;br /&gt;
&lt;br /&gt;
*CSV export (all data)&lt;br /&gt;
*CSV export (filtered data)&lt;br /&gt;
&lt;br /&gt;
==Data Filtering==&lt;br /&gt;
&lt;br /&gt;
*Multidimensional filtering&lt;br /&gt;
*Blocks filtering binding to the whole page for syncing several blocks to identical filtering values.&lt;br /&gt;
&lt;br /&gt;
==Global behaviour of the block==&lt;br /&gt;
&lt;br /&gt;
The key point of the block is its confguration form that will define all information needed to get data, filter it, choose what should be output in each rendering method, and finally individual parameters for each rendering method.&lt;br /&gt;
&lt;br /&gt;
Additional configuration allows to add dynamic filtering proposed to end users to filter dynamically the output.&lt;br /&gt;
&lt;br /&gt;
Althoug the setup form and rules are quite complex, we tried to implement a very lot of possibilities so this bloc becomes some kind of &amp;quot;swiss-knife&amp;quot; for Moodle smart reporting.&lt;br /&gt;
&lt;br /&gt;
==Global Settings==&lt;br /&gt;
&lt;br /&gt;
Some global settings allow derivated operation, such as querying an external (PostGre) database, or changing some technical performance features.&lt;br /&gt;
&lt;br /&gt;
[[Dashboard Block Global Settings | Global Settings]]&lt;br /&gt;
&lt;br /&gt;
==Instance Configuration==&lt;br /&gt;
&lt;br /&gt;
The configuration documentation is splitted into sections, each addressing a key feature of the dashboard.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Rendering location | Configuration: Rendering location]]&lt;br /&gt;
* [[Dashboard Configuration: Rendering channels | Configuration: Rendering channels]]&lt;br /&gt;
* [[Dashboard Configuration: Writing Query | Configuration: Writing Query]]&lt;br /&gt;
* [[Dashboard Configuration: Raw data (litteral) rendering | Configuration: Raw data (litteral) rendering]]&lt;br /&gt;
* [[Dashboard Configuration: Graph rendering settings | Configuration: Graph rendering settings]]&lt;br /&gt;
* [[Dashboard Configuration: Configuring summarizers | Configuration: Configuring summarizers]]&lt;br /&gt;
* [[Dashboard Configuration: Cache options and setting up exports | Configuration: Cache options and setting up exports]] &lt;br /&gt;
&lt;br /&gt;
Some extra configuration can improve data display&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Additional settings for crosstable and tree-shaped display | Additional settings for crosstable and tree-shaped data display]]&lt;br /&gt;
* [[Dashboard Configuration: Additional parameters for output colouring of data | Additional parameters for output colouring of data]]&lt;br /&gt;
* [[Dashboard Configuration: Plotting geographic information | Additional parameters for geographic plotting (experimental)]]&lt;br /&gt;
* [[Dashboard Configuration: Special Features on Columns for Output | Additional special settings when choosing output columns]]&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
===Exporting/importing the Block Configuration===&lt;br /&gt;
&lt;br /&gt;
This tip is usefull as the configuration of this bloc is huge and uses a lot of variables. The configuration export/import utility allows you to export an encoded configuration string as a text file, store it to your local system, then import it again in, say, a new unconfigured block instance. Configuraiton export contains all the dashboard configuration including the whole query, so it is easy to make several dashboard elements as a variant from a stored one.&lt;br /&gt;
&lt;br /&gt;
* [[Dashboard Configuration: Exporting/Importing Configuration | How to export/import configuration]]&lt;br /&gt;
&lt;br /&gt;
==Development Road Map==&lt;br /&gt;
&lt;br /&gt;
These are future features that are foreseen in the next road map for Dashboard Block.&lt;br /&gt;
&lt;br /&gt;
* Query parametrization with user filled variables&lt;br /&gt;
* PDF generators&lt;br /&gt;
* Crosstable Excel exports&lt;br /&gt;
* Filtering values pre-fetch caching to improve performance&lt;br /&gt;
* Accessory database extension to MySQL schemes&lt;br /&gt;
 &lt;br /&gt;
=== Reference, information, development and support ===&lt;br /&gt;
&lt;br /&gt;
valery.fremaux-AT-gmail.com&lt;br /&gt;
[[Category:Contributed code]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Bloc Tableau de bord]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Badges&amp;diff=119298</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Badges&amp;diff=119298"/>
		<updated>2015-07-21T14:18:22Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Tracking progress}}&lt;br /&gt;
Badges are a good way of celebrating achievement and showing progress. Badges may be awarded based on a variety of chosen criteria and are fully compatible with [http://openbadges.org/ Mozilla Open Badges]. Badges created in Moodle may be displayed on a user&#039;s profile or pushed to their [https://backpack.openbadges.org/ Open Badges backpack] and public badge collections in their backpack will display in their Moodle profile.&lt;br /&gt;
&lt;br /&gt;
There are two categories of badges:&lt;br /&gt;
* Site badges - available to users site-wide and related to the site wide activities, like finishing a set of courses.&lt;br /&gt;
* Course badges - available to users enrolled in the course and related to the activities that happen inside the course.&lt;br /&gt;
&lt;br /&gt;
[[File:badgesintro.png]]&lt;br /&gt;
&lt;br /&gt;
*[[Managing badges]]&lt;br /&gt;
*[[Badges settings]]&lt;br /&gt;
*[[Using badges]]&lt;br /&gt;
*[[Badges FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Badges]]&lt;br /&gt;
&lt;br /&gt;
[[de:Auszeichnungen]]&lt;br /&gt;
[[es:Insignias]]&lt;br /&gt;
[[ja:バッジ]]&lt;br /&gt;
[[fr:Badges]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=117249</id>
		<title>Customlabel module (Course elements)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=117249"/>
		<updated>2015-03-01T09:42:57Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin is documented on the [[https://docs.moodle.org/26/en/Customlabel_module_(Course_elements) | Moodle 2.6 documentation]] site :&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Block_settings&amp;diff=102771</id>
		<title>Block settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Block_settings&amp;diff=102771"/>
		<updated>2013-01-16T00:14:01Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
==Adding a block to a page==&lt;br /&gt;
&lt;br /&gt;
Blocks can be added to a page by turning editing on then using the &#039;Add a block&#039; drop-down menu.&lt;br /&gt;
&lt;br /&gt;
Please see [[Blocks]] for a list of all the blocks in a standard Moodle install.  Your site may have added contributed blocks and or your site administrator has disabled specific blocks on your site.&lt;br /&gt;
&lt;br /&gt;
{{New features}}Note: The ability to add a particular block to a page is controlled by an &#039;&#039;addinstance&#039;&#039; capability (e.g. [[Capabilities/block/comments:addinstance|block/comments:addinstance]]), which is allowed for the default role of teacher.&lt;br /&gt;
&lt;br /&gt;
==Block configuration==&lt;br /&gt;
&lt;br /&gt;
After adding a block, click the edit icon in the block header to configure it.&lt;br /&gt;
[[Image:blocks03.png |thumb|right|Example of 2 blocks with editing turned on]]&lt;br /&gt;
&lt;br /&gt;
===Block settings===&lt;br /&gt;
&lt;br /&gt;
Certain blocks, such as the HTML block, allow a block title and more to be set.&lt;br /&gt;
&lt;br /&gt;
[[File:Block configuration block setting area.png]]&lt;br /&gt;
&lt;br /&gt;
===Where this block appears===&lt;br /&gt;
Depending upon the context and users permissions, this area determines where this block will appear.&lt;br /&gt;
*Original block location: provides information about where the block was initially created.&lt;br /&gt;
*Display on page types: allows the user to set the context that the block can appear in. These options will vary depending upon the permissions of the user.  For example a site administrator might see a setting that will allow the block to appear on Any page, or any type of course main page, while a teacher may only see the option to place it on every page in the course.  &lt;br /&gt;
*Default region: Usually a right column or left column option&lt;br /&gt;
*Default weight: Where in the column do you want it to appear if there are other blocks in that column.  -10 will put it at the top, 10 will put it at the bottom.   A zero is neutral. &lt;br /&gt;
[[File: Block configuration where appears.png]] &lt;br /&gt;
&lt;br /&gt;
See [[User profiles]] for instructions on how to make a block appear on all user profile pages.&lt;br /&gt;
&lt;br /&gt;
===On this page===&lt;br /&gt;
*Visible - Yes or No. &lt;br /&gt;
*Region - Here you can override the column preference on this page.&lt;br /&gt;
*Weight - Here you can override the default setting on this page.&lt;br /&gt;
[[File:Block configuration on this page.png]]&lt;br /&gt;
&lt;br /&gt;
==&#039;Sticky blocks&#039;==&lt;br /&gt;
The term &#039;sticky&#039; block was used in older versions of Moodle to mean blocks which the admin added either sitewide or to the [[My home]] page and which could not be deleted by regular users. Although the term is no longer used, it is still possible to make blocks &#039;sticky&#039; and in a wider variety of locations. Here are a few examples:&lt;br /&gt;
&lt;br /&gt;
===Making a block sticky throughout the whole site===&lt;br /&gt;
The Moodle administrator might wish for example to display support contact details sitewide using an [[HTML block]] called &#039;Helpdesk&#039;:&lt;br /&gt;
&lt;br /&gt;
#As an administrator, turn on the editing on the front page and add the block you wish to make sticky.&lt;br /&gt;
#For &#039;&#039;Where this block appears&amp;gt;Page contexts&#039;&#039;, choose &#039;Display throughout the entire site&#039;.&lt;br /&gt;
#Decide other settings according to your preference and save.&lt;br /&gt;
#The block will now appear on all pages of your Moodle.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:sitewidestickyblock.png|thumb|Making a block sticky throughout the site]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Making a block sticky throughout a course===&lt;br /&gt;
The teacher might wish for example to display the [[Messages block]] everywhere in the course. This would allow students easily to message each other and their tutors  not only on the course from the main page but also on individual activities. The block would be available on admin pages too.&lt;br /&gt;
&lt;br /&gt;
#As a teacher in the course, turn on the editing on the course main page and add the block you wish to make sticky.&lt;br /&gt;
#For &#039;&#039;Display on page types&#039;&#039;, choose &#039;Any page&#039;&lt;br /&gt;
#Decide other settings according to your preferences and save.&lt;br /&gt;
#The block will now appear on all pages of the course.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:coursestickyblock.png|thumb|Making a block sticky throughout a course]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Making a block sticky in a category===&lt;br /&gt;
A user with category rights might for instance wish to display a [[Remote RSS feeds block]] in all of the courses within a particular category, such as a Head of Science adding Science news feeds to the Physics, Biology and Chemistry courses. While this should be possible, there are currently problems with blocks on category pages not saving the required page context. See MDL-31616&lt;br /&gt;
===Making a block sticky in a resource or an activity===&lt;br /&gt;
A teacher might wish to display a block in one particular resource or activity, for example a Head of Faculty might make create a [[Book]] for departmental policies and wish to add the  comments block to  every chapter/page of a book so colleagues can give quick feedback. (Note that such a comments block would be the &#039;&#039;same&#039;&#039; block on each chapter/page)&lt;br /&gt;
#As a teacher in the course, turn on the editing and click into the resource/activity -in this case a Book and add the block.&lt;br /&gt;
#For &#039;&#039;Display on page types&#039;&#039;, you will see (for example) &#039;mod-book*&#039; &lt;br /&gt;
#Decide other settings according to your preferences and save.&lt;br /&gt;
#The block will now appear on all related screens.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:bookstickyblock.png|thumb|Making a block sticky throughout a book]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Adding a block to all user profile pages===&lt;br /&gt;
See [[User profiles]]&lt;br /&gt;
&lt;br /&gt;
===Adding a block to My home page for all users===&lt;br /&gt;
See [[My home]] Note that such a block would not be truly &#039;sticky&#039;, in that users can customise their My home page and could, if wished, delete the block.&lt;br /&gt;
&lt;br /&gt;
==Block permissions==&lt;br /&gt;
&lt;br /&gt;
Role permissions for a block can be changed by clicking the Assign roles icon (a face and mask) in the header of the block then via &#039;&#039;Settings &amp;gt; Block administration &amp;gt; Permissions&#039;&#039;.&lt;br /&gt;
{|&lt;br /&gt;
|[[File:Blockassign.png|thumb|Changing permissions in a block]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Blocks FAQ]] for details of how to hide front page blocks from non-logged-in users.&lt;br /&gt;
&lt;br /&gt;
[[de:Blockeinstellungen]]&lt;br /&gt;
[[fr:Paramétrage des blocs]]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=102748</id>
		<title>Customlabel module (Course elements)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=102748"/>
		<updated>2013-01-14T08:56:31Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin is documented on the [[https://docs.moodle.org/23/en/Customlabel_module_(Course_elements) | Moodle 2.3 documentation]] site :&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Profile_field_enrolment&amp;diff=102737</id>
		<title>Profile field enrolment</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Profile_field_enrolment&amp;diff=102737"/>
		<updated>2013-01-12T13:54:46Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: Created page with &amp;quot;{{Enrolment}} Location: External database edit settings link in &amp;#039;&amp;#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Enrolments &amp;gt; Manage enrol plugins&amp;#039;&amp;#039; (once installed)  ==Plugin availa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Enrolment}}&lt;br /&gt;
Location: External database edit settings link in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Enrolments &amp;gt; Manage enrol plugins&#039;&#039; (once installed)&lt;br /&gt;
&lt;br /&gt;
==Plugin availability==&lt;br /&gt;
&lt;br /&gt;
Get the plugin archive in the [https://moodle.org/plugins/view.php?plugin=mod_customlabel | Moodle PLugin Database].&lt;br /&gt;
&lt;br /&gt;
==Documentation Location==&lt;br /&gt;
&lt;br /&gt;
The full documentation of this enrolment contributive plugin is in the [https://docs.moodle.org/22/en/Profile_field_enrolment | Moodle Documentation 2.2 volume ]&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=102451</id>
		<title>Customlabel module (Course elements)</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Customlabel_module_(Course_elements)&amp;diff=102451"/>
		<updated>2012-12-14T22:30:44Z</updated>

		<summary type="html">&lt;p&gt;Valeryf: Created page with &amp;quot;This plugin is documented on the  Moodle 2.3 documentation site :&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This plugin is documented on the [[https://docs.moodle.org/23/en/Customlabel_module_(Course_elements)| Moodle 2.3 documentation]] site :&lt;/div&gt;</summary>
		<author><name>Valeryf</name></author>
	</entry>
</feed>