<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://docs.moodle.org/2x/ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bawjaws</id>
	<title>MoodleDocs - Contribucions de l&amp;#039;usuari [ca]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/2x/ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bawjaws"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/Especial:Contribucions/Bawjaws"/>
	<updated>2026-04-15T22:47:53Z</updated>
	<subtitle>Contribucions de l&amp;#039;usuari</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100850</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100850"/>
		<updated>2012-10-01T09:04:24Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
== Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for Educational Content ===&lt;br /&gt;
&lt;br /&gt;
Take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap in Moodle content ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap editor ===&lt;br /&gt;
&lt;br /&gt;
Of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for TinyMCE ===&lt;br /&gt;
&lt;br /&gt;
The current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
=== Checkout the competition ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s all sorts of Bootstrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle. The new version of Joomla ([http://www.joomla.org/3/]) also uses Bootstrap throughout the user and admin interface and can probably provide some inspiration.&lt;br /&gt;
&lt;br /&gt;
=== Create alternate icon sprites ===&lt;br /&gt;
&lt;br /&gt;
All the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;br /&gt;
* [http://fortawesome.github.com/Font-Awesome/ Font Awesome] (icon font for Bootstrap)&lt;br /&gt;
* [http://www.alistapart.com/articles/building-twitter-bootstrap/ A List Apart: Building Twitter Bootstrap] (the story behind and philosophy of Bootstrap)&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100849</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100849"/>
		<updated>2012-10-01T09:02:37Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Checkout the competition */  Joomla 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
== Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for Educational Content ===&lt;br /&gt;
&lt;br /&gt;
Take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap in Moodle content ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap editor ===&lt;br /&gt;
&lt;br /&gt;
Of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for TinyMCE ===&lt;br /&gt;
&lt;br /&gt;
The current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
=== Checkout the competition ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s all sorts of Bootstrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle. The new version of Joomla ([http://www.joomla.org/3/]) also uses Bootstrap throughout the user and admin interface and can probably provide some inspiration.&lt;br /&gt;
&lt;br /&gt;
=== Create alternate icon sprites ===&lt;br /&gt;
&lt;br /&gt;
All the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;br /&gt;
* [http://fortawesome.github.com/Font-Awesome/ Font Awesome (icon font for Bootstrap)]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Usuari:David_Scotson&amp;diff=100848</id>
		<title>Usuari:David Scotson</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Usuari:David_Scotson&amp;diff=100848"/>
		<updated>2012-10-01T09:01:05Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An E-learning Technologist / software developer working for the [http://www.gla.ac.uk University of Glasgow] as part of the newly formed Learning and Teaching Centre.&lt;br /&gt;
&lt;br /&gt;
[http://moodle.org/user/view.php?id=3152&amp;amp;course=5 My profile at Moodle.org]&lt;br /&gt;
&lt;br /&gt;
== Current work ==&lt;br /&gt;
&lt;br /&gt;
Mostly working on getting Bootstrap embedded into Moodle.&lt;br /&gt;
&lt;br /&gt;
== Me and MoodleDocs ==&lt;br /&gt;
&lt;br /&gt;
I gave a talk about Moodle recently to some of our IT support teams, one of the main points of which was was a great project MoodleDocs was (or at that time &#039;was going to be&#039;), and how it could be a &#039;killer app&#039; for Moodle i.e. so good that people use Moodle rather than alternatives simply because the documentation is so good. It&#039;s certainly the case that when we evaluated Moodle, the strong community support was a key deciding factor (it&#039;s a fruitless chicken and egg question whether the quality of Moodle attracted the strong community or the strong community contributed to the quality of Moodle, obviously they re-inforce each other). Having a commited, passionate community building documentation in a wiki just seemed like such a great idea, especially as I was aware of how much great info was &#039;hidden&#039; within the postings of the Using Moodle forums, and the shared urge to teach/share that drives much of that. As I&#039;m one of those people who loves to say &#039;I told you so!&#039; when things turn out as I predict them to and, more importantly, because I think lack of good documentation is one of the areas holding back widespread adoption of e-learning/Moodle, I thought I&#039;d get involved.&lt;br /&gt;
&lt;br /&gt;
I&#039;m particularly interested in:&lt;br /&gt;
&lt;br /&gt;
* the social/community aspects of the project (including it&#039;s role as a community of practice)&lt;br /&gt;
* how the documentation caters to different audiences (dev/admin/teacher/student) while at the same time supporting/encouraging people to move between (or at least understand) different roles&lt;br /&gt;
* effective use of hypertext/web/wiki medium (meaning both collaborative text writing and using hyperlinks to break up and interwingle content)&lt;br /&gt;
* the interaction between the project websites, forums, databases, and this wiki&lt;br /&gt;
&lt;br /&gt;
== Things I&#039;ve learned, realised or had brought home to me through contributing to this Wiki  ==&lt;br /&gt;
&lt;br /&gt;
=== prose versus lists ===&lt;br /&gt;
&lt;br /&gt;
Short version: lists win every time. They:&lt;br /&gt;
* allow others to easily interject, add to or edit your contributions, without having to untangle your text. Even editing your own text as you add things can turn into a scene reminiscent of Monty Python: &amp;quot;NOBODY expects the Spanish Inquisition! Our chief weapon is surprise...surprise and fear...fear and surprise.... Our two weapons are fear and surprise...and ruthless efficiency.... Our *three* weapons are fear, surprise, and ruthless efficiency...and an almost fanatical devotion to the Pope.... Our *four*...no... *Amongst* our weapons.... Amongst our weaponry...are such elements as fear, surprise.... I&#039;ll come in again.&amp;quot;&lt;br /&gt;
* make following step-by-step lists easy, aiding readability and scan-ability&lt;br /&gt;
* act as an open invite for other others to contribute (I think at least part of this is to do with depersonalisation, which sounds bad, but in a collaborative wiki text is necessary for effective copy-editing for clarity, length etc.)&lt;br /&gt;
* can be easily scannable indexes, into various documentation sub-topics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== singular versus plural ===&lt;br /&gt;
&lt;br /&gt;
* MediaWiki seems to have a slight technical preference for singular names of articles. You can use &amp;lt;nowiki&amp;gt;[[Module]]s and &lt;br /&gt;
[[Quiz]]zes when you need to use a plural in a sentence instead of [[Modules|Module]] and [[Quizzes|Quiz]] if the page is pluralised&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Categories, when used as lists, make more sense (to me at least) as plurals, but means possibly having two similar very terms e.g. if themes is a list of Moodle Themes, then what do you use for Theme related content? &#039;&#039;Themeing&#039;&#039;?&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100791</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100791"/>
		<updated>2012-09-29T20:43:10Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Bootstrap for Educational Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
== Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for Educational Content ===&lt;br /&gt;
&lt;br /&gt;
Take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
* http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
* http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap in Moodle content ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap editor ===&lt;br /&gt;
&lt;br /&gt;
Of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for TinyMCE ===&lt;br /&gt;
&lt;br /&gt;
The current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
=== Checkout the competition ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s all sorts of Bootstrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle.&lt;br /&gt;
&lt;br /&gt;
=== Create alternate icon sprites ===&lt;br /&gt;
&lt;br /&gt;
All the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;br /&gt;
* [http://fortawesome.github.com/Font-Awesome/ Font Awesome (icon font for Bootstrap)]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100775</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100775"/>
		<updated>2012-09-29T11:36:55Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
== Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for Educational Content ===&lt;br /&gt;
&lt;br /&gt;
Take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap in Moodle content ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap editor ===&lt;br /&gt;
&lt;br /&gt;
Of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for TinyMCE ===&lt;br /&gt;
&lt;br /&gt;
The current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
=== Checkout the competition ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s all sorts of Bootstrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle.&lt;br /&gt;
&lt;br /&gt;
=== Create alternate icon sprites ===&lt;br /&gt;
&lt;br /&gt;
All the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;br /&gt;
* [http://fortawesome.github.com/Font-Awesome/ Font Awesome (icon font for Bootstrap)]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100774</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100774"/>
		<updated>2012-09-29T11:35:40Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Potential projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
== Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for Educational Content ===&lt;br /&gt;
&lt;br /&gt;
Take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap in Moodle content ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap editor ===&lt;br /&gt;
&lt;br /&gt;
Of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
=== Bootstrap for TinyMCE ===&lt;br /&gt;
&lt;br /&gt;
The current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
=== Checkout the competition ===&lt;br /&gt;
&lt;br /&gt;
There&#039;s all sorts of Bootstrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle.&lt;br /&gt;
&lt;br /&gt;
=== Create alternate icon sprites ===&lt;br /&gt;
&lt;br /&gt;
All the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100773</id>
		<title>bootstrap-Theme</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=bootstrap-Theme&amp;diff=100773"/>
		<updated>2012-09-29T11:28:40Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: adding some non-php projects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Twitter Bootstrap Theme==&lt;br /&gt;
This page aims to bring together discussions from the themes forum related to the development of a moodle &#039;base&#039; theme that conforms to the [http://twitter.github.com/bootstrap/ Twitter Bootstrap] coding conventions. There has already been a great deal of work done by individuals within the Moodle community and it&#039;s hoped that by formulating this work we may be able to collaborate and build on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Approah ==&lt;br /&gt;
There are 5 major categories of development for this theme family:&lt;br /&gt;
&lt;br /&gt;
* Layouts&lt;br /&gt;
* Renderers&lt;br /&gt;
* Stylesheets&lt;br /&gt;
* Javascripts&lt;br /&gt;
* Settings (child themes)&lt;br /&gt;
&lt;br /&gt;
=== Layout ===&lt;br /&gt;
The General layout will be a 2 column layout based on the [http://twitter.github.com/bootstrap/examples/fluid.html &amp;quot;Fluid&amp;quot; example] providing an &amp;quot;out of the box&amp;quot; responsive grid.&lt;br /&gt;
&lt;br /&gt;
=== Renderers ===&lt;br /&gt;
Multiple renderers will be developed to make Moodle output more bootstrap friendly by 1) outputting classes defined in bootstrap.css and 2) outputting semantic HTML exemplified in the bootstrap documentation&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
Bootstrap.css will be the core CSS sheet with adjustments made to reduce re-duplication (like &#039;reset&#039;) and to define Moodle core classes that can&#039;t be matched to bootstrap via a renderer&lt;br /&gt;
&lt;br /&gt;
=== Javascripts ===&lt;br /&gt;
[http://jshirley.github.com/bootstrap/javascript.html YUI Bootstrap plugins] will be dropped in to the theme in place of the jQuery version(s).&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
On the roadmap: create a child theme (or themes) to provide end users with custom settings, possibly including:&lt;br /&gt;
&lt;br /&gt;
* static or fixed navbar&lt;br /&gt;
* light or dark color&lt;br /&gt;
* 2 or 3 column layout&lt;br /&gt;
* custom logo&lt;br /&gt;
* [http://bootswatch.com/ bootswatches]&lt;br /&gt;
&lt;br /&gt;
== Success criteria ==&lt;br /&gt;
To have developed a theme that can be used as a base theme, that looks and feels like the default bootsrap interface. (see: [http://twitter.github.com/bootstrap/getting-started.html#examples examples].&lt;br /&gt;
&lt;br /&gt;
==Future developments ==&lt;br /&gt;
&lt;br /&gt;
* To make a responsive version&lt;br /&gt;
* Create a library of custom renderers that can be used in themes to make UI changes&lt;br /&gt;
* Add theme settings that allow administrators to change the layout of templates through the theme interface.&lt;br /&gt;
&lt;br /&gt;
==Potential projects ==&lt;br /&gt;
&lt;br /&gt;
Some projects that don&#039;t require knowledge of PHP to help with:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bootstrap for Educational Content&#039;&#039;&#039; - take some of your existing content, or freely available courses and use Bootstrap styles to format it. Maybe write a document, that uses Bootstrap styles to explain how to apply Bootstrap styles to educational content. Look at the Bootstrap documentation for inspiration, it not only tells you what is possible, it demonstrates many of them in its own presentation:&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#code&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#tables&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#images&lt;br /&gt;
** http://twitter.github.com/bootstrap/base-css.html#icons&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#labels-badges&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#typography&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#thumbnails&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#alerts&lt;br /&gt;
** http://twitter.github.com/bootstrap/components.html#misc&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bootstrap in Moodle content&#039;&#039;&#039; - there&#039;s plenty of places in Moodle that accept HTML and so can be spruced up with Bootstrap. For example, if you have a public access course, you could add a big green &amp;quot;start learning now&amp;quot; button with a white tick icon to the course description (or many other places on your site) just by using the following html:&lt;br /&gt;
&lt;br /&gt;
    &amp;amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;btn btn-success btn-large&amp;quot;&amp;gt;&amp;amp;lt;i class=&amp;quot;icon-white icon-ok&amp;quot;&amp;gt;&amp;amp;lt;/i&amp;gt; Start Learning Now&amp;amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the href is simply pointing to the course like any normal link, yet the presentation is transformed. There&#039;s probably a million other examples, try coming up with some and sharing them. For experimenting with what&#039;s possible with buttons, try: http://www.plugolabs.com/twitter-bootstrap-button-generator/&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bootstrap editor&#039;&#039;&#039; - of course, to do the above currently takes HTML coding. But it would be nice if you could just press buttons on a gui. Moodle allows plugin editors, maybe we could use this: http://jhollingworth.github.com/bootstrap-wysihtml5/&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bootstrap for TinyMCE&#039;&#039;&#039; - the current editor is actually incredibly flexible. It is themeable (http://www.tinymce.com/wiki.php/Creating_a_theme) and Bootstrap comes with a range of editor icons. It should also be able to pick up and use classes from an editor.css file you feed it (http://www.tinymce.com/wiki.php/Configuration:content_css). It should be possible to create a better Bootstrap editor using this flexibility&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Checkout the competition&#039;&#039;&#039; - there&#039;s all sorts of Bootsrap projects for various blog engines and content management systems. If you already use say Wordpress you could install some of them an report back anything useful, or just nice looking, that they do and you think would transfer across to Moodle.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Create alternate icon sprites&#039;&#039;&#039; - all the Bootstrap icons are merged into one single image to make things download faster. If you want to use a different set of icons you&#039;ll need to do the same. Instructions here: http://favbulous.com/post/1006/create-custom-icons-for-twitter-bootstrap-easily&lt;br /&gt;
&lt;br /&gt;
== Links to Discussions in Forums ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212222 (re-)bootstrap: work in progress]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=212341 Amelia and Cyborg Bootswatches for Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=208162 Bootstrap for Moodle project]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.github.com/bootstrap/ Twitter Bootstrap Home]&lt;br /&gt;
* [http://jshirley.github.com/bootstrap/javascript.html Bootstrap YUI Plugins]&lt;br /&gt;
* [http://bootswatch.com/ Bootswatch]&lt;br /&gt;
* [http://bootsnipp.com/ Bootsnipp]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Autenticaci%C3%B3&amp;diff=38427</id>
		<title>Autenticació</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Autenticaci%C3%B3&amp;diff=38427"/>
		<updated>2008-06-26T13:05:29Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Users &amp;gt; Authentication &amp;gt; Manage authentication&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Authentication methods==&lt;br /&gt;
&lt;br /&gt;
One of the first things you need to consider when setting up your Moodle site is user authentication i.e. enabling people to login to your Moodle site.&lt;br /&gt;
&lt;br /&gt;
Authentication methods (also known as authentication plugins) include:&lt;br /&gt;
&lt;br /&gt;
*[[Manual accounts]]&lt;br /&gt;
*[[No login]]&lt;br /&gt;
*[[Email-based self-registration]]&lt;br /&gt;
*[[CAS server (SSO)]]&lt;br /&gt;
*[[External database authentication|External database]]&lt;br /&gt;
*[[FirstClass authentication|FirstClass server]]&lt;br /&gt;
*[[IMAP authentication|IMAP server]]&lt;br /&gt;
*[[LDAP authentication|LDAP server]]&lt;br /&gt;
*[[Moodle Network|Moodle Network authentication]]&lt;br /&gt;
*[[NNTP authentication|NNTP server]]&lt;br /&gt;
*[[No authentication]]&lt;br /&gt;
*[[PAM (Pluggable Authentication Modules)]]&lt;br /&gt;
*[[POP3 server]]&lt;br /&gt;
*[[RADIUS authentication|RADIUS server]]&lt;br /&gt;
*[[Shibboleth]]&lt;br /&gt;
*[[NTLM authentication|NTLM/Integrated Authentication (3rd party plugin)]]&lt;br /&gt;
&lt;br /&gt;
==Setting the authentication method==&lt;br /&gt;
[[Image:authentication plugins.png|thumb|Choosing an authentication plugin, (only shows top of Authentication page)]]&lt;br /&gt;
To set the authentication method:&lt;br /&gt;
&lt;br /&gt;
#Click on Authentication in the Site Administration block.&lt;br /&gt;
#On the authentication page, click on the closed eye icon to enable your chosen authentication plugin. In Moodle 1.8 onwards, you can choose to use more than one authentication method. Use the up/down arrow icons to arrange the plugins in order, with the plugin handling the most logins at the top of the page. This will minimise authentication server load.&lt;br /&gt;
#If you have chosen [[Email-based self-registration]], select &amp;quot;Email-based self-registration&amp;quot; from the self registration drop-down menu in the common settings section. Potential users will then be presented with a &amp;quot;Create new account&amp;quot; button on the login page.&lt;br /&gt;
#If you have courses with guest access, set the Guest login button to show.&lt;br /&gt;
#Click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
#Click on Settings opposite the authentication plugin(s) you have chosen.&lt;br /&gt;
#Configure the required settings and click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==Multi-authentication==&lt;br /&gt;
{{Moodle 1.8}}From Moodle 1.8 onwards, multi-authentication is supported. Simply click on the closed eye icon to enable a particular plugin.&lt;br /&gt;
&lt;br /&gt;
Each authentication plugin may be used to find a username/password match. Once found, a user is logged in and alternative plugins are not used. Therefore the plugin which handles the most logins should be moved to the top of the page in order that less load is put on authentication servers.&lt;br /&gt;
&lt;br /&gt;
==Self registration==&lt;br /&gt;
If you wish users to be able to create their own user accounts, i.e. self-register, then select Email-based self-registration from the drop-down menu.&lt;br /&gt;
&lt;br /&gt;
==Guest login button==&lt;br /&gt;
You can hide or show the guest login button on the login page. &lt;br /&gt;
&lt;br /&gt;
==Alternate login URL==&lt;br /&gt;
This should be used with care, since a mistake in the URL or on the actual login page can lock you out of your site. If you do mess it up, you can remove the entry from your database (table mdl_config) using, e.g., phpmyadmin for mysql.&lt;br /&gt;
&lt;br /&gt;
==Forgotten password URL==&lt;br /&gt;
{{Moodle 1.9}}If your lost password handling is performed entirely outside of Moodle (for example, only by a help desk), you can set the url of that service here. Anybody pressing a &amp;quot;lost password&amp;quot; link in Moodle will be redirected to this URL. Note that this will disable &#039;&#039;&#039;all&#039;&#039;&#039; of Moodle&#039;s lost password recovery options regardless of authentication method(s) in use.&lt;br /&gt;
&lt;br /&gt;
==ReCAPTCHA==&lt;br /&gt;
[[Image:New account form with captcha element.png|thumb|New account form with CAPTCHA element]]&lt;br /&gt;
A CAPTCHA is a program that can tell whether its user is a human or a computer. CAPTCHAs are used by many websites to prevent abuse from bots, or automated programs usually written to generate spam. No computer program can read distorted text as well as humans can, so bots cannot navigate sites protected by CAPTCHAs.&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}From Moodle 1.9.1 onwards, spam protection may be added to the [[Email-based self-registration]] new account form with a CAPTCHA element - a challenge-response test used to determine whether the user is human.&lt;br /&gt;
&lt;br /&gt;
ReCAPTCHA keys can be obtained from http://recaptcha.net by [https://admin.recaptcha.net/accounts/signup/?next= signing up for an account] (free) then entering a domain. The public and private keys provided can then be copied and pasted into the &#039;&#039;recaptchapublickey&#039;&#039; and &#039;&#039;recaptchaprivatekey&#039;&#039; fields in the manage authentication common settings, and the changes saved.&lt;br /&gt;
&lt;br /&gt;
In addition to setting reCAPTCHA keys, email-based self-registration should be set as the self registration authentication plugin in the manage authentication common settings and the reCAPTCHA element should be enabled in the [[Email-based self-registration]] settings.&lt;br /&gt;
&lt;br /&gt;
==Locking profile fields==&lt;br /&gt;
To prevent users from altering some fields (e.g. students changing profile information to inappropriate or misleading information), the site administrator can lock profile fields.&lt;br /&gt;
&lt;br /&gt;
[[Image:Authent-data-map-fname.jpg|Data Mapping Options]]&lt;br /&gt;
*These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.  If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.  In either case, the user will be able to edit all of these fields after they log in.&lt;br /&gt;
*&#039;&#039;&#039;Update local&#039;&#039;&#039;: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.&lt;br /&gt;
*&#039;&#039;&#039;Lock value&#039;&#039;&#039;: If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system.&lt;br /&gt;
*&#039;&#039;&#039;Update external&#039;&#039;&#039;: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.   Note: Updating external LDAP data requires that you set &#039;&#039;&#039;binddn&#039;&#039;&#039; and &#039;&#039;&#039;bindpw&#039;&#039;&#039; to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. &lt;br /&gt;
&lt;br /&gt;
If you are using a mixture of authentication types (such as IMAP and manual), then the fields you lock in the authentication options will only apply to the type of authentication indicated by the drop down box at the top of the screen.  Remember to test the field locking by logging in with the proper type of account!  If you test with a manual account but have set the field locking to apply to IMAP accounts, you will not be able to tell if it worked!&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*Multi authentication in [[Upgrading to Moodle 1.8]]&lt;br /&gt;
*[http://moodle.org/mod/forum/view.php?id=42 Using Moodle: User authentication] forum&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=95559 Do users need e-mail addresses?] forum discussion&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=97938 Admin approving self registrations?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Authentication]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Authentification]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Autenticaci%C3%B3&amp;diff=38424</id>
		<title>Autenticació</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Autenticaci%C3%B3&amp;diff=38424"/>
		<updated>2008-06-26T12:57:03Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Forgotton password URL */  typo forgotton -&amp;gt; forgotten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Location: &#039;&#039;Administration &amp;gt; Users &amp;gt; Authentication &amp;gt; Manage authentication&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Authentication methods==&lt;br /&gt;
&lt;br /&gt;
One of the first things you need to consider when setting up your Moodle site is user authentication i.e. enabling people to login to your Moodle site.&lt;br /&gt;
&lt;br /&gt;
Authentication methods (also known as authentication plugins) include:&lt;br /&gt;
&lt;br /&gt;
*[[Manual accounts]]&lt;br /&gt;
*[[No login]]&lt;br /&gt;
*[[Email-based self-registration]]&lt;br /&gt;
*[[CAS server (SSO)]]&lt;br /&gt;
*[[External database authentication|External database]]&lt;br /&gt;
*[[FirstClass authentication|FirstClass server]]&lt;br /&gt;
*[[IMAP authentication|IMAP server]]&lt;br /&gt;
*[[LDAP authentication|LDAP server]]&lt;br /&gt;
*[[Moodle Network|Moodle Network authentication]]&lt;br /&gt;
*[[NNTP authentication|NNTP server]]&lt;br /&gt;
*[[No authentication]]&lt;br /&gt;
*[[PAM (Pluggable Authentication Modules)]]&lt;br /&gt;
*[[POP3 server]]&lt;br /&gt;
*[[RADIUS authentication|RADIUS server]]&lt;br /&gt;
*[[Shibboleth]]&lt;br /&gt;
*[[NTLM authentication|NTLM/Integrated Authentication (3rd party plugin)]]&lt;br /&gt;
&lt;br /&gt;
==Setting the authentication method==&lt;br /&gt;
[[Image:authentication plugins.png|thumb|Choosing an authentication plugin, (only shows top of Authentication page)]]&lt;br /&gt;
To set the authentication method:&lt;br /&gt;
&lt;br /&gt;
#Click on Authentication in the Site Administration block.&lt;br /&gt;
#On the authentication page, click on the closed eye icon to enable your chosen authentication plugin. In Moodle 1.8 onwards, you can choose to use more than one authentication method. Use the up/down arrow icons to arrange the plugins in order, with the plugin handling the most logins at the top of the page. This will minimise authentication server load.&lt;br /&gt;
#If you have chosen [[Email-based self-registration]], select &amp;quot;Email-based self-registration&amp;quot; from the self registration drop-down menu in the common settings section. Potential users will then be presented with a &amp;quot;Create new account&amp;quot; button on the login page.&lt;br /&gt;
#If you have courses with guest access, set the Guest login button to show.&lt;br /&gt;
#Click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
#Click on Settings opposite the authentication plugin(s) you have chosen.&lt;br /&gt;
#Configure the required settings and click the &amp;quot;Save changes&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==Multi-authentication==&lt;br /&gt;
{{Moodle 1.8}}From Moodle 1.8 onwards, multi-authentication is supported. Simply click on the closed eye icon to enable a particular plugin.&lt;br /&gt;
&lt;br /&gt;
Each authentication plugin may be used to find a username/password match. Once found, a user is logged in and alternative plugins are not used. Therefore the plugin which handles the most logins should be moved to the top of the page in order that less load is put on authentication servers.&lt;br /&gt;
&lt;br /&gt;
==Self registration==&lt;br /&gt;
If you wish users to be able to create their own user accounts, i.e. self-register, then select Email-based self-registration from the drop-down menu.&lt;br /&gt;
&lt;br /&gt;
==Alternate login URL==&lt;br /&gt;
This should be used with care, since a mistake in the URL or on the actual login page can lock you out of your site. If you do mess it up, you can remove the entry from your database (table mdl_config) using, e.g., phpmyadmin for mysql.&lt;br /&gt;
&lt;br /&gt;
==Forgotten password URL==&lt;br /&gt;
{{Moodle 1.9}}If your lost password handling is performed entirely outside of Moodle (for example, only by a help desk), you can set the url of that service here. Anybody pressing a &amp;quot;lost password&amp;quot; link in Moodle will be redirected to this URL. Note that this will disable &#039;&#039;&#039;all&#039;&#039;&#039; of Moodle&#039;s lost password recovery options regardless of authentication method(s) in use.&lt;br /&gt;
&lt;br /&gt;
==ReCAPTCHA==&lt;br /&gt;
[[Image:New account form with captcha element.png|thumb|New account form with CAPTCHA element]]&lt;br /&gt;
A CAPTCHA is a program that can tell whether its user is a human or a computer. CAPTCHAs are used by many websites to prevent abuse from bots, or automated programs usually written to generate spam. No computer program can read distorted text as well as humans can, so bots cannot navigate sites protected by CAPTCHAs.&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.9}}From Moodle 1.9.1 onwards, spam protection may be added to the [[Email-based self-registration]] new account form with a CAPTCHA element - a challenge-response test used to determine whether the user is human.&lt;br /&gt;
&lt;br /&gt;
ReCAPTCHA keys can be obtained from http://recaptcha.net by [https://admin.recaptcha.net/accounts/signup/?next= signing up for an account] (free) then entering a domain. The public and private keys provided can then be copied and pasted into the &#039;&#039;recaptchapublickey&#039;&#039; and &#039;&#039;recaptchaprivatekey&#039;&#039; fields in the manage authentication common settings, and the changes saved.&lt;br /&gt;
&lt;br /&gt;
In addition to setting reCAPTCHA keys, email-based self-registration should be set as the self registration authentication plugin in the manage authentication common settings and the reCAPTCHA element should be enabled in the [[Email-based self-registration]] settings.&lt;br /&gt;
&lt;br /&gt;
==Locking profile fields==&lt;br /&gt;
To prevent users from altering some fields (e.g. students changing profile information to inappropriate or misleading information), the site administrator can lock profile fields.&lt;br /&gt;
&lt;br /&gt;
[[Image:Authent-data-map-fname.jpg|Data Mapping Options]]&lt;br /&gt;
*These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.  If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.  In either case, the user will be able to edit all of these fields after they log in.&lt;br /&gt;
*&#039;&#039;&#039;Update local&#039;&#039;&#039;: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.&lt;br /&gt;
*&#039;&#039;&#039;Lock value&#039;&#039;&#039;: If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system.&lt;br /&gt;
*&#039;&#039;&#039;Update external&#039;&#039;&#039;: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.   Note: Updating external LDAP data requires that you set &#039;&#039;&#039;binddn&#039;&#039;&#039; and &#039;&#039;&#039;bindpw&#039;&#039;&#039; to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. &lt;br /&gt;
&lt;br /&gt;
If you are using a mixture of authentication types (such as IMAP and manual), then the fields you lock in the authentication options will only apply to the type of authentication indicated by the drop down box at the top of the screen.  Remember to test the field locking by logging in with the proper type of account!  If you test with a manual account but have set the field locking to apply to IMAP accounts, you will not be able to tell if it worked!&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*Multi authentication in [[Upgrading to Moodle 1.8]]&lt;br /&gt;
*[http://moodle.org/mod/forum/view.php?id=42 Using Moodle: User authentication] forum&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=95559 Do users need e-mail addresses?] forum discussion&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=97938 Admin approving self registrations?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Authentication]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Authentification]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plan_to_improve_ability_to_delegate_administer_tasks_to_course_category_level&amp;diff=25218</id>
		<title>Plan to improve ability to delegate administer tasks to course category level</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plan_to_improve_ability_to_delegate_administer_tasks_to_course_category_level&amp;diff=25218"/>
		<updated>2007-07-19T09:20:16Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Development:Plan to improve ability to delegate administer tasks to course category level moved to Development:Plan to improve ability to delegate administrator tasks to course category level: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Development:Plan to improve ability to delegate administrator tasks to course category level]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plan_to_improve_ability_to_delegate_administrator_tasks_to_course_category_level&amp;diff=25217</id>
		<title>Plan to improve ability to delegate administrator tasks to course category level</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plan_to_improve_ability_to_delegate_administrator_tasks_to_course_category_level&amp;diff=25217"/>
		<updated>2007-07-19T09:20:16Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Development:Plan to improve ability to delegate administer tasks to course category level moved to Development:Plan to improve ability to delegate administrator tasks to course category level&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Motivation==&lt;br /&gt;
&lt;br /&gt;
In a large organisation it is likely that course categories will repesent (in some sense) departments. It would be useful to be able to, effectively, have administrators assigned at the category context and to expect them to have rights to create/delete/edit subcategories and create/delete/edit courses. Some parts of this work, but a lack of underlying original functionality make this inconsistent and incomplete. Roles was mostly a wrapper around existing functionality, so the concept of being able to administer all the courses within a particular role didn&#039;t exist but now it becomes possible (and desirable) to assign the administrator role in the Category context.&lt;br /&gt;
&lt;br /&gt;
The main problem area is in the course and category editing screen. This is split across two scripts - course/index.php and course/category.php. The former displays the entire tree and allows new categories to be added and existing ones to be moved, deleted and edited. The latter shows the contents of categories (and subcategories) but allows no editing. It does, however, allow new courses to be added. In an ideal world this would have been a single script providing editing ability within any category level but this would now require a substantial rewrite.&lt;br /&gt;
&lt;br /&gt;
This plan is to make a few small changes to provide a better level of functionality without major changes, rewrites, or refactoring.&lt;br /&gt;
&lt;br /&gt;
==Partial Workaround==&lt;br /&gt;
&lt;br /&gt;
Creating a new role with a single capability allowed - moodle/category:update - and assigning the user to this at the site level gives them access the category and course editing screen (or it should). They will *also* be assigned to the administrator (or equivalent) role in the appropriate category context.&lt;br /&gt;
&lt;br /&gt;
This gives them access to the course/index.php screen enabling them to manipulate categories. The roles system (mostly) controls the rights appropriately to the category editing functions.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&lt;br /&gt;
Some of these were clearly bugs anyway and have been fixed, but they are noted for completeness.&lt;br /&gt;
&lt;br /&gt;
===Courses item in Administration not tied to capability===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This has been fixed&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Giving somebody the capability moodle/category:update did not give the option in the Administration menu. This has been fixed.&lt;br /&gt;
&lt;br /&gt;
===No capability for moving categories===&lt;br /&gt;
&lt;br /&gt;
Creating and deleting categories are both covered by capabilities and this is correctly reflected in the course/index.php code. However, the ability to move categories is only controlled by the moodle/category:update capability - the same one that gives you access to the page at all. There is no finer grain control available. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proposal:&#039;&#039;&#039; Add a new capability &#039;&#039;&#039;moodle/category:move&#039;&#039;&#039; along with apropriate code in course/index.php to enforce it. &lt;br /&gt;
&lt;br /&gt;
===No ability to add subcategories directly===&lt;br /&gt;
&lt;br /&gt;
You can only add a new category at the top level even though you can assign the create permission at the category context.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proposal:&#039;&#039;&#039;  Factor out the code for this out of course/index.php into course/lib.php (functions exist for display already) and add aditionaly to course/category.php with appropriate permissions checking.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caveat&amp;quot;&#039;&#039;&#039; This isn&#039;t ideal as the course/category.php script does not allow further manipulation of the category; you would have to return to the course/index.php page. However, it&#039;s much better than nothing and is an order of magnitude easier to do than a complete rewrite of the two scripts to combine them (which would be the ideal solution)&lt;br /&gt;
&lt;br /&gt;
==Scope==&lt;br /&gt;
&lt;br /&gt;
I don&#039;t think there&#039;s anything too complex or critical in here and would like to get this into 1.8.3.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
The following tracker reports are related:&lt;br /&gt;
* [http://tracker.moodle.org/browse/MDL-10049 MDL-10049]&lt;br /&gt;
* [http://tracker.moodle.org/browse/MDL-10496 MDL-10496]&lt;br /&gt;
* [http://tracker.moodle.org/browse/MDL-10093 MDL-10093]&lt;br /&gt;
* [http://tracker.moodle.org/browse/MDL-10031 MDL-10031]&lt;br /&gt;
* [http://tracker.moodle.org/browse/MDL-10029 MDL-10029]&lt;br /&gt;
&lt;br /&gt;
Discussion&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=76226 http://moodle.org/mod/forum/discuss.php?d=76226]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=MP3_player&amp;diff=21967</id>
		<title>MP3 player</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=MP3_player&amp;diff=21967"/>
		<updated>2007-03-30T13:58:18Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: it&amp;#039;s best to ask questions in the forums, and add them here once you have an answer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multimedia filter embeds MP3 files in a streaming player made with Flash. The big MP3 player is used when an MP3 file is added as a [[Resources|resource]] e.g. [http://moodle.org/mod/resource/view.php?id=2296 Moodle Features Demo: MP3 file]. The small player is used when an MP3 file is linked to from within a forum post or another resource or activity using the [[HTML editor]].&lt;br /&gt;
&lt;br /&gt;
==MP3 player rates==&lt;br /&gt;
&lt;br /&gt;
To ensure that MP3 files are played at the correct rate, sample rates of 11, 22 or 44 kHz should be used. Constant Bit Rate (CBR) files are also recommended over Variable Bit Rate (VBR) files.&lt;br /&gt;
&lt;br /&gt;
==Flash security settings==&lt;br /&gt;
&lt;br /&gt;
Security changes in Flash player 7 may result in the MP3 player not playing MP3 files hosted on a remote server. This issue may be resolved by writing a cross-domain policy for the remote server and/or each user changing their global security settings in the Flash player settings manager.&lt;br /&gt;
&lt;br /&gt;
===Cross-domain policy===&lt;br /&gt;
&lt;br /&gt;
To create a cross-domain policy, save the code below as &#039;&#039;crossdomain.xml&#039;&#039; and place the file at the root of the remote server.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;cross-domain-policy&amp;gt;&lt;br /&gt;
    &amp;lt;allow-access-from domain=&amp;quot;www.yourmoodlesite.org&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/cross-domain-policy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [http://www.macromedia.com/devnet/flash/articles/fplayer_security.html Macromedia - Developer Center: Security Changes in Macromedia Flash Player 7] for further details.&lt;br /&gt;
&lt;br /&gt;
===Global security settings===&lt;br /&gt;
&lt;br /&gt;
Please refer to [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html Macromedia - Flash Player Help: Global Privacy Settings Panel].&lt;br /&gt;
&lt;br /&gt;
==MP3 player colours==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;theme/yourtheme/config.php&#039;&#039; contains options for changing the default colours (black, white and grey) of the MP3 player.&lt;br /&gt;
&lt;br /&gt;
 $THEME-&amp;gt;resource_mp3player_colors = &lt;br /&gt;
  &#039;bgColour=000000&amp;amp;btnColour=ffffff&amp;amp;btnBorderColour=cccccc&amp;amp;iconColour=000000&amp;amp;&#039;.&lt;br /&gt;
  &#039;iconOverColour=00cc00&amp;amp;trackColour=cccccc&amp;amp;handleColour=ffffff&amp;amp;loaderColour=ffffff&amp;amp;&#039;.&lt;br /&gt;
  &#039;font=Arial&amp;amp;fontColour=3333FF&#039;;&lt;br /&gt;
 /// With this you can control the colours of the &amp;quot;big&amp;quot; MP3 player &lt;br /&gt;
 /// that is used for MP3 resources.&lt;br /&gt;
&lt;br /&gt;
 $THEME-&amp;gt;filter_mediaplugin_colors = &lt;br /&gt;
  &#039;bgColour=000000&amp;amp;btnColour=ffffff&amp;amp;btnBorderColour=cccccc&amp;amp;iconColour=000000&amp;amp;&#039;.&lt;br /&gt;
  &#039;iconOverColour=00cc00&amp;amp;trackColour=cccccc&amp;amp;handleColour=ffffff&amp;amp;loaderColour=ffffff&amp;amp;&#039;;&lt;br /&gt;
 /// ...And this controls the small embedded player&lt;br /&gt;
&lt;br /&gt;
==MP3 playback options==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;theme/yourtheme/config.php&#039;&#039; contains options for changing the playback options of the MP3 player.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;waitForPlay&amp;lt;/code&amp;gt; determines whether the MP3 file starts downloading as soon as the player appears on the page (&amp;lt;code&amp;gt;waitForPlay=no&amp;lt;/code&amp;gt;), or whether the play button must be pressed before the MP3 file starts downloading (&amp;lt;code&amp;gt;waitForPlay=yes&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;autoPlay&amp;lt;/code&amp;gt; determines whether the MP3 player starts playing the MP3 as soon as the player appears on the page (&amp;lt;code&amp;gt;autoPlay=yes&amp;lt;/code&amp;gt;), or whether it must be fully downloaded before playing (&amp;lt;code&amp;gt;autoPlay=no&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;buffer&amp;lt;/code&amp;gt; determines how many seconds of the MP3 file must be downloaded before the MP3 starts playing e.g. 10 seconds (&amp;lt;code&amp;gt;buffer=10&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Default playback options&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Big MP3 player: &amp;lt;code&amp;gt;buffer=10&amp;amp;waitForPlay=no&amp;amp;autoPlay=yes&amp;lt;/code&amp;gt;&lt;br /&gt;
* Small MP3 player: &amp;lt;code&amp;gt;waitForPlay=yes&amp;amp;autoPlay=no&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Inserting sounds into questions==&lt;br /&gt;
[http://moodle.org/mod/forum/discuss.php?d=33335 In a forum, Joseph Rézeau] offer this&lt;br /&gt;
&lt;br /&gt;
There are various ways to insert links to media files in Moodle.&lt;br /&gt;
You can&lt;br /&gt;
*(1) insert a link which when clicked will open a new window activating your computer&#039;s default media player (e.g. quicktime, realaudio, windows media player, etc.)&lt;br /&gt;
*(2) OR rely on the automatic insertion of the small Flash player built-in Moodle&lt;br /&gt;
*(3) OR both!&lt;br /&gt;
&lt;br /&gt;
The [[filter]] for multimedia must be on and Flash enabled. The HTML editor needs to be active for the question content.&lt;br /&gt;
#In the question text, type &amp;quot;Listen to this sound and select your answer.&amp;quot;&lt;br /&gt;
#Select by highlighting &amp;quot;this sound&amp;quot;&lt;br /&gt;
#Click on the Insert Web Link button&lt;br /&gt;
#Give the address of your MP3 file, either a web address or an internal address of a file located in the moodledata directory of your Moodle course.&lt;br /&gt;
#Toggle HTML source and view the result, something like this: Listen to &amp;lt;nowiki&amp;gt; &amp;lt; a href=&amp;quot;http://moodle/file.php/2/audio/trumpet.mp3&amp;quot; &amp;gt;this sound&amp;lt; /a &amp;gt; &amp;lt;/nowiki&amp;gt;and say what you heard.&lt;br /&gt;
#Now type in the rest of your question data, depending on its type (MCQ, short answer, etc.).&lt;br /&gt;
#The result will look something like (3) in screen dump below.&lt;br /&gt;
#The student has a choice of using the Flash player (with its minimum buttons) or clicking on the link, which will open the computer&#039;s default media player, with all its buttons.&lt;br /&gt;
&lt;br /&gt;
(2) Method to get the Flash player only, and no link to open an external player&lt;br /&gt;
&lt;br /&gt;
#In the question text, type &amp;quot;Listen to this sound xxx and say what you heard.&amp;quot;&lt;br /&gt;
#Select xxx&lt;br /&gt;
#Click on the Insert Web Link button&lt;br /&gt;
#Give the address of your MP3 file, either a web address or an internal address of a file located in the moodledata directory of your Moodle course.&lt;br /&gt;
#Toggle HTML source and view the result, something like this: Listen to &amp;lt;nowiki&amp;gt;&amp;lt; a href=&amp;quot;http://moodle/file.php/2/audio/trumpet.mp3&amp;quot; &amp;gt;xxx&amp;lt; /a &amp;gt; &amp;lt;/nowiki&amp;gt; and say what you heard.&lt;br /&gt;
#Delete xxx&lt;br /&gt;
#The result will look something like (2) in screen dump below.&lt;br /&gt;
#The student can only use the Flash player.&lt;br /&gt;
&lt;br /&gt;
[[Image:Quiz question MP3 example.JPG|thumb|center|Example of Quiz Question with Sound]]&lt;br /&gt;
&lt;br /&gt;
== Temporarily disable the MP3 player ==&lt;br /&gt;
* You can surround your link with &amp;lt;nowiki&amp;gt;&amp;lt;nolink&amp;gt;&amp;lt;/nolink&amp;gt;&amp;lt;/nowiki&amp;gt; tags to stop any kind of processing including the multimedia filters that create the MP3 player. This may be useful when linking to external MP3 files with characters in their name that Flash cannot understand.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=43297 Multimedia resource filtering on the course page] forum discussion&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=14663 mp3 player rates] forum discussion&lt;br /&gt;
* [[Podcasting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Filter]]&lt;br /&gt;
[[Category:Audio]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Recording_audio_for_Moodle&amp;diff=21157</id>
		<title>Recording audio for Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Recording_audio_for_Moodle&amp;diff=21157"/>
		<updated>2007-03-06T14:26:46Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Sanyo Digital MP3 recorder ICR-B170NX */  minor typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are &#039;&#039;&#039;recording audio for Moodle&#039;&#039;&#039; the following guide will helpful. It suggests a route to record and upload simple audio into Moodle, where editing of the audio file is neither required or desired.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
The [[Audio in Moodle]] page explains that although you can use almost any audio file with Moodle, one particular type of MP3 file allows for maximum compatibility while also allowing for more flexible usage within Moodle.&lt;br /&gt;
&lt;br /&gt;
Similarly though there are several methods available for creating these files there is one method that allows staff and students to create such files with ease. The right kind of digital voice (or memo-) recorder, familiar to many, can allow recordings in a variety of situations without the need for extensive technical knowledge or training and with minimal outlay that could potentially pay for itself in saved staff time after one use.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
The ideal requirements for such a device are:&lt;br /&gt;
&lt;br /&gt;
* a USB connection&lt;br /&gt;
* no need to install any software&lt;br /&gt;
* records in an appropriate mp3 format&lt;br /&gt;
&lt;br /&gt;
Combined, these requirements allow someone with minimal technical skills to record audio and have it uploaded and playing via Moodle within minutes.&lt;br /&gt;
&lt;br /&gt;
=== Potential Devices ===&lt;br /&gt;
&lt;br /&gt;
However, this short list of requirements reduces the field of potential purchases from hundreds to a handful. The following appear, based on information from their manuals, to fit the bill. Some have provisos or other useful info listed below, click to read it.&lt;br /&gt;
&lt;br /&gt;
* Phillips Digital Voice Tracer, 7790 or 7890&lt;br /&gt;
* Sanyo ICR-S250RM&lt;br /&gt;
&lt;br /&gt;
The following have been tested and found to work&lt;br /&gt;
&lt;br /&gt;
* [[#Sanyo Digital MP3 recorder ICR-B170NX|Sanyo Digital MP3 recorder ICR-B170NX]]&lt;br /&gt;
* [[#Sanyo Digital MP3 recorder ICR-A190 / ICR-B190|Sanyo Digital MP3 recorder ICR-A190 / ICR-B190]]&lt;br /&gt;
&lt;br /&gt;
==== Sanyo Digital MP3 recorder ICR-B170NX ====&lt;br /&gt;
&lt;br /&gt;
Has 4 quality modes SHQ, HQ, SP, LP. Only the HQ mode (64kbps, 22.1kHz) is suitable for these purposes and it can record up to 2 hours 10 minutes. Takes replaceable AAA batteries.&lt;br /&gt;
&lt;br /&gt;
==== Sanyo Digital MP3 recorder ICR-A190 / ICR-B190 ====&lt;br /&gt;
Has 4 quality modes XHQ, HQ, SP, LP. the longer /lower quality recording times of the LP and SP modes are not suitable. Has up to 4 hours 20 minutes recording time in HQ mode (64kbps, 22.1kHz) and 2 hours, 10 minutes in XHQ mode (128kbps, 44.1kHz). Takes replaceable AAA batteries.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[category:Audio]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Categoria:Feedback&amp;diff=21152</id>
		<title>Categoria:Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Categoria:Feedback&amp;diff=21152"/>
		<updated>2007-03-06T14:13:06Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages about the [[Feedback module]], one of the [[:Category:Modules (non-standard)|Non-standard modules]].&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21151</id>
		<title>Viewing Feedback responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21151"/>
		<updated>2007-03-06T14:11:12Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: + cat: Feedback&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
You can view responses both anonymously or not.&lt;br /&gt;
&lt;br /&gt;
[[Category:Feedback]]&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21150</id>
		<title>Building Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21150"/>
		<updated>2007-03-06T14:10:48Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
After setting a new Feedback you design it by &#039;&#039;&#039;adding questions&#039;&#039;&#039;. Select the type of question from the drop down list in the top left corner then click the &#039;&#039;Add question to activity&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
=== Standard options ===&lt;br /&gt;
&lt;br /&gt;
The following apply to all or most question types.&lt;br /&gt;
&lt;br /&gt;
==== Position ====&lt;br /&gt;
 &lt;br /&gt;
This number controls the order of the questions. You can also rearrange questions by clicking the position up and down arrows.&lt;br /&gt;
&lt;br /&gt;
==== Required ====&lt;br /&gt;
&lt;br /&gt;
These questions are required to be answered and will prompt the user if they are left unaswered. These questions are highlighted with a red star for users, and have a yellow exclamation point beside them when editing Feedback questions.&lt;br /&gt;
&lt;br /&gt;
=== Available question types ===&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - multiple answers ====&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer allowed (dropdownlist) ====&lt;br /&gt;
&lt;br /&gt;
==== Dropdownlist (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Label ====&lt;br /&gt;
&lt;br /&gt;
Similarly to a standard Moodle label, this allows you to add abritrary text between questions allowing for extra explanation or to divide the Feedback into sections.&lt;br /&gt;
&lt;br /&gt;
==== Numeric answer (added in Moodle 1.7) ====&lt;br /&gt;
&lt;br /&gt;
==== Picture ====&lt;br /&gt;
&lt;br /&gt;
This question type allows you to choose from a range of images to display to the user, who can then select from the shortlist you present.&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer ====&lt;br /&gt;
&lt;br /&gt;
==== Radiobutton (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Longer Text Answer ====&lt;br /&gt;
&lt;br /&gt;
==== Short Text Answer ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Feedback]]&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21149</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21149"/>
		<updated>2007-03-06T14:10:24Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: + cat: Feedback&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}After selecting Feedback from the Activities menu, you will be presented with a list of options for &#039;&#039;&#039;setting up a Feedback&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Give your Feedback a title.&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
This text will be displayed to users before they enter the feedback.&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ===&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
[[Category:Feedback]]&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21148</id>
		<title>Mòdul Realimentació</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21148"/>
		<updated>2007-03-06T14:09:57Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: + cat: Feedback&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Feedback module&#039;&#039;&#039; allows you to create and conduct surveys to collect feedback from [[Student]]s. It is smaller in scope and therefore easier to use than the [[Questionnaire module]], and unlike the [[Survey module|Survey]] tool allows you to write your own questions, rather than choose from a list of pre-written survey instruments. It is currently an optional module though it may become part of the standard install for version 1.9 of Moodle.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=95 Discuss and/or download this module]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;br /&gt;
[[Category:Feedback]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21147</id>
		<title>Plantilla:Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21147"/>
		<updated>2007-03-06T14:07:44Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Feedback module]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Adding/editing a feedback form]]&lt;br /&gt;
* [[Adding Feedback questions|Adding questions]]&lt;br /&gt;
* [[Viewing Feedback responses|Viewing responses]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21135</id>
		<title>Viewing Feedback responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21135"/>
		<updated>2007-03-06T13:39:56Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
You can view responses both anonymously or not.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21134</id>
		<title>Viewing Feedback responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21134"/>
		<updated>2007-03-06T13:39:41Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{feedback}}&lt;br /&gt;
&lt;br /&gt;
You can view responses both anonymously or not.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21133</id>
		<title>Viewing Feedback responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_Feedback_responses&amp;diff=21133"/>
		<updated>2007-03-06T13:39:13Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: just starting, no content as yet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{feedback}}&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21132</id>
		<title>Building Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21132"/>
		<updated>2007-03-06T13:32:04Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
After setting a new Feedback you design it by &#039;&#039;&#039;adding questions&#039;&#039;&#039;. Select the type of question from the drop down list in the top left corner then click the &#039;&#039;Add question to activity&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
=== Standard options ===&lt;br /&gt;
&lt;br /&gt;
The following apply to all or most question types.&lt;br /&gt;
&lt;br /&gt;
==== Position ====&lt;br /&gt;
 &lt;br /&gt;
This number controls the order of the questions. You can also rearrange questions by clicking the position up and down arrows.&lt;br /&gt;
&lt;br /&gt;
==== Required ====&lt;br /&gt;
&lt;br /&gt;
These questions are required to be answered and will prompt the user if they are left unaswered. These questions are highlighted with a red star for users, and have a yellow exclamation point beside them when editing Feedback questions.&lt;br /&gt;
&lt;br /&gt;
=== Available question types ===&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - multiple answers ====&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer allowed (dropdownlist) ====&lt;br /&gt;
&lt;br /&gt;
==== Dropdownlist (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Label ====&lt;br /&gt;
&lt;br /&gt;
Similarly to a standard Moodle label, this allows you to add abritrary text between questions allowing for extra explanation or to divide the Feedback into sections.&lt;br /&gt;
&lt;br /&gt;
==== Numeric answer (added in Moodle 1.7) ====&lt;br /&gt;
&lt;br /&gt;
==== Picture ====&lt;br /&gt;
&lt;br /&gt;
This question type allows you to choose from a range of images to display to the user, who can then select from the shortlist you present.&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer ====&lt;br /&gt;
&lt;br /&gt;
==== Radiobutton (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Longer Text Answer ====&lt;br /&gt;
&lt;br /&gt;
==== Short Text Answer ====&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21131</id>
		<title>Plantilla:Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21131"/>
		<updated>2007-03-06T13:28:04Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Feedback module]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Adding/editing a feedback form]]&lt;br /&gt;
* [[Adding Feedback questions|Adding questions]]&lt;br /&gt;
* [[Viewing Feedback responses|Viewing responses]]&lt;br /&gt;
mod/feedback/show_entries_anonym&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/analysis&amp;diff=21130</id>
		<title>mod/feedback/analysis</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/analysis&amp;diff=21130"/>
		<updated>2007-03-06T13:23:33Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Viewing Feedback responses]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/edit_item&amp;diff=21129</id>
		<title>mod/feedback/edit item</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/edit_item&amp;diff=21129"/>
		<updated>2007-03-06T13:15:53Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Adding Feedback questions]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/edit&amp;diff=21128</id>
		<title>mod/feedback/edit</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/edit&amp;diff=21128"/>
		<updated>2007-03-06T13:08:57Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Adding Feedback questions]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21127</id>
		<title>Building Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Building_Feedback&amp;diff=21127"/>
		<updated>2007-03-06T13:06:43Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: creating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
After setting a new Feedback you design it by &#039;&#039;&#039;adding questions&#039;&#039;&#039;. Select the type of question from the drop down list in the top left corner then &lt;br /&gt;
&lt;br /&gt;
=== Standard options ===&lt;br /&gt;
&lt;br /&gt;
The following apply to all or most question types.&lt;br /&gt;
&lt;br /&gt;
==== Position ====&lt;br /&gt;
 &lt;br /&gt;
This number controls the position&lt;br /&gt;
=== Available question types ===&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - multiple answers ====&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer allowed (dropdownlist) ====&lt;br /&gt;
&lt;br /&gt;
==== Dropdownlist (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Label ====&lt;br /&gt;
&lt;br /&gt;
Similarly to a standard Moodle label, this allows you to add abritrary text between questions allowing for extra explanation or to divide the Feedback into sections.&lt;br /&gt;
&lt;br /&gt;
==== Numeric answer (added in Moodle 1.7) ====&lt;br /&gt;
&lt;br /&gt;
==== Picture ====&lt;br /&gt;
&lt;br /&gt;
This question type allows you to choose from a range of images to display to the user, who can then select from the shortlist you present.&lt;br /&gt;
&lt;br /&gt;
==== Multiple choice - single answer ====&lt;br /&gt;
&lt;br /&gt;
==== Radiobutton (rated) ====&lt;br /&gt;
&lt;br /&gt;
==== Longer Text Answer ====&lt;br /&gt;
&lt;br /&gt;
==== Short Text Answer ====&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Setting_up_a_Feedback&amp;diff=21126</id>
		<title>Setting up a Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Setting_up_a_Feedback&amp;diff=21126"/>
		<updated>2007-03-06T13:04:13Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Setting up a Feedback moved to Adding/editing a feedback form: adding Moodledocs redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Adding/editing a feedback form]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21125</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21125"/>
		<updated>2007-03-06T13:04:13Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Setting up a Feedback moved to Adding/editing a feedback form&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}After selecting Feedback from the Activities menu, you will be presented with a list of options for &#039;&#039;&#039;setting up a Feedback&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Give your Feedback a title.&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
This text will be displayed to users before they enter the feedback.&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ===&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/mod&amp;diff=21124</id>
		<title>mod/feedback/mod</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=mod/feedback/mod&amp;diff=21124"/>
		<updated>2007-03-06T13:03:08Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Adding/editing a feedback form]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21123</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21123"/>
		<updated>2007-03-06T12:40:32Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: adding template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}After selecting Feedback from the Activities menu, you will be presented with a list of options for &#039;&#039;&#039;setting up a Feedback&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Give your Feedback a title.&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
This text will be displayed to users before they enter the feedback.&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ===&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21121</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21121"/>
		<updated>2007-03-06T12:03:48Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After selecting Feedback from the Activities menu, you will be presented with a list of options for &#039;&#039;&#039;setting up a Feedback&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Give your Feedback a title.&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
This text will be displayed to users before they enter the feedback.&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ===&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21120</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21120"/>
		<updated>2007-03-06T11:57:22Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;After selecting Feedback from the Activities menu, you will be presented with a list of options for &#039;&#039;&#039;setting up a Feedback&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Name ===&lt;br /&gt;
&lt;br /&gt;
Give your Feedback a title.&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
This text will be displayed to users before they enter the feedback.&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ====&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21119</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21119"/>
		<updated>2007-03-06T11:52:05Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Name ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
Please read each comment and choose the appropriate option&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No. The summary results can be shown to respondents, or shown only to teachers.&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ====&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21118</id>
		<title>Feedback settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Feedback_settings&amp;diff=21118"/>
		<updated>2007-03-06T11:48:52Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Name ===&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
Please read each comment and choose the appropriate option&lt;br /&gt;
&lt;br /&gt;
=== Open and Close Feedback ===&lt;br /&gt;
&lt;br /&gt;
This allows you to set a time period during which the Feedback will be available to responses.&lt;br /&gt;
&lt;br /&gt;
=== Record User Names ===&lt;br /&gt;
&lt;br /&gt;
Choose from the following options:&lt;br /&gt;
* Anonymous&lt;br /&gt;
* Users&#039; Names Will Be Logged and Shown With Answers&lt;br /&gt;
&lt;br /&gt;
=== Show analysis to students ===&lt;br /&gt;
&lt;br /&gt;
Yes/No,&lt;br /&gt;
	&lt;br /&gt;
=== Send E-Mail-Notifications ===&lt;br /&gt;
	 &lt;br /&gt;
Yes/No. Notifications will be sent to the Moodle site administrators upon the submission.&lt;br /&gt;
&lt;br /&gt;
=== Multiple submit ===&lt;br /&gt;
&lt;br /&gt;
Yes/No, for anonymous polls allow unlimited answers for every user, for polls where the user name is logged this allow users to resubmit their answers.&lt;br /&gt;
	 &lt;br /&gt;
&lt;br /&gt;
=== Page after submit ===&lt;br /&gt;
&lt;br /&gt;
This allows you to present users with a message after completion.&lt;br /&gt;
&lt;br /&gt;
=== Group mode ===&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level  - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
=== Visible to students ====&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Choice_settings&amp;diff=21117</id>
		<title>Choice settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Choice_settings&amp;diff=21117"/>
		<updated>2007-03-06T11:48:17Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: /* Group mode */  tidying up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Choices}}&lt;br /&gt;
&lt;br /&gt;
==Select choice==&lt;br /&gt;
&lt;br /&gt;
Log in as the course teacher and turn on editing. Then select &#039;&#039;Choice&#039;&#039; from the drop down &#039;&#039;Add an activity&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
[[image:Choice_1.gif|frame|left|choose &#039;&#039;choice&#039;&#039; from the menu]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Choice name==&lt;br /&gt;
&lt;br /&gt;
A short name of the choice (e.g. &amp;quot;Favourite colour&amp;quot;). This will be displayed on the course&#039;s homepage.&lt;br /&gt;
[[image:Choice_2.gif|frame|left|this will become a link on the course page]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Choice text==&lt;br /&gt;
&lt;br /&gt;
Type the description of the choice activity here. It should contain the question that you want your students to answer. An example of the choice text could be &amp;quot;What is your favourite colour?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[image:Choice_3.gif|frame|left|what do you want the students to tell you?]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Choice 1 ~ Choice 10==&lt;br /&gt;
&lt;br /&gt;
Here is where you specify the options that participants have to choose from. In our example, the numbered options could be e.g. &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;red&amp;quot;, &amp;quot;yellow&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
You can fill in any number of these: if you leave some of the options blank, they will not be displayed.&lt;br /&gt;
&lt;br /&gt;
[[image:Choice_4.gif|frame|none|Choice input text boxes]]&lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.8}}&lt;br /&gt;
Moodle 1.8 includes a &amp;quot;Add 3 fields to form&amp;quot; button for adding another 3 choices and another 3 and another 3...&lt;br /&gt;
&lt;br /&gt;
==Limit the number of responses allowed==&lt;br /&gt;
&lt;br /&gt;
This option allows you to limit the number of participants who can select each particular option.&lt;br /&gt;
&lt;br /&gt;
Once Limits have been enabled, each option can be assigned a limit. When the limit is reached then no-one else can select that option. A limit of zero (0) means that no-one can select that option.&lt;br /&gt;
&lt;br /&gt;
If Limits are disabled then any number of participants can select any of the options.&lt;br /&gt;
&lt;br /&gt;
==Restrict answering to this time period==&lt;br /&gt;
&lt;br /&gt;
This setting allows you to define a time window within which participants are allowed to make a choice.&lt;br /&gt;
&lt;br /&gt;
To set an open-ended close date just set the time very far in the future.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t need this at all then uncheck the box.&lt;br /&gt;
&lt;br /&gt;
[[image:Choice_5.gif|frame|left|this is optional, of course]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Display Mode==&lt;br /&gt;
&lt;br /&gt;
This setting allows you to choose how the choices will be displayed to the participants: horizontally, or vertically.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint&#039;&#039;&#039;: In most cases, if there are only a few choices with little text, they may be positioned horizontally. However, if there are more than 5-6 choices or if the text of the choices is longer than 2-3 words, it should be better to display them vertically. (red arrow, below)&lt;br /&gt;
&lt;br /&gt;
[[image:Choice_6.gif|frame|left|just a few more parameters]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Publish results==&lt;br /&gt;
&lt;br /&gt;
This setting determines whether (and when) the students will be able to view the results of the choice activity. They may:&lt;br /&gt;
&lt;br /&gt;
* never see the results of the choice&lt;br /&gt;
* see the results only after they have given the answer themselves&lt;br /&gt;
* see the results only after the closing date of the choice&lt;br /&gt;
* always see the results&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(teal arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Privacy of results==&lt;br /&gt;
&lt;br /&gt;
If the choice results are shown to students, this setting determines whether the results will be anonymous.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(orange arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Allow choice to be updated==&lt;br /&gt;
&lt;br /&gt;
If this is set to &amp;quot;Yes&amp;quot;, students can change their mind after they have voted. If it&#039;s set to &amp;quot;No&amp;quot;, students cannot change their choice.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
(lime green arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Show column for unanswered==&lt;br /&gt;
&lt;br /&gt;
If set to &amp;quot;Yes&amp;quot;, this will display a column showing how many participants have not answered the choice activity yet. If set to &amp;quot;No&amp;quot;, the results will only include the participants who have already voted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(purple arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Group mode==&lt;br /&gt;
&lt;br /&gt;
The group mode can be one of three levels: &lt;br /&gt;
&lt;br /&gt;
* No groups - There are no sub groups, everyone is part of one big community &lt;br /&gt;
* Separate groups - Each group can only see their own group, others are invisible &lt;br /&gt;
* Visible groups - Each group works in their own group, but can also see other groups &lt;br /&gt;
&lt;br /&gt;
The group mode can be defined at two levels:&lt;br /&gt;
&lt;br /&gt;
* Course level - The group mode defined at the course level is the default mode for all activities defined within that course&lt;br /&gt;
* Activity level - Each activity that supports groups can also define its own grouping mode. If the course is set to [[Force group mode|&amp;quot;force group mode&amp;quot;]] then the setting for each activity is ignored.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(pink arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Visible to students==&lt;br /&gt;
&lt;br /&gt;
You can hide the activity from students by selecting &amp;quot;Hide&amp;quot; here. It is useful if you wouldn&#039;t like to make the activity available immediately.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(black arrow, above)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[course/groups|Groups]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=59837 More than 10 choices??] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category: Choice]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[fr:Ajouter/modifier un sondage]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21116</id>
		<title>Mòdul Realimentació</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21116"/>
		<updated>2007-03-06T11:35:56Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Feedback}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Feedback module&#039;&#039;&#039; allows you to create and conduct surveys to collect feedback from [[Student]]s. It is smaller in scope and therefore easier to use than the [[Questionnaire module]], and unlike the [[Survey module|Survey]] tool allows you to write your own questions, rather than choose from a list of pre-written survey instruments. It is currently an optional module though it may become part of the standard install for version 1.9 of Moodle.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=95 Discuss and/or download this module]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21115</id>
		<title>Plantilla:Feedback</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Feedback&amp;diff=21115"/>
		<updated>2007-03-06T11:34:40Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Feedback module]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Setting up a Feedback]]&lt;br /&gt;
* [[Adding Feedback questions|Adding questions]]&lt;br /&gt;
* [[Viewing Feedback responses|Viewing responses]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Questionnaire_module&amp;diff=21114</id>
		<title>Questionnaire module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Questionnaire_module&amp;diff=21114"/>
		<updated>2007-03-06T11:33:48Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questionnaire}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Questionnaire module&#039;&#039;&#039; allows users to complete online feedback style forms using a variety of user input methods. It allows you to create your own questions, unlike the [[Survey module]] which has presets to choose from, and it allows for more advanced questionnaires than the simpler and easier [[Feedback module]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Questionnaire&amp;diff=21113</id>
		<title>Plantilla:Questionnaire</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Plantilla:Questionnaire&amp;diff=21113"/>
		<updated>2007-03-06T11:31:00Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 12em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Questionnaire module]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Adding/editing a questionnaire]]&lt;br /&gt;
* [[Setting up a questionnaire]]&lt;br /&gt;
* [[Adding Questionnaire questions|Adding questions]]&lt;br /&gt;
* [[Viewing Questionnaire responses|Viewing responses]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Adding_questions&amp;diff=21112</id>
		<title>Adding questions</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Adding_questions&amp;diff=21112"/>
		<updated>2007-03-06T11:29:48Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Adding questions moved to Adding Questionnaire questions: clarity with multiple modules that have &amp;#039;questions&amp;#039; and &amp;#039;responses&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Adding Questionnaire questions]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Adding_Questionnaire_questions&amp;diff=21111</id>
		<title>Adding Questionnaire questions</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Adding_Questionnaire_questions&amp;diff=21111"/>
		<updated>2007-03-06T11:29:48Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Adding questions moved to Adding Questionnaire questions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questionnaire}}&lt;br /&gt;
This page is about the questions in the questionnaire feature in Moodle.  &lt;br /&gt;
&lt;br /&gt;
Questions are added by defining fields. &lt;br /&gt;
&lt;br /&gt;
==Add/edit fields==&lt;br /&gt;
&lt;br /&gt;
To add a new field click the &#039;&#039;&#039;New Field&#039;&#039;&#039; button. To edit a field click the numbered button corresponding to that field e.g. &#039;&#039;&#039;2&#039;&#039;&#039; for field 2. &lt;br /&gt;
&lt;br /&gt;
==Field types==&lt;br /&gt;
&lt;br /&gt;
For each field type you should use a unique Field Name that allows you to identify it. You can then select different field types from the drop-down menu. You can choose whether each field is required or optional from the Required? drop-down menu. After each field is complete either add a new field or save.&lt;br /&gt;
&lt;br /&gt;
;Yes/No&lt;br /&gt;
:A simple YES/NO question. The Length and Precision parameters are not used so you can leave them as zero. Type your question in the text area. You do not need to supply possible answers for this field.&lt;br /&gt;
&lt;br /&gt;
;Text&lt;br /&gt;
:Allows limited character text entry via a single line text area. Use length to define the visible width of the text box and Precision to determine the maximum number of characters allowed. If Precision is greater than Length then the text will extend within the box. Type your question or information in the Text area. You do not need to supply possible answers for this field.&lt;br /&gt;
&lt;br /&gt;
;Essay&lt;br /&gt;
:Allows essay style responses via a multi line text area, with no character limit. Length and Precision define the size of the available text area, although this will scroll. Length determines the number of columns (character width) and Precision the number of rows (lines). This can involve trial and error, although Length: 90, Precision: 7, should be a good general starting estimate. Type your question or information in the Text area. You do not need to supply possible answers for this field.&lt;br /&gt;
&lt;br /&gt;
;Radio Buttons&lt;br /&gt;
:Radio buttons provide the user with a choice of options from which they can pick only one. This field ignores the Length and Precision parameters so you can leave them. Type your question or information in the Text area and the list of available options in the boxes underneath. You can add more possibilities using the &#039;&#039;Add another answer line&#039;&#039; button and add an other text field using &#039;&#039;&#039;!other&#039;&#039;&#039; as a possible answer. &lt;br /&gt;
&lt;br /&gt;
;Check Boxes&lt;br /&gt;
:Check boxes allow the user to select multiple answers from a list of options. Length determines the minimum number of answers require and Precision the maximum number of selections allowed (these may not function fully as implemented). Type your question or information in the Text area and the list of available options in the boxes underneath. You can add more possibilities using the &#039;&#039;Add another answer line&#039;&#039; button and add an other text field using &#039;&#039;&#039;!other&#039;&#039;&#039; as a possible answer. &lt;br /&gt;
&lt;br /&gt;
;Dropdown Box&lt;br /&gt;
:Users select one option from a drop-down list. This field ignores the Length and Precision parameters so you can leave them. Type your question or information in the Text area and the list of available options in the boxes underneath. You can add more possibilities using the &#039;&#039;Add another answer line&#039;&#039; button and add an other text field using &#039;&#039;&#039;!other&#039;&#039;&#039; as a possible answer. &lt;br /&gt;
&lt;br /&gt;
;Rate (scale 1..5)&lt;br /&gt;
:Allows users to rate statements on a scale from 1 to N, where N is determined by the Length value. If you wish to include a N/A option set Precision to 1 (any non-zero number may work). Type your question or information in the Text area and the list of available statements to be rated in the boxes underneath. You can add more statements using the &#039;&#039;Add another answer line&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
;Date&lt;br /&gt;
:Requires users to submit a date. This field ignores the Length and Precision parameters so you can leave them. Type your question or information in the Text area. You do not need to supply possible answers for this field.&lt;br /&gt;
&lt;br /&gt;
;Numeric&lt;br /&gt;
:Require users to submit a numeric response. This field ignores the Length and Precision parameters so you can leave them. Type your question or information in the Text area. You do not need to supply possible answers for this field.&lt;br /&gt;
&lt;br /&gt;
;Section Text&lt;br /&gt;
:This is a text field that allows you to present information in between different fields. It does not offer user feedback.&lt;br /&gt;
&lt;br /&gt;
==Arrangement==&lt;br /&gt;
&lt;br /&gt;
The buttons underneath the field setup options, allow you to preview the current status of your questionnaire and reorder the question fields. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Question_types]]  and the &amp;quot;[[Question bank]]&amp;quot; index on that page for questions used in a lesson or quiz.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_responses&amp;diff=21110</id>
		<title>Viewing responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_responses&amp;diff=21110"/>
		<updated>2007-03-06T11:29:23Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Viewing responses moved to Viewing Questionnaire responses: clarity with multiple modules that have &amp;#039;questions&amp;#039; and &amp;#039;responses&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Viewing Questionnaire responses]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Viewing_Questionnaire_responses&amp;diff=21109</id>
		<title>Viewing Questionnaire responses</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Viewing_Questionnaire_responses&amp;diff=21109"/>
		<updated>2007-03-06T11:29:23Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: Viewing responses moved to Viewing Questionnaire responses&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questionnaire}}&lt;br /&gt;
&lt;br /&gt;
If you click on a questionnaire on a course to which you have editing access, you recieve the option to &#039;&#039;&#039;View &#039;n&#039; responses&#039;&#039;&#039; in the top-right corner, where &#039;n&#039; refers to the number of completed surveys. Clicking this will take you to the &#039;&#039;Survey Reports&#039;&#039; page which gives you a graphical (bar chart) and numerical breakdown of responses using both total and percentage results.&lt;br /&gt;
&lt;br /&gt;
There is no mechanism to automatically make the results available to [[Student|students]] who have taken the questionnaire. You could however save the displayed results as an HTML file and upload that as a [[resource]].&lt;br /&gt;
&lt;br /&gt;
At the bottom of this page you have the option to switch your view between individual responses and all responses and/or download a [[CSV]] version of the responses. In the CSV file fields are identified by the name you entered when creating them.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21108</id>
		<title>Mòdul Realimentació</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=M%C3%B2dul_Realimentaci%C3%B3&amp;diff=21108"/>
		<updated>2007-03-06T11:07:43Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Feedback module&#039;&#039;&#039; allows you to create and conduct surveys to collect feedback from [[Student]]s. It is smaller in scope and therefore easier to use than the [[Questionnaire module]], and unlike the [[Survey module|Survey]] tool allows you to write your own questions, rather than choose from a list of pre-written survey instruments.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=95 Discuss and/or download this module]&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Modules (non-standard)]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Recording_audio_for_Moodle&amp;diff=20974</id>
		<title>Recording audio for Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Recording_audio_for_Moodle&amp;diff=20974"/>
		<updated>2007-03-01T16:56:04Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are &#039;&#039;&#039;recording audio for Moodle&#039;&#039;&#039; the following guide will helpful. It suggests a route to record and upload simple audio into Moodle, where editing of the audio file is neither required or desired.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
The [[Audio in Moodle]] page explains that although you can use almost any audio file with Moodle, one particular type of MP3 file allows for maximum compatibility while also allowing for more flexible usage within Moodle.&lt;br /&gt;
&lt;br /&gt;
Similarly though there are several methods available for creating these files there is one method that allows staff and students to create such files with ease. The right kind of digital voice (or memo-) recorder, familiar to many, can allow recordings in a variety of situations without the need for extensive technical knowledge or training and with minimal outlay that could potentially pay for itself in saved staff time after one use.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
The ideal requirements for such a device are:&lt;br /&gt;
&lt;br /&gt;
* a USB connection&lt;br /&gt;
* no need to install any software&lt;br /&gt;
* records in an appropriate mp3 format&lt;br /&gt;
&lt;br /&gt;
Combined, these requirements allow someone with minimal technical skills to record audio and have it uploaded and playing via Moodle within minutes.&lt;br /&gt;
&lt;br /&gt;
=== Potential Devices ===&lt;br /&gt;
&lt;br /&gt;
However, this short list of requirements reduces the field of potential purchases from hundreds to a handful. The following appear, based on information from their manuals, to fit the bill. Some have provisos or other useful info listed below, click to read it.&lt;br /&gt;
&lt;br /&gt;
* Phillips Digital Voice Tracer, 7790 or 7890&lt;br /&gt;
* Sanyo ICR-S250RM&lt;br /&gt;
&lt;br /&gt;
The following have been tested and found to work&lt;br /&gt;
&lt;br /&gt;
* [[#Sanyo Digital MP3 recorder ICR-B170NX|Sanyo Digital MP3 recorder ICR-B170NX]]&lt;br /&gt;
* [[#Sanyo Digital MP3 recorder ICR-A190 / ICR-B190|Sanyo Digital MP3 recorder ICR-A190 / ICR-B190]]&lt;br /&gt;
&lt;br /&gt;
==== Sanyo Digital MP3 recorder ICR-B170NX ====&lt;br /&gt;
&lt;br /&gt;
Has 4 quality modes SHQ, HQ, SP, LP. Only the HQ mode (64kbps, 22.1kHz) is suitable for these purposes and it can record up to 2 hours 20 minutes. Takes replaceable AAA batteries.&lt;br /&gt;
&lt;br /&gt;
==== Sanyo Digital MP3 recorder ICR-A190 / ICR-B190 ====&lt;br /&gt;
Has 4 quality modes XHQ, HQ, SP, LP. the longer /lower quality recording times of the LP and SP modes are not suitable. Has up to 4 hours 20 minutes recording time in HQ mode (64kbps, 22.1kHz) and 2 hours, 10 minutes in XHQ mode (128kbps, 44.1kHz). Takes replaceable AAA batteries.&lt;br /&gt;
&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[category:Audio]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Categoria:Audio&amp;diff=20970</id>
		<title>Categoria:Audio</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Categoria:Audio&amp;diff=20970"/>
		<updated>2007-03-01T10:11:09Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle provides a variety of tools and methods for integrating audio.&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=Speech_tools&amp;diff=20969</id>
		<title>Speech tools</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=Speech_tools&amp;diff=20969"/>
		<updated>2007-03-01T10:10:41Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: + categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle has no built-in tools for speech messaging or audioconferencing. However, there are some interesting projects which are working towards enabling the use of voice tools within Moodle, at various stages of maturity:&lt;br /&gt;
&lt;br /&gt;
==Free tools==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[http://www.covell.org COVCELL]&#039;&#039;&#039;, an EU-funded project to provide various enhancements for online language learning, including audio conferencing. See also [http://moodle.org/mod/forum/view.php?id=5368 COVCELL discussion forum on moodle.org] The audio conferencing will use a RED5 Flash-based server.&lt;br /&gt;
* Integration of Moodle with &#039;&#039;&#039;[http://gong.ust.hk/ Gong]&#039;&#039;&#039; (requires a Java server)&lt;br /&gt;
* Integration of Moodle with &#039;&#039;&#039;[http://www.dimdim.com/ dimdim]&#039;&#039;&#039; open-source webconferencing system. (Not sure what the server requirements are.)&lt;br /&gt;
* &#039;&#039;&#039;[http://moodle.org/mod/forum/discuss.php?d=50265 MoodleSpeex]&#039;&#039;&#039; Java applets for voice messaging (note: does not require any modifications/additions to the server setup)&lt;br /&gt;
&lt;br /&gt;
==Commercial tools==&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;Horizon Wimba&#039;&#039;&#039; company provides a subsription-based service providing [http://www.horizonwimba.com/products/voicetools/ voice tools] for use in VLEs. Moodle integration of these tools is forthcoming.&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Audio]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/2x/ca/index.php?title=MP3_player&amp;diff=20968</id>
		<title>MP3 player</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/2x/ca/index.php?title=MP3_player&amp;diff=20968"/>
		<updated>2007-03-01T10:09:38Z</updated>

		<summary type="html">&lt;p&gt;Bawjaws: + categorie: Audio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multimedia filter embeds MP3 files in a streaming player made with Flash. The big MP3 player is used when an MP3 file is added as a [[Resources|resource]] e.g. [http://moodle.org/mod/resource/view.php?id=2296 Moodle Features Demo: MP3 file]. The small player is used when an MP3 file is linked to from within a forum post or another resource or activity using the [[HTML editor]].&lt;br /&gt;
&lt;br /&gt;
==MP3 player rates==&lt;br /&gt;
&lt;br /&gt;
To ensure that MP3 files are played at the correct rate, sample rates of 11, 22 or 44 kHz should be used. Constant Bit Rate (CBR) files are also recommended over Variable Bit Rate (VBR) files.&lt;br /&gt;
&lt;br /&gt;
==Flash security settings==&lt;br /&gt;
&lt;br /&gt;
Security changes in Flash player 7 may result in the MP3 player not playing MP3 files hosted on a remote server. This issue may be resolved by writing a cross-domain policy for the remote server and/or each user changing their global security settings in the Flash player settings manager.&lt;br /&gt;
&lt;br /&gt;
===Cross-domain policy===&lt;br /&gt;
&lt;br /&gt;
To create a cross-domain policy, save the code below as &#039;&#039;crossdomain.xml&#039;&#039; and place the file at the root of the remote server.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;cross-domain-policy&amp;gt;&lt;br /&gt;
    &amp;lt;allow-access-from domain=&amp;quot;www.yourmoodlesite.org&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/cross-domain-policy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer to [http://www.macromedia.com/devnet/flash/articles/fplayer_security.html Macromedia - Developer Center: Security Changes in Macromedia Flash Player 7] for further details.&lt;br /&gt;
&lt;br /&gt;
===Global security settings===&lt;br /&gt;
&lt;br /&gt;
Please refer to [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html Macromedia - Flash Player Help: Global Privacy Settings Panel].&lt;br /&gt;
&lt;br /&gt;
==MP3 player colours==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;theme/yourtheme/config.php&#039;&#039; contains options for changing the default colours (black, white and grey) of the MP3 player.&lt;br /&gt;
&lt;br /&gt;
 $THEME-&amp;gt;resource_mp3player_colors = &lt;br /&gt;
  &#039;bgColour=000000&amp;amp;btnColour=ffffff&amp;amp;btnBorderColour=cccccc&amp;amp;iconColour=000000&amp;amp;&#039;.&lt;br /&gt;
  &#039;iconOverColour=00cc00&amp;amp;trackColour=cccccc&amp;amp;handleColour=ffffff&amp;amp;loaderColour=ffffff&amp;amp;&#039;.&lt;br /&gt;
  &#039;font=Arial&amp;amp;fontColour=3333FF&#039;;&lt;br /&gt;
 /// With this you can control the colours of the &amp;quot;big&amp;quot; MP3 player &lt;br /&gt;
 /// that is used for MP3 resources.&lt;br /&gt;
&lt;br /&gt;
 $THEME-&amp;gt;filter_mediaplugin_colors = &lt;br /&gt;
  &#039;bgColour=000000&amp;amp;btnColour=ffffff&amp;amp;btnBorderColour=cccccc&amp;amp;iconColour=000000&amp;amp;&#039;.&lt;br /&gt;
  &#039;iconOverColour=00cc00&amp;amp;trackColour=cccccc&amp;amp;handleColour=ffffff&amp;amp;loaderColour=ffffff&amp;amp;&#039;;&lt;br /&gt;
 /// ...And this controls the small embedded player&lt;br /&gt;
&lt;br /&gt;
==MP3 playback options==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;theme/yourtheme/config.php&#039;&#039; contains options for changing the playback options of the MP3 player.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;waitForPlay&amp;lt;/code&amp;gt; determines whether the MP3 file starts downloading as soon as the player appears on the page (&amp;lt;code&amp;gt;waitForPlay=no&amp;lt;/code&amp;gt;), or whether the play button must be pressed before the MP3 file starts downloading (&amp;lt;code&amp;gt;waitForPlay=yes&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;autoPlay&amp;lt;/code&amp;gt; determines whether the MP3 player starts playing the MP3 as soon as the player appears on the page (&amp;lt;code&amp;gt;autoPlay=yes&amp;lt;/code&amp;gt;), or whether it must be fully downloaded before playing (&amp;lt;code&amp;gt;autoPlay=no&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;buffer&amp;lt;/code&amp;gt; determines how many seconds of the MP3 file must be downloaded before the MP3 starts playing e.g. 10 seconds (&amp;lt;code&amp;gt;buffer=10&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Default playback options&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Big MP3 player: &amp;lt;code&amp;gt;buffer=10&amp;amp;waitForPlay=no&amp;amp;autoPlay=yes&amp;lt;/code&amp;gt;&lt;br /&gt;
* Small MP3 player: &amp;lt;code&amp;gt;waitForPlay=yes&amp;amp;autoPlay=no&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=43297 Multimedia resource filtering on the course page] forum discussion&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=14663 mp3 player rates] forum discussion&lt;br /&gt;
* [[Podcasting]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
[[Category:Filter]]&lt;br /&gt;
[[Category:Audio]]&lt;/div&gt;</summary>
		<author><name>Bawjaws</name></author>
	</entry>
</feed>