<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/500/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TimHunt</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/500/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TimHunt"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/Special:Contributions/TimHunt"/>
	<updated>2026-04-11T01:02:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Short-Answer_question_type&amp;diff=132808</id>
		<title>Short-Answer question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Short-Answer_question_type&amp;diff=132808"/>
		<updated>2018-12-14T16:16:13Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Question set-up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
In a short answer question, the student types in a word or phrase in response to a question (that may include a image). Answers may or may not be case sensitive. The answer could be a word or a phrase, but it must match one of your acceptable answers exactly. It&#039;s a good idea to keep the required answer as short as possible to avoid missing a correct answer that&#039;s phrased differently.&lt;br /&gt;
&lt;br /&gt;
The [[Quiz]] and [[Lesson module|Lesson]] modules both have short answer question types.  The analysis of the question given below works for both modules.  However there is another analysis type available for Lesson which is not available in a Quiz (see note below).&lt;br /&gt;
&lt;br /&gt;
==Question set-up==&lt;br /&gt;
#Select the question category&lt;br /&gt;
#Give your question a descriptive name.&lt;br /&gt;
#Create the question text. If you&#039;re using the HTML Editor, you can format the question just like a word processing document.&lt;br /&gt;
#*Tip: Normally the answer box appears below the question text. However, if you include five or more underscores in the text, the input box will be placed there. For example the questions &amp;quot;Moodle stands for &#039;Modular object oriented ___________________ environment&amp;quot;.&lt;br /&gt;
#Select an image to display if you want to add a picture to the question (see step 4 in [[Multiple Choice question type]] for more detail).&lt;br /&gt;
# Set the &#039;default question grade&#039; (i.e. the maximum number of marks for this question).&lt;br /&gt;
# Set the &#039;Penalty factor&#039; (see [[Short-Answer_question_type#Penalty_factor|Penalty factor]] below).&lt;br /&gt;
# If you wish, add general feedback. This is text that appears to the student after he/she has answered the question. &lt;br /&gt;
#Choose whether the answers are case-sensitive. Case sensitivity can be tricky where capitalization is important. Will you accept &#039;&#039;	Ban Ki-moon&#039;&#039; as well as &#039;&#039;ban ki-moon&#039;&#039; as an answer?&lt;br /&gt;
#Next, fill in the answers you will accept. You could give common misspellings partial credit with this option. For example will you accept &amp;quot;Ban Ki moon&amp;quot;?  Use [[Short-Answer_question_type#Wildcard_usage|wildcards]] to allow for variants on a word pr phrase. &lt;br /&gt;
#Add grade for each answer.&lt;br /&gt;
#Create feedback for any and all answers. This will appear if the student enters that answer.&lt;br /&gt;
#*&#039;&#039;&#039;Note:&#039;&#039;&#039; It is good practice to add a single wild card * for the last answer, so you can create a feedback response and a score for all other answers students might have.&lt;br /&gt;
#Click Save Changes to add the question to the category.&lt;br /&gt;
&lt;br /&gt;
=== Penalty factor ===&lt;br /&gt;
&lt;br /&gt;
The &#039;penalty factor&#039; only applies when the question is used in a quiz using adaptive mode - i.e. where the student is allowed multiple attempts at a question even within the same attempt at the quiz. If the penalty factor is more than 0, then the student will lose that proportion of the &#039;&#039;&#039;maximum&#039;&#039;&#039; grade upon each successive attempt. For example, if the default question grade is 10, and the penalty factor is 0.2, then each successive attempt after the first one will incur a penalty of 0.2 x 10 = 2 points.&lt;br /&gt;
&lt;br /&gt;
==Wildcard usage==&lt;br /&gt;
&lt;br /&gt;
You can use the asterisk character (*) as a wildcard to match any series of characters. For example, use &amp;lt;code&amp;gt;ran*ing&amp;lt;/code&amp;gt; to match any word or phrase starting with &#039;&#039;ran&#039;&#039; and ending with &#039;&#039;ing&#039;&#039;. If you really do want to match an asterisk then use a backslash like this: &amp;lt;code&amp;gt;\*&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want one question with the two answers &#039;&#039;fuel&#039;&#039; and &#039;&#039;oxygen&#039;&#039;, you ought to be able to limit the number of variants  by writing &amp;lt;code&amp;gt;fuel*oxygen&amp;lt;/code&amp;gt;. This would accept &#039;&#039;&amp;quot;fuel oxygen&amp;quot;, &amp;quot;fuel, oxygen&amp;quot;, &amp;quot;fuel; oxygen&amp;quot;, &amp;quot;fuel and oxygen&amp;quot;, &amp;quot;fuel &amp;amp; oxygen&amp;quot; &amp;quot;fuel oxygen&amp;quot;, &amp;quot;fuel  und oxygen&amp;quot; &amp;quot;fuel&amp;amp;&amp;amp;oxygen&amp;quot;&#039;&#039;. It would even accept &#039;&#039;&amp;quot;fuel or oxygen&amp;quot;, &amp;quot;fuel but not oxygen&amp;quot; &amp;quot;fuel|oxygen&amp;quot;&#039;&#039; which might not be so good but you can never be completely safe!&lt;br /&gt;
&lt;br /&gt;
Here are some answers and scores for a question &amp;quot;What does a rocket burn?&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;oxygen*fuel&amp;lt;/code&amp;gt; with a score 100% &amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;*fuel*&amp;lt;/code&amp;gt; with a score 50%&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;*oxygen*&amp;lt;/code&amp;gt; with a score 50%&amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;*air*&amp;lt;/code&amp;gt; with a score 40% &amp;lt;br&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;* &amp;lt;/code&amp;gt; with a score of 0%&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The order of the answers is important. The answers are evaluated from 1st to last. When a match is found the process stops.  If no match is found the question is scored wrong and the general response is used.  It is a good practice to put a wild card as the last answer so the evaluation process knows what to do when nothing above it matches.&lt;br /&gt;
&lt;br /&gt;
Without wildcards, the answers are compared exactly, so be careful with your spelling!&lt;br /&gt;
&lt;br /&gt;
==Feedback for wrong answers==&lt;br /&gt;
&lt;br /&gt;
When you wish to have short answer type questions, you naturally have a limited number of variations that would be acceptable. So in case you wish to give a feedback in case of a wrong answer, you must spell out the right answers exactly and then use * as a final answer which will have grade as zero, and feedback will be the one for wrong answer.&lt;br /&gt;
&lt;br /&gt;
Effectively, ANYTHING other than the specific answers mentioned by you will be treated as this option due to wildcard and will be deemed wrong; it&#039;ll give 0 marks and show the feedback for a wrong answer.&lt;br /&gt;
&lt;br /&gt;
Here is an example:&lt;br /&gt;
&lt;br /&gt;
What is a rabbit?&lt;br /&gt;
&lt;br /&gt;
answer1: animal&amp;lt;br /&amp;gt;&lt;br /&gt;
feedback: right&amp;lt;br /&amp;gt;&lt;br /&gt;
grade: 100%&lt;br /&gt;
&lt;br /&gt;
answer2: mammal&amp;lt;br /&amp;gt;&lt;br /&gt;
feedback: right&amp;lt;br /&amp;gt;&lt;br /&gt;
grade: 100%&lt;br /&gt;
&lt;br /&gt;
answer3: vertebrate&amp;lt;br /&amp;gt;&lt;br /&gt;
feedback: right&amp;lt;br /&amp;gt;&lt;br /&gt;
grade: 100%&lt;br /&gt;
&lt;br /&gt;
answer4: *&amp;lt;br /&amp;gt;&lt;br /&gt;
feedback: ouch! that was wrong&amp;lt;br /&amp;gt;&lt;br /&gt;
grade: none&lt;br /&gt;
&lt;br /&gt;
Remember: you cannot do negative marking in this type and ANYTHING other than your right answer will be treated as option 4 due to the wildcard and given that feedback and zero marks.&lt;br /&gt;
&lt;br /&gt;
==Tip: Prototype your questions==&lt;br /&gt;
You may like to prototype your short answer questions to catch common acceptable answers you hadn&#039;t thought of. Start out by creating a few acceptable answers, then include the question in a quiz for no points. Be sure to tell students you are testing a new question. Once the quiz is over, review students&#039; answers and add their acceptable answers to the list.&lt;br /&gt;
&lt;br /&gt;
==Lesson module note==&lt;br /&gt;
&lt;br /&gt;
In the Lesson module, there are two different student answer analysis systems available for the Short Answer type of question: the &#039;&#039;simple system &#039;&#039;is used by default.  The second type only available in Lesson Module is called &amp;quot;Regular Expressions&amp;quot;.  See [[Short answer analysis]] for a description of the new type, with examples.&lt;br /&gt;
&lt;br /&gt;
==Caveat about the apostrophe character==&lt;br /&gt;
Computers consider the [https://en.wikipedia.org/wiki/Apostrophe apostrophe] character ( &#039; ) different from the single opening or closing [https://en.wikipedia.org/wiki/Quotation_mark quotation mark characters] ( ‘ ) and ( ’ ). This is particularly important for computer programming questions, but can cause unexpected complaints from students taking quizzes of modern languages. See [https://moodle.org/mod/forum/discuss.php?d=366997 this forum post].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Pattern-match question type]]. A very ingenious question type from the Open University to automatically mark free text questions without error.&lt;br /&gt;
* [[Regular Expression Short-Answer question type]] - additional question type (for the Moodle quiz module) aims at a more advanced system of student&#039;s response analysis, through the use of regular expresssions. This question type is an extension of the SHORTANSWER type. It can be used on its own and can also be incorporated into the existing Cloze (embedded) question type.&lt;br /&gt;
* [[Preg question type|Perl compatible regular expression]] - additional question type.  A question that could check student&#039;s response against several regular expressions and could give next character and next word hints. If you do not know what regular expression is, it could also work like Moodle Shortanswer question with hints, just choose &amp;quot;Moodle shortanswer&amp;quot; as notation and you could enter answers just like in shortanswer question type.&lt;br /&gt;
&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Question à réponse courte]]&lt;br /&gt;
[[ca:Tipus_de_pregunta_de_resposta_breu]]&lt;br /&gt;
[[ja:記述問題タイプ]]&lt;br /&gt;
[[de:Fragetyp Kurzantwort]]&lt;br /&gt;
[[es:Tipo de Pregunta de Respuesta corta]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Select_missing_words_question_type&amp;diff=132056</id>
		<title>Select missing words question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Select_missing_words_question_type&amp;diff=132056"/>
		<updated>2018-10-08T16:05:11Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
&lt;br /&gt;
This is very similar to the [[question/type/ddwtos|Drag and drop into text]] question type, but uses drop-down menus in the text instead of drag-boxes. This works well where the question text is very long and you would have to scroll a lot to do drag and drop.&lt;br /&gt;
&lt;br /&gt;
==How to create a question==&lt;br /&gt;
Give the question a descriptive name to help you find it in the question bank. (Students won&#039;t see the name.)&lt;br /&gt;
&lt;br /&gt;
Add the question to the text editor, using any formatting you wish.&lt;br /&gt;
&lt;br /&gt;
Use double square brackets &amp;lt;nowiki&amp;gt;&#039;[[n]]&#039;&amp;lt;/nowiki&amp;gt;  with a number in place of the word you wish the students to find:&lt;br /&gt;
&lt;br /&gt;
[[File:dragdroptextquestion.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
Add the missing words or phrases in the correctly numbered boxes in the &#039;Choice&#039; section. (You may add extra ones to make the question harder. If you tick &#039;Shuffle&#039; the display order will be shuffled. (Note that is not possible to add formatting to the responses)&lt;br /&gt;
&lt;br /&gt;
[[File:selectblankchoices.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
The student sees a drop down menu for each blank:&lt;br /&gt;
&lt;br /&gt;
[[File:selectblankdisplay.png|center|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Groups===&lt;br /&gt;
&lt;br /&gt;
If choices are grouped, then only items in the appropriate group will display in the drop down menu of a blank.&lt;br /&gt;
&lt;br /&gt;
In the example below, Group 1 are verbs and Group 2 are possessive adjectives:&lt;br /&gt;
[[File:selectblankgroupchoices1.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
The students see just the relevant group choices in a dropdown:&lt;br /&gt;
&lt;br /&gt;
[[File:selectblankgroupdisplay.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
==Scoring and feedback==&lt;br /&gt;
All gaps are weighted identically. Only gaps that are filled correctly gain marks. There is no negative marking of gaps that are filled incorrectly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Penalty for each incorrect try:&#039;&#039;&#039; The available mark is reduced by the penalty for second and subsequent tries. In the example above a correct answer at the second try will score 0.6666667 of the available marks and a correct answer at the third try will score 0.3333334 of the available marks.&lt;br /&gt;
&lt;br /&gt;
If the question is used in &#039;interactive with multiple tries&#039; style the marking is modified as follows:&lt;br /&gt;
&lt;br /&gt;
#The mark is reduced for each try by the penalty factor.&lt;br /&gt;
#Allowance is made for when a correct choice is first chosen providing it remains chosen in subsequent tries.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; You can complete as many of these boxes as you wish. If you wish to give the student three tries at a question you will need to provide two hints. At runtime when the hints are exhausted the question will finish and the student will be given the general feedback and the question score will be calculated.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clear incorrect responses:&#039;&#039;&#039; When ‘Try again’ is clicked incorrect choices are cleared.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Show the number of correct responses:&#039;&#039;&#039; Include in the feedback a statement of how many choices are correct.&lt;br /&gt;
==Accessibility==&lt;br /&gt;
Missing words questions are keyboard accessible. Use the &amp;lt;tab&amp;gt; key to move between the drop-down lists and the &amp;lt;up arrow&amp;gt; and &amp;lt;down arrow&amp;gt; keys to cycle around the possible choices for each gap.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
This question type was originally developed  by the UK Open University and was a contributed plugin for several years before becoming part of standard Moodle. Find more [https://moodle.org/plugins/browse.php?list=set&amp;amp;id=10 Open University plugins here].&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Tipo de pregunta seleccionar palabra faltante]]&lt;br /&gt;
[[fr:Question à mot manquant]]&lt;br /&gt;
[[de:Lückentext (OU)]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=BigBlueButtonBN&amp;diff=131910</id>
		<title>BigBlueButtonBN</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=BigBlueButtonBN&amp;diff=131910"/>
		<updated>2018-09-11T12:42:07Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 131907 by Germanvaleroelizondo (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Activity module&lt;br /&gt;
|entry = https://moodle.org/plugins/mod_bigbluebuttonbn&lt;br /&gt;
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/12231&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/view.php?id=7797&lt;br /&gt;
|maintainer = Fred Dixon and [[User:Jesus Federico|Jesus Federico]]&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The BigBlueButtonBN activity module is a contributed plugin written by [http://www.blindsidenetworks.com/ Blindside Networks] that allows the creation of activities into a course providing an easy way for the teacher to create and manage a virtual meeting room / classroom on the BigBlueButton server, and for the student to log into the rooms.&lt;br /&gt;
&lt;br /&gt;
[https://docs.moodle.org/24/en/BigBlueButtonBN BigBlueButtonBN] is part of the [http://moodle.org/plugins/browse.php?list=set&amp;amp;id=2 Moodle BigBlueButton set] and complements [https://docs.moodle.org/24/en/RecordingsBN RecordingsBN] to provide with all the features required in order to take advantage of the new capabilities offered by a [http://www.bigbluebutton.org/2012/06/18/bigbluebutton-0-8-released/ BigBlueButton server version 0.80 (and later)].&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
[http://www.bigbluebutton.org/ &#039;&#039;&#039;BigBlueButton&#039;&#039;&#039;] is an open source web conferencing system for distance education.  The goal of the project is to enable universities, colleges, and K12 to delivery a high-quality learning experience to remote students.&lt;br /&gt;
&lt;br /&gt;
BigBlueButton supports real-time sharing of slides (PDF and any document readable by OpenOffice), webcams, whiteboard, chat, voice over IP (using FreeSWITCH), and presenter&#039;s desktop. It can record and playback sessions (slides, audio, and chat), runs on Mac, Unix, and PC clients, and is supported by a community of developers that care about good design and a streamlined user experience. (see [http://code.google.com/p/bigbluebutton/wiki/ReleaseNotes release notes]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this plugin you can&lt;br /&gt;
&lt;br /&gt;
* Create links in any class to a BigBlueButton session&lt;br /&gt;
* Specify join open/close dates that will appear in the Moodle calendar&lt;br /&gt;
* Create a custom welcome messages that appears in the chat window when users join the session&lt;br /&gt;
* Launch BigBlueButton in its own window&lt;br /&gt;
* Restrict students from entering the session until a teacher joins&lt;br /&gt;
* Monitor the active sessions for the course and end any session (eject all users)&lt;br /&gt;
* Record and playback your lectures (requires [http://www.bigbluebutton.org/2012/06/18/bigbluebutton-0-8-released/ BigBlueButton 0.80])&lt;br /&gt;
* Access and manage recorded lectures (requires [https://docs.moodle.org/22/en/RecordingsBN recordingsbn plugin] to be installed)&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
&lt;br /&gt;
* A server running Moodle 1.9+. There are three stable releases. Look for the one that corresponds to your version of Moodle. ([https://moodle.org/plugins/pluginversion.php?id=3374 for Moodle 1.9], [https://moodle.org/plugins/pluginversion.php?id=8847 for moodle 2.0 to 2.5], [https://moodle.org/plugins/pluginversion.php?id=10208 for moodle 2.6 to 3.0])&lt;br /&gt;
* A BigBlueButton 0.80 (or later) server running on a separate server (not on the same server as your Moodle site)&lt;br /&gt;
* The latest version of [http://moodle.org/plugins/pluginversions.php?plugin=mod_bigbluebuttonbn BigBlueButtonBN Activity Module]&lt;br /&gt;
&lt;br /&gt;
Blindside Networks provides you a test BigBlueButton server for testing this plugin. To use this test server, just accept the default settings when configuring the activity module. The default settings are:&lt;br /&gt;
&lt;br /&gt;
 url: &amp;lt;nowiki&amp;gt;http://test-install.blindsidenetworks.com/bigbluebutton/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 salt: 8cd8ef52e8e101574e400365b55e11a6&lt;br /&gt;
&lt;br /&gt;
For information on how to setup your own BigBlueButton server see [http://www.bigbluebutton.org/ http://bigbluebutton.org/]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
These instructions assume your Moodle server is installed at /var/www/moodle.&lt;br /&gt;
&lt;br /&gt;
* Copy zip file you downloaded to /var/www/moodle/mod&lt;br /&gt;
&lt;br /&gt;
 cp bigbluebuttonbn.zip /var/www/moodle/mod&lt;br /&gt;
&lt;br /&gt;
* Enter the following commands&lt;br /&gt;
&lt;br /&gt;
 cd /var/www/moodle/mod &lt;br /&gt;
 sudo unzip bigbluebuttonbn.zip&lt;br /&gt;
&lt;br /&gt;
This will create the directory&lt;br /&gt;
 ./bigbluebuttonbn&lt;br /&gt;
&lt;br /&gt;
* Login to your moodle site as administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Moodle will detect the new module and prompt you to Upgrade.&lt;br /&gt;
&lt;br /&gt;
* Click the &#039;Upgrade&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The activity module will install mod_bigbluebuttonbn.&lt;br /&gt;
&lt;br /&gt;
* Click the &#039;Continue&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You&#039;ll be prompted to configure the activity module.&lt;br /&gt;
&lt;br /&gt;
* Enter the URL and salt (security key) to your BigBlueButton server (or use the default values for testing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Click the &#039;Save Changes&#039; button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point, you can enter any course, turn editing on, and add a BigBlueButtonBN activity link to the class.&lt;br /&gt;
&lt;br /&gt;
Note: You will want to install the RecordingsBN activity module to access recordings as well.&lt;br /&gt;
&lt;br /&gt;
You can find a [http://www.youtube.com/embed/ShB04IoNgk8 video] overview of installing and using this plugin, at http://www.blindsidenetworks.com/integrations/moodle/&lt;br /&gt;
&lt;br /&gt;
==Development status==&lt;br /&gt;
===Changelog===&lt;br /&gt;
&lt;br /&gt;
====2.1.1 (2016051905) ====&lt;br /&gt;
* Fixed Bug: Fixed issue with database upgrade when updating from versions older than 2.1.x. The bug only affected users upgrading directly from 1.x to 2.1.0.&lt;br /&gt;
&lt;br /&gt;
====2.1.0 (2016051904) ====&lt;br /&gt;
* Tag: Bumped version and release tags and updated maturity to stable&lt;br /&gt;
&lt;br /&gt;
====2.1.0-rc2 (2016051903) ====&lt;br /&gt;
* Fixed Bug:  Fixed missing variable triggering warning message showing up on in development mode&lt;br /&gt;
* Fixed Bug:  Fixed bug in format of imported recordings on YUI table&lt;br /&gt;
* Fixed Bug:  Fixed a bug in import recording. Recordings from deleted activities were not considered.&lt;br /&gt;
&lt;br /&gt;
====2.1.0-rc1 (2016051902) ====&lt;br /&gt;
Tag: Bumped release tag and updated maturity&lt;br /&gt;
&lt;br /&gt;
====2.1.0-b3 (2016051902) ====&lt;br /&gt;
* Fixed Bug:  Considers all the imported recordings corresponding to a course.&lt;br /&gt;
* Fixed Bug:  Duration was not shown properly in recordings&lt;br /&gt;
* Fixed Bug:  All events are localized&lt;br /&gt;
* Fixed Bug:  recordings not showing up after restore&lt;br /&gt;
* Fixed Bug:  backup/restore were not working on logs&lt;br /&gt;
* Fixed Bug:  Added missing event&lt;br /&gt;
&lt;br /&gt;
====2.1.0-b2 (2016051901) ====&lt;br /&gt;
* Fixed bug: Fix for action management not working in recordings.&lt;br /&gt;
&lt;br /&gt;
====2.1.0-b1 (2016051900) ====&lt;br /&gt;
* Feature: Links to recordings can now be imported into a room/activity from a different course room/activity.&lt;br /&gt;
* Fixed Bug: Fixed backups. The logs, a secondary table dependent of mdl_bigbluebuttonbn used for tracking meeting creation is now included as part of the backup.&lt;br /&gt;
* Fixed Bug: Fixed issue with database prefix.&lt;br /&gt;
&lt;br /&gt;
====2.0.4 (2015080611) ====&lt;br /&gt;
* Fixed Bug: Fixed a bug introduced in the previous revision that was making pre-uploaded presentations to be ignored when a new activity was created.&lt;br /&gt;
* Fixed Bug: Changed wording for message shown when user is waiting for moderator.&lt;br /&gt;
&lt;br /&gt;
====2.0.3 (2015080610) ====&lt;br /&gt;
* Improvement: Make sure the php-curl extension is installed. For pre-uploading slides, the use of the php-curl extension is required. If it is not installed or enabled the feature won&#039;t be available.&lt;br /&gt;
* Fixed Bug: Toggle form for tagging sessions was flicking for a second when the activity page was shown.&lt;br /&gt;
* Fixed Bug: When creating a new and pre-uploading presentation is turned off an error messages comes up.&lt;br /&gt;
* Fixed Bug: When for security reasons either the webserver or the proxy ahead of the webserver(s) adds the header x-content-type-options: nosniff to force the MIME Type verification, the javascript in the client doesn&#039;t work in Chrome/IE.&lt;br /&gt;
&lt;br /&gt;
====2.0.2 (2015080609)====&lt;br /&gt;
* Fixed Bug: When using localization in a language different than English, the recording table produced for RecordingsBN showed an &#039;Invalid date&#039; message.&lt;br /&gt;
&lt;br /&gt;
====2.0.1 (2015080608)====&lt;br /&gt;
* Fixed bug: Adding a presentation file while creating a new BigBlueButtonBN activity failed. Only after editing the activity and adding a presentation file again would let the feature work.&lt;br /&gt;
* Fixed bug: A warning message was shown in the logs when joining a session&lt;br /&gt;
&lt;br /&gt;
===Latest stable releases===&lt;br /&gt;
&lt;br /&gt;
2.1.1 (2016051905) - for Moodle 2.6/2.7/2.8/2.9/3.0/3.1 ([https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/releases/tag/v2.1.1 Source code])&lt;br /&gt;
&lt;br /&gt;
1.1.1 (2015062101) - for Moodle 2.0/2.1/2.2/2.3/2.4/2.5 ([https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/releases/tag/v0.1.1 Source code])&lt;br /&gt;
&lt;br /&gt;
1.0.9 (2013071000) - for Moodle 1.9 ([https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn_19/tree/v1.0.9-SNAPSHOT Source code])&lt;br /&gt;
&lt;br /&gt;
===Latest development releases=== &lt;br /&gt;
2.2.0 (2016080100) - for Moodle 2.6/2.7/2.8/2.9/3.0/3.1 ([https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/tree/v2.2-dev Source code])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For reporting bugs and issues or asking for new features use the Moodle tracking system [http://tracker.moodle.org/browse/CONTRIB/component/12231 Module: BigBlueButtonBN]&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===What should I do when I get this message?===&lt;br /&gt;
&lt;br /&gt;
 Unable to join the meeting. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.&lt;br /&gt;
&lt;br /&gt;
On Moodle 2.6 and later, use the link that is right below (also provided here) and try all what is suggested there.&lt;br /&gt;
&lt;br /&gt;
[https://docs.moodle.org/500/en/error/bigbluebuttonbn/view_error_unable_join#Common_cases More information about this error]&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:BigBlueButtonBN]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_statistics_report&amp;diff=131489</id>
		<title>Quiz statistics report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_statistics_report&amp;diff=131489"/>
		<updated>2018-07-12T17:21:13Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Ensuring that random variants are fair */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz reports}}&lt;br /&gt;
The quiz statistics report may be viewed by clicking on the quiz and then accessing &#039;&#039;Administration &amp;gt; Quiz administration&amp;gt; Results &amp;gt; Statistics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This report gives a statistical (psychometric) analysis of the quiz, and the questions within it. The top section of this report gives a summary of the whole quiz. The next section gives an analysis showing all questions in a table format. There are links in this section to edit individual questions or drill down into a detailed analysis of a particular question. The last section of this report is a bar graph of the percent of correct answers (Facility index) and the Discriminative efficiency index.&lt;br /&gt;
&lt;br /&gt;
The full report (overview, and detailed analysis of all questions) can be downloaded in a variety of formats, as can the quiz structure analysis table.&lt;br /&gt;
&lt;br /&gt;
===Reasons to look at the statistics report===&lt;br /&gt;
&lt;br /&gt;
There are lots of highly technical in the Quiz statistics, which is great if you are a data scientist or mathematician, but even if you are not, there is very useful information you can learn about how well your quiz is helping your students, even if you don&#039;t understand all technicalities.&lt;br /&gt;
&lt;br /&gt;
====Finding &#039;broken&#039; questions====&lt;br /&gt;
&lt;br /&gt;
If everything is working well, then what normally happens is that students who got a high mark on the whole quiz are more likely to get each question right. If you make a mistake when you create a question, for example if you accidentally set the wrong response to be marked correct. What happens then is that the better students who get a higer overall mark are morelikely to select the right answer, and get marked wrong. This shows up in the &#039;Discrimination index&#039; column. If the number there is small, you may have a problem. A broken question is not the only thing that might casue this, so you need to go an investiage, but it is a worrying sign. Because of that, Moodle will higlight any low values in this column so they stand out.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: look down the &#039;Discrimination index&#039; column. If any numbers there are small, then investigate that question.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you find a &#039;broken&#039; question, there are various options. You may be able to edit the question and then regrade the quiz to fix the problem (but be very careful editing questions after they were attempted.) Or, you could to the the Edit quiz page, and set the mark for that question to 0 (zero-weight it).&lt;br /&gt;
&lt;br /&gt;
====Ensuring that random variants are fair====&lt;br /&gt;
&lt;br /&gt;
There are lots of different ways that randomisation can be used when building a quiz. Sometimes you will have something like a topic reivew quiz that draws a selection of 10 question from a set of 100, but the case we want to consider here is when for each &#039;question&#039; in the quiz, you have a few different but similar versions of the &#039;same&#039; question. For formative quizzes that is good, because it gives students more chance to practice. For summative quizzes, it is good because it reduces the changes for copying. You can build this either using random selection from different categories like &#039;Variants of question 1&#039;, or you can do it with question types like [[Calculated_question_type|Calculated] or [https://moodle.org/plugins/qtype_stack STACK] that have internal random variants, or both. ([[Effective_quiz_practices#Robust_testing_with_random_variants|For more details, see here]].) &lt;br /&gt;
&lt;br /&gt;
If you are doing this, particuarly if doing this for-credit, you probably want to ensure that it is &#039;fair&#039;. You don&#039;t want one variant to be much harder than the others. To see this, look at the subsidiary rows that show all the different questions that appered in once particular place in the quiz. Look in particular at the &#039;Facility index&#039;, which is basically how many people got that qustion right. If those numbers are very different for different variants, that is is a sign the quiz may be unfair.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: if using variants, look down the &#039;Facility index&#039; column to make sure that all the different variants of a particular question have similar facility index.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If there is big variation in one questions, then you could zero-weight it. Also, if you are re-using the quiz in future, consider removing that variant, and adding a new one.&lt;br /&gt;
&lt;br /&gt;
Of course, when you have variants like this, you should check that Descrimination index for all the different variants, to ensure that none of the variants are broken in that way either.&lt;br /&gt;
&lt;br /&gt;
====Understanding how students are responding to a particular question====&lt;br /&gt;
&lt;br /&gt;
When you set a particular question in a quiz, you normally do so intending to test a particular skill or bit of knowledge. However, can you be sure that is what you are really measuring?&lt;br /&gt;
&lt;br /&gt;
As an example from this, there was an Open University &#039;Maths for Scientists&#039; course, where they had a question which was supposed to test that the student could substitute some numbers in an equation, and computer the answer with their calculator. As is standard practice for OU science tests, students had to give the answer to the right number of decimal places (which had already been taught and assessed). However, when they look at the answers students had given, they found that many students had clearly computed the right thing in their calculator, but were then being marked wrong because they input too many decimal places. ([http://oro.open.ac.uk/39669/ Jordan, 2014)&lt;br /&gt;
&lt;br /&gt;
The statistics report makes this kind of anlysis quite easy. As described below, if you click through to the details about a particular question, then at the bottom of that page it shows all the different responses that were given, whether they were marked right or wrong, and how many students gave each results.&lt;br /&gt;
&lt;br /&gt;
This can be a good place to start looking if some of the checks above hilight a potential problem.&lt;br /&gt;
&lt;br /&gt;
Another way you can use this information is, if you are using more open-ended question types, like Short answer or Numerical, then you may notice several students have made the same mistake. You might then go back end edit the question, to add specific feedback for students who have given that answer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: particularly if using open-ended questions, look at the Analysis of resonses to see what answers sudents are acutally giving.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Overall quiz statistics===&lt;br /&gt;
&lt;br /&gt;
Here are the details concerning information in this report.&lt;br /&gt;
&lt;br /&gt;
====Quiz information====&lt;br /&gt;
&lt;br /&gt;
This section gives some basic information about the test as a whole. You will see:&lt;br /&gt;
* Quiz name&lt;br /&gt;
* Course name&lt;br /&gt;
* Open and close dates (if applicable)&lt;br /&gt;
* Total number of first/graded attempts&lt;br /&gt;
* Average grade for first/all attempts&lt;br /&gt;
* Median grade&lt;br /&gt;
* Standard deviation of grades &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Skewness Skewness] and [http://en.wikipedia.org/wiki/Kurtosis Kurtosis] of the grade distribution&lt;br /&gt;
* Coefficient of internal consistency (sometimes called [http://en.wikipedia.org/wiki/Cronbach%27s_alpha Cronbach Alpha]) - This is a measure of whether all the items in the quiz are testing basically the same thing. Thus it measures the consistency of the text, which is a lower bound for the validity. Higher numbers here are better.&lt;br /&gt;
* Error ratio - the variation in the grades comes from two sources. First some students are better than others at what is being tested, and second there is some random variation. We hope that the quiz grades will largely be determined by the student&#039;s ability, and that random variation will be minimised. The error ratio estimates how much of the variation is random, and so lower is better.&lt;br /&gt;
* Standard error - this is derived from the error ratio, and is a measure of how much random variation there is in each test grade. So, if the Standard error is 10%, and a student scored 60%, then their real ability probably lies somewhere between 50% and 70%.&lt;br /&gt;
[[File:Quiz_results_statistics_information.png|thumb|center|Example of quiz information section]]&lt;br /&gt;
&lt;br /&gt;
====Quiz structure analysis====&lt;br /&gt;
&lt;br /&gt;
This section lists all the questions in the quiz with various statistics in a table format.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Q#&#039;&#039;&#039; - shows the question number (position), question type icon, and preview and edit icons&lt;br /&gt;
* &#039;&#039;&#039;Question name&#039;&#039;&#039; - the name is also a link to the detailed analysis of this question (See Quiz Question Statistics below).&lt;br /&gt;
* &#039;&#039;&#039;Attempts&#039;&#039;&#039; - how many students attempted this question.&lt;br /&gt;
* &#039;&#039;&#039;Facility Index&#039;&#039;&#039; - the percentage of students that answered the question correctly.&lt;br /&gt;
* &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Standard_deviation Standard Deviation]&#039;&#039;&#039; - how much variation there was in the scores for this question.&lt;br /&gt;
* &#039;&#039;&#039;Random guess score&#039;&#039;&#039; - the score the student would get by guessing randomly&lt;br /&gt;
* &#039;&#039;&#039;Intended/Effective weight&#039;&#039;&#039; - Intended weight is simply what you set up when editing the quiz. If question 1 is worth 3 marks out of a total of 10 for the quiz, the intended weight is 30%. The effective weight is an attempt to estimate, from the results, how much of the actual variation was due to this question. So, ideally the effective weights should be close to the intended weights.&lt;br /&gt;
* &#039;&#039;&#039;Discrimination index&#039;&#039;&#039; - this is the correlation between the score for this question and the score for the whole quiz. That is, for a good question, you hope that the students who score highly on this question are the same students who score highly on the whole quiz. Higher numbers are better.&lt;br /&gt;
* &#039;&#039;&#039;Discriminative efficiency&#039;&#039;&#039; - another measure that is similar to Discrimination index.&lt;br /&gt;
&lt;br /&gt;
:Where random questions are used, there is one row in the table for the random question, followed by further rows, one for each real question that was selected in place of this random question.&lt;br /&gt;
:When quiz questions are randomized for each quiz, the quiz module determines a default position.&lt;br /&gt;
:[[:dev:Quiz_statistics_calculations|Quiz statistics calculations]] gives further details on all these quantities.&lt;br /&gt;
[[File:Quiz_results_statistics_structure_analysis.png|thumb|center|Example of statistics structural analysis section]]&lt;br /&gt;
====Quiz statistics chart====&lt;br /&gt;
[[File:Quiz_results_statistics_chart.png|thumb|center|Chart example]]&lt;br /&gt;
&lt;br /&gt;
===Quiz question statistics===&lt;br /&gt;
Navigation &amp;gt; quiz&#039;s name &amp;gt; Results &amp;gt; Statistics (click on any question title)&lt;br /&gt;
It is possible to see the statistics for one question on a single page.  This view will also tell you what percentage of quiz takers selected each answer (Analysis of responses) and give you basic information about the question.&lt;br /&gt;
&lt;br /&gt;
*Question information- The basic information about the question, the name of the quiz, the question, the question type, the position in the quiz and the question itself. There are preview and edit icons in this page.&lt;br /&gt;
*Question statistics - This repeats the information from the table row from the Quiz structure analysis that relates to this question.&lt;br /&gt;
*Report options - You can choose whether to run the report on all attempts, or just the first attempt by each student. Some of the calculations used in the report are based on assumptions that may not apply to quizzes that allow more than one attempt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;:Tip:&#039;&#039; Computing the statistics takes some time, the report will store the computed values and re-use them for up to 15 minutes. Therefore, there is a display of how recently the statistics were calculated, with a button to recalculate them immediate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Quiz_results_statistics_individual_question_preferences.png|Individual question page preferences&lt;br /&gt;
File:Quiz_results_statistics_individual_question_information.png|Individual question&#039;s information&lt;br /&gt;
File:Quiz_results_statistics_individual_question_statistics.png|Individual question&#039;s statistic information&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Analysis of individual question responses====&lt;br /&gt;
&lt;br /&gt;
This gives a frequency analysis of the different responses that were given to each part of the question. The details of the analysis depends on the question type, and not all question types support this. For example, essay question responses cannot be analyzed.&lt;br /&gt;
&lt;br /&gt;
[[File:Quiz_results_statistics_individual_question_analysis_responses.png|thumb|center|Individual question&#039;s responses statistic information]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.moodle.org/dev/Quiz_statistics_calculations&lt;br /&gt;
* [https://docs.moodle.org/dev/Quiz_report_statistics https://docs.moodle.org/dev/Quiz_report_statistics] on the Developers documentation&lt;br /&gt;
* [https://wiki.umontreal.ca/download/attachments/92832287/Brief_Guide_to_iCMA_reports.pdf?version=1&amp;amp;modificationDate=1399917582000&amp;amp;api=v2 A brief guide to what the statistics mean, from the Open University]&lt;br /&gt;
&lt;br /&gt;
[[de:Test-Statistik]]&lt;br /&gt;
[[es:Quiz_statistics_report]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_statistics_report&amp;diff=131488</id>
		<title>Quiz statistics report</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_statistics_report&amp;diff=131488"/>
		<updated>2018-07-12T12:27:15Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz reports}}&lt;br /&gt;
The quiz statistics report may be viewed by clicking on the quiz and then accessing &#039;&#039;Administration &amp;gt; Quiz administration&amp;gt; Results &amp;gt; Statistics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This report gives a statistical (psychometric) analysis of the quiz, and the questions within it. The top section of this report gives a summary of the whole quiz. The next section gives an analysis showing all questions in a table format. There are links in this section to edit individual questions or drill down into a detailed analysis of a particular question. The last section of this report is a bar graph of the percent of correct answers (Facility index) and the Discriminative efficiency index.&lt;br /&gt;
&lt;br /&gt;
The full report (overview, and detailed analysis of all questions) can be downloaded in a variety of formats, as can the quiz structure analysis table.&lt;br /&gt;
&lt;br /&gt;
===Reasons to look at the statistics report===&lt;br /&gt;
&lt;br /&gt;
There are lots of highly technical in the Quiz statistics, which is great if you are a data scientist or mathematician, but even if you are not, there is very useful information you can learn about how well your quiz is helping your students, even if you don&#039;t understand all technicalities.&lt;br /&gt;
&lt;br /&gt;
====Finding &#039;broken&#039; questions====&lt;br /&gt;
&lt;br /&gt;
If everything is working well, then what normally happens is that students who got a high mark on the whole quiz are more likely to get each question right. If you make a mistake when you create a question, for example if you accidentally set the wrong response to be marked correct. What happens then is that the better students who get a higer overall mark are morelikely to select the right answer, and get marked wrong. This shows up in the &#039;Discrimination index&#039; column. If the number there is small, you may have a problem. A broken question is not the only thing that might casue this, so you need to go an investiage, but it is a worrying sign. Because of that, Moodle will higlight any low values in this column so they stand out.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: look down the &#039;Discrimination index&#039; column. If any numbers there are small, then investigate that question.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you find a &#039;broken&#039; question, there are various options. You may be able to edit the question and then regrade the quiz to fix the problem (but be very careful editing questions after they were attempted.) Or, you could to the the Edit quiz page, and set the mark for that question to 0 (zero-weight it).&lt;br /&gt;
&lt;br /&gt;
====Ensuring that random variants are fair====&lt;br /&gt;
&lt;br /&gt;
There are lots of different ways that randomisation can be used when building a quiz. Sometimes you will have something like a topic reivew quiz that draws a selection of 10 question from a set of 100, but the case we want to consider here is when for each &#039;question&#039; in the quiz, you have a few different but similar versions of the &#039;same&#039; question. For formative quizzes that is good, because it gives students more chance to practice. For summative quizzes, it is good because it reduces the changes for copying. You can build this either using random selection from different categories like &#039;Variants of question 1&#039;, or you can do it with question types like [[Calculated_question_type|Calculated] or [https://moodle.org/plugins/qtype_stack STACK] that have internal random variants.([[Effective_quiz_practices#Robust_testing_with_random_variants|For more details, see here]].) &lt;br /&gt;
&lt;br /&gt;
If you are doing this, particuarly if doing this for-credit, you probably want to ensure that it is &#039;fair&#039;. You don&#039;t want one variant to be much harder than the others. To see this, look at the subsidiary rows that show all the different questions that appered in once particular place in the quiz. Look in particular at the &#039;Facility index&#039;, which is basically how many people got that qustion right. If those numbers are very different for different variants, that is is a sign the quiz may be unfair.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: if using variants, look down the &#039;Facility index&#039; column to make sure that all the different variants of a particular question have similar facility index.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If there is big variation in one questions, then you could zero-weight it. Also, if you are re-using the quiz in future, consider removing that variant, and adding a new one.&lt;br /&gt;
&lt;br /&gt;
====Understanding how students are responding to a particular question====&lt;br /&gt;
&lt;br /&gt;
When you set a particular question in a quiz, you normally do so intending to test a particular skill or bit of knowledge. However, can you be sure that is what you are really measuring?&lt;br /&gt;
&lt;br /&gt;
As an example from this, there was an Open University &#039;Maths for Scientists&#039; course, where they had a question which was supposed to test that the student could substitute some numbers in an equation, and computer the answer with their calculator. As is standard practice for OU science tests, students had to give the answer to the right number of decimal places (which had already been taught and assessed). However, when they look at the answers students had given, they found that many students had clearly computed the right thing in their calculator, but were then being marked wrong because they input too many decimal places. ([http://oro.open.ac.uk/39669/ Jordan, 2014)&lt;br /&gt;
&lt;br /&gt;
The statistics report makes this kind of anlysis quite easy. As described below, if you click through to the details about a particular question, then at the bottom of that page it shows all the different responses that were given, whether they were marked right or wrong, and how many students gave each results.&lt;br /&gt;
&lt;br /&gt;
This can be a good place to start looking if some of the checks above hilight a potential problem.&lt;br /&gt;
&lt;br /&gt;
Another way you can use this information is, if you are using more open-ended question types, like Short answer or Numerical, then you may notice several students have made the same mistake. You might then go back end edit the question, to add specific feedback for students who have given that answer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tip: particularly if using open-ended questions, look at the Analysis of resonses to see what answers sudents are acutally giving.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Overall quiz statistics===&lt;br /&gt;
&lt;br /&gt;
Here are the details concerning information in this report.&lt;br /&gt;
&lt;br /&gt;
====Quiz information====&lt;br /&gt;
&lt;br /&gt;
This section gives some basic information about the test as a whole. You will see:&lt;br /&gt;
* Quiz name&lt;br /&gt;
* Course name&lt;br /&gt;
* Open and close dates (if applicable)&lt;br /&gt;
* Total number of first/graded attempts&lt;br /&gt;
* Average grade for first/all attempts&lt;br /&gt;
* Median grade&lt;br /&gt;
* Standard deviation of grades &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Skewness Skewness] and [http://en.wikipedia.org/wiki/Kurtosis Kurtosis] of the grade distribution&lt;br /&gt;
* Coefficient of internal consistency (sometimes called [http://en.wikipedia.org/wiki/Cronbach%27s_alpha Cronbach Alpha]) - This is a measure of whether all the items in the quiz are testing basically the same thing. Thus it measures the consistency of the text, which is a lower bound for the validity. Higher numbers here are better.&lt;br /&gt;
* Error ratio - the variation in the grades comes from two sources. First some students are better than others at what is being tested, and second there is some random variation. We hope that the quiz grades will largely be determined by the student&#039;s ability, and that random variation will be minimised. The error ratio estimates how much of the variation is random, and so lower is better.&lt;br /&gt;
* Standard error - this is derived from the error ratio, and is a measure of how much random variation there is in each test grade. So, if the Standard error is 10%, and a student scored 60%, then their real ability probably lies somewhere between 50% and 70%.&lt;br /&gt;
[[File:Quiz_results_statistics_information.png|thumb|center|Example of quiz information section]]&lt;br /&gt;
&lt;br /&gt;
====Quiz structure analysis====&lt;br /&gt;
&lt;br /&gt;
This section lists all the questions in the quiz with various statistics in a table format.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Q#&#039;&#039;&#039; - shows the question number (position), question type icon, and preview and edit icons&lt;br /&gt;
* &#039;&#039;&#039;Question name&#039;&#039;&#039; - the name is also a link to the detailed analysis of this question (See Quiz Question Statistics below).&lt;br /&gt;
* &#039;&#039;&#039;Attempts&#039;&#039;&#039; - how many students attempted this question.&lt;br /&gt;
* &#039;&#039;&#039;Facility Index&#039;&#039;&#039; - the percentage of students that answered the question correctly.&lt;br /&gt;
* &#039;&#039;&#039;[http://en.wikipedia.org/wiki/Standard_deviation Standard Deviation]&#039;&#039;&#039; - how much variation there was in the scores for this question.&lt;br /&gt;
* &#039;&#039;&#039;Random guess score&#039;&#039;&#039; - the score the student would get by guessing randomly&lt;br /&gt;
* &#039;&#039;&#039;Intended/Effective weight&#039;&#039;&#039; - Intended weight is simply what you set up when editing the quiz. If question 1 is worth 3 marks out of a total of 10 for the quiz, the intended weight is 30%. The effective weight is an attempt to estimate, from the results, how much of the actual variation was due to this question. So, ideally the effective weights should be close to the intended weights.&lt;br /&gt;
* &#039;&#039;&#039;Discrimination index&#039;&#039;&#039; - this is the correlation between the score for this question and the score for the whole quiz. That is, for a good question, you hope that the students who score highly on this question are the same students who score highly on the whole quiz. Higher numbers are better.&lt;br /&gt;
* &#039;&#039;&#039;Discriminative efficiency&#039;&#039;&#039; - another measure that is similar to Discrimination index.&lt;br /&gt;
&lt;br /&gt;
:Where random questions are used, there is one row in the table for the random question, followed by further rows, one for each real question that was selected in place of this random question.&lt;br /&gt;
:When quiz questions are randomized for each quiz, the quiz module determines a default position.&lt;br /&gt;
:[[:dev:Quiz_statistics_calculations|Quiz statistics calculations]] gives further details on all these quantities.&lt;br /&gt;
[[File:Quiz_results_statistics_structure_analysis.png|thumb|center|Example of statistics structural analysis section]]&lt;br /&gt;
====Quiz statistics chart====&lt;br /&gt;
[[File:Quiz_results_statistics_chart.png|thumb|center|Chart example]]&lt;br /&gt;
&lt;br /&gt;
===Quiz question statistics===&lt;br /&gt;
Navigation &amp;gt; quiz&#039;s name &amp;gt; Results &amp;gt; Statistics (click on any question title)&lt;br /&gt;
It is possible to see the statistics for one question on a single page.  This view will also tell you what percentage of quiz takers selected each answer (Analysis of responses) and give you basic information about the question.&lt;br /&gt;
&lt;br /&gt;
*Question information- The basic information about the question, the name of the quiz, the question, the question type, the position in the quiz and the question itself. There are preview and edit icons in this page.&lt;br /&gt;
*Question statistics - This repeats the information from the table row from the Quiz structure analysis that relates to this question.&lt;br /&gt;
*Report options - You can choose whether to run the report on all attempts, or just the first attempt by each student. Some of the calculations used in the report are based on assumptions that may not apply to quizzes that allow more than one attempt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;:Tip:&#039;&#039; Computing the statistics takes some time, the report will store the computed values and re-use them for up to 15 minutes. Therefore, there is a display of how recently the statistics were calculated, with a button to recalculate them immediate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Quiz_results_statistics_individual_question_preferences.png|Individual question page preferences&lt;br /&gt;
File:Quiz_results_statistics_individual_question_information.png|Individual question&#039;s information&lt;br /&gt;
File:Quiz_results_statistics_individual_question_statistics.png|Individual question&#039;s statistic information&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Analysis of individual question responses====&lt;br /&gt;
&lt;br /&gt;
This gives a frequency analysis of the different responses that were given to each part of the question. The details of the analysis depends on the question type, and not all question types support this. For example, essay question responses cannot be analyzed.&lt;br /&gt;
&lt;br /&gt;
[[File:Quiz_results_statistics_individual_question_analysis_responses.png|thumb|center|Individual question&#039;s responses statistic information]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.moodle.org/dev/Quiz_statistics_calculations&lt;br /&gt;
* [https://docs.moodle.org/dev/Quiz_report_statistics https://docs.moodle.org/dev/Quiz_report_statistics] on the Developers documentation&lt;br /&gt;
* [https://wiki.umontreal.ca/download/attachments/92832287/Brief_Guide_to_iCMA_reports.pdf?version=1&amp;amp;modificationDate=1399917582000&amp;amp;api=v2 A brief guide to what the statistics mean, from the Open University]&lt;br /&gt;
&lt;br /&gt;
[[de:Test-Statistik]]&lt;br /&gt;
[[es:Quiz_statistics_report]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=User_tours&amp;diff=129718</id>
		<title>User tours</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=User_tours&amp;diff=129718"/>
		<updated>2017-12-20T11:53:37Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Site appearance}}&lt;br /&gt;
User tours are step-by-step guides to various areas of Moodle. The [[Multi-language_content_filter| multi-lang filter]] allow for tours to display in different languages. Watch the screencast [https://youtu.be/hhLVvyP3DU0 User tours] to see a demonstration.&lt;br /&gt;
&lt;br /&gt;
==How is it set up?==&lt;br /&gt;
* As an administrator, access  &#039;User tours&#039; from Site administration, Appearance.&lt;br /&gt;
*Here you see any existing user tours and have the option to create a new tour, import a tour or browse user tours on the [https://moodle.net/mod/data/view.php?id=17 Moodle.net User tours repository]. (An administrator and a teacher tour have been added to new and upgraded sites to introduce the [[Boost theme]] and get you started.)&lt;br /&gt;
[[File:usertour_listing_page.png|thumb|600px|center]]&lt;br /&gt;
*For each of your existing tours, you can click either directly on its name or on its View action icon to view its current listed steps&lt;br /&gt;
*Each tour can be individually enabled or disabled as required in its settings page.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &#039;&#039;You can have multiple tours created for the same page destination, but  you should only have one per page enabled at one time.&#039;&#039;&lt;br /&gt;
*Icons against each tour allow you to view, edit, export or delete it.&lt;br /&gt;
*Tours will be displayed on any page whose URL matches the specified path value, for instance:&lt;br /&gt;
#/my/% - to match the Dashboard&lt;br /&gt;
#/course/view.php?id=2 - to match a specific course&lt;br /&gt;
#/mod/forum/view.php% - to match the forum discussion list&lt;br /&gt;
#/user/profile.php% - to match the user profile page&lt;br /&gt;
#FRONTPAGE to use the tour on your site&#039;s home page.&lt;br /&gt;
*Each tour will be configured with default step settings which you can edit in the settings page:&lt;br /&gt;
*Placement: Top, Bottom (Default), Left, Right. This determines where the step shows relative to its matching block or CSS selector on the page.&lt;br /&gt;
*Show if target not found: No (Default), Yes. This determines whether the step is shown or not when the target has not been found.&lt;br /&gt;
*Show with backdrop: No (Default), Yes. If yes, the step appears surrounded by a darkened backdrop to emphasis its content and location.&lt;br /&gt;
*Move on click: No (Default), Yes. If yes, the tour continues to the next step when the user clicks within the block or area targeted by the current step.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &#039;&#039;If you want users to be able to fill in forms as they work through the tour, then don&#039;t use a backdrop.&#039;&#039;&lt;br /&gt;
*Tour filters allow you to choose the role(s) and theme(s) for which the tour will be displayed.&lt;br /&gt;
&lt;br /&gt;
==How do I add steps to a tour ?==&lt;br /&gt;
* Either click directly on its name or on its View action icon to view the currently listed steps.&lt;br /&gt;
*Here are the initial steps for a sample tour for the Dashboard page:&lt;br /&gt;
[[File:usertour steps page.png|thumb|600px|center]]&lt;br /&gt;
*Click on the &#039;New step&#039; link and select what you want to highlight:&lt;br /&gt;
#Block - to display next to a matching block on the page. Select the block you want from the dropdown. (&#039;&#039;Note you can select blocks which are not available on your chosen area. If they are later added, then the tour will display that step.)&#039;&#039;&lt;br /&gt;
#CSS Selector - to display next to a matching selector on the page. Type in the relevant selector. (See examples below.)&lt;br /&gt;
#Display in the middle of the page&lt;br /&gt;
*Add the title and content&lt;br /&gt;
*For all types, select whether to display the step with a darkened backdrop&lt;br /&gt;
*For blocks or selectors, select the Placement option for where to place the display&lt;br /&gt;
*For blocks or selectors, select whether to display the step if its target isn’t found&lt;br /&gt;
*For blocks or selectors, select whether to move on click, ie move to next step when target is clicked&lt;br /&gt;
*Click on &#039;Save changes&#039;&lt;br /&gt;
&lt;br /&gt;
==How do user tours work?==&lt;br /&gt;
[[File:usertours01.png|thumb|600px|center]]&lt;br /&gt;
Once a user tour has been created and enabled, the first time that any user views a page which matches that user tour’s page (path) settings, the user tour will automatically start to display, starting with the first step. Each tour step will display its title and content, along with three button options:&lt;br /&gt;
*Prev - to return to the previous step in the tour&lt;br /&gt;
*Next - to go to the next step in the tour&lt;br /&gt;
*End Tour - to exit out of the tour completely&lt;br /&gt;
Any time a user wishes to re-run the page&#039;s tour, they can click on the &amp;quot;Reset user tour on this page&amp;quot; link at the bottom of the page.&lt;br /&gt;
==Filters==&lt;br /&gt;
Tours may be filtered to display depending on: &lt;br /&gt;
*Role&lt;br /&gt;
*Theme&lt;br /&gt;
and {{New features}}&lt;br /&gt;
*Category&lt;br /&gt;
*Course&lt;br /&gt;
*Course format&lt;br /&gt;
&lt;br /&gt;
==Help with CSS selectors==&lt;br /&gt;
If you wish to use CSS selectors as part of your user tour, your browser&#039;s developer tools will be very useful in helping you create these selectors:&lt;br /&gt;
*[https://developer.chrome.com/devtools#dom-and-styles Google Chrome]&lt;br /&gt;
*[https://developer.mozilla.org/en-US/docs/Tools/DOM_Property_Viewer Mozilla Firefox]&lt;br /&gt;
*[https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/f12-devtools-guide/ Microsoft Edge]&lt;br /&gt;
*[https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/ResourcesandtheDOM/ResourcesandtheDOM.html#//apple_ref/doc/uid/TP40007874-CH3-SW1 Apple Safari]&lt;br /&gt;
&lt;br /&gt;
===Example of a very simple CSS selector===&lt;br /&gt;
&lt;br /&gt;
[[File:CSS_selector_for_user_picture_in_a_user_tour.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The settings above will produce this in the user tour:&lt;br /&gt;
&lt;br /&gt;
[[File:user picture chosen by CSS selector in a user tour.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* How did we know that .userpicture would select just the Moodle user picture?&lt;br /&gt;
* By looking at the page with an HTML inspector in Firefox, as described in the &#039;Help with CSS selectors&#039; section above.&lt;br /&gt;
&lt;br /&gt;
===Other simple CSS selector examples===&lt;br /&gt;
 &#039;&#039;&#039;.breadcrumb&#039;&#039;&#039; These site links (known as breadcrumbs) will always show where you are in the site and how to return to a main page, such as your Dashboard or your course main page.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;.usermenu&#039;&#039;&#039;  This is the user menu. It contains links to your Dashboard, Messages, Profile, and your Preferences.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;[value=&amp;quot;Customise this page&amp;quot;]&#039;&#039;&#039;  Add your own blocks of content by clicking here!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Multi-language capability==&lt;br /&gt;
&lt;br /&gt;
If your Moodle site is already set up or intending to be enabled for multi-lingual usage, tours are completely compatible with this requirement. Using the multi-lang filter formatting, each tour step’s titles and content, displayed to the user, can be edited to cater for multi-lingual requirements. Please see [[Multi-language_content_filter]] for further detailed instructions on how to enable, format and submit multi-lingual strings for your Moodle site.&lt;br /&gt;
&lt;br /&gt;
Please remember to go to &#039;&#039; Dashboard ► Site administration ► Plugins ► Filters ► Manage filters &#039;&#039; in order to enable the [[Multi-language_content_filter]] before importing any multi-language user tours into your site, or the users will see ALL the texts in ALL the languages simultaneously, as the following image illustrates:&lt;br /&gt;
&lt;br /&gt;
[[File:Multilang user tour when multilang filter NOT properly configured.png|300px]]&lt;br /&gt;
&lt;br /&gt;
When properly configured, a multi-language user tour will be automatically displayed in the user&#039;s preferred language, as seen in the following Dashboard tours starting pages in Spanish, English and French (in the same server):&lt;br /&gt;
&lt;br /&gt;
[[File:Multilang user tour in Spanish.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Multilang user tour in English.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Multilang user tour in French.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Translating user tours==&lt;br /&gt;
See [https://docs.moodle.org/dev/Translating_User_tours_from_Moodle.net how to translate user tours] in the developer&#039;s documentation..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==A note about user tours and keyboard focus (tab stops)==&lt;br /&gt;
&lt;br /&gt;
If you test your user tour with the keyboard, you may notice that sometimes there appear to be two tab stops where there should be one. For example if you have the HTML&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;my-link&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;https://moodle.org/&amp;quot;&amp;gt;Example link&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and use the CSS selector &amp;lt;tt&amp;gt;.my-link&amp;lt;/tt&amp;gt; for your tour step, then, while the tour is visiible, it will appear that there are two tab stops for the one link. This is because the target of the tour is always made into a tab stop.&lt;br /&gt;
&lt;br /&gt;
The way to avoid this is to target the tour at the link itself in your tour, using &amp;lt;tt&amp;gt;.my-link a&amp;lt;/tt&amp;gt;. The same thing applies in other similar situations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sharing is caring==&lt;br /&gt;
&lt;br /&gt;
We really hope that you are able to create some really powerful tours to help guide your users around your site. We certainly think you will and we encourage you to share any of the tours you create with others.&lt;br /&gt;
&lt;br /&gt;
We&#039;ve created a [https://moodle.net/mod/data/view.php?id=17 Moodle.net User tours repository] where you can share your creations and also find inspiration from the ideas of others.&lt;br /&gt;
&lt;br /&gt;
This work was paid for and sponsored by the kind folk of [http://www.dcu.ie/ Dublin City University].&lt;br /&gt;
&lt;br /&gt;
==User tour capabilities==&lt;br /&gt;
&lt;br /&gt;
There is just one capability, which is allowed for the default role of manager:&lt;br /&gt;
&lt;br /&gt;
* [[Capabilities/tool/usertours:managetours|Create, edit and remove user tours]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://jsonlint.com/ JSONLint - a JSON validator] useful for checking the workings of a JSON file&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=357009 How to go to HTML Blocks in User Tour?] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[es:Tours para Usuarios]]&lt;br /&gt;
[[fr:Visites guidées]]&lt;br /&gt;
[[de:Geführte Touren]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Manual_install_on_Windows_7_with_Apache_and_MySQL&amp;diff=128872</id>
		<title>Manual install on Windows 7 with Apache and MySQL</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Manual_install_on_Windows_7_with_Apache_and_MySQL&amp;diff=128872"/>
		<updated>2017-09-22T12:55:15Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Step 3: Install PHP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individual components rather than a one click installer. This is intended only as a testing/evaluation install via &#039;localhost&#039;. Proper server configuration and security is not considered. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: This assumes that you are comfortable with administering a Windows system and can use the command line. I never use Windows and I managed, but this may not be the quickest or most efficient way to do things. Make sure your Windows installation is in good shape, you clear out all the junk and stuff making it run slower (because installing all this server software certainly isn&#039;t going to make it run faster!) and that you have installed any outstanding updates. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ANOTHER NOTE&#039;&#039;&#039;: Watch out for the irritating &amp;quot;Do you want this program to get control of your computer&amp;quot; window that comes up at various stages. Sometimes it didn&#039;t appear but you do see a shield dimly flashing in the task bar. Click and say yes. &lt;br /&gt;
&lt;br /&gt;
==Step 1: Install MySQL==&lt;br /&gt;
&lt;br /&gt;
*Install the MySQL database server on your PC. We will do this using the &#039;MSI&#039; one-click installer for Windows. Go to http://dev.mysql.com/downloads/ and download the &#039;MySQL Installer for Windows&#039;. At the time of writing this was from a very obvious graphic at the top of the screen (which I missed the first time).&lt;br /&gt;
*Run the installation. Click...&lt;br /&gt;
** Install MySQL products&lt;br /&gt;
** Accept the license&lt;br /&gt;
** Allow the version check (optional)&lt;br /&gt;
** At &#039;Choose a Setup Type&#039; accept the &amp;quot;Developer Default&amp;quot; and click Next&lt;br /&gt;
** A number of downloads of required software may be identified. Click Execute and follow onscreen instructions to install them. &lt;br /&gt;
** At &#039;Installation progress&#039; screen, hit Execute - the MySQL software will be installed&lt;br /&gt;
** At &#039;Configuration overview&#039; hit Next to go to the basic configuration screen.&lt;br /&gt;
** Accept all the defaults on the &#039;MySQL Server Configuration&#039; and hit Next. &lt;br /&gt;
** On the password screen, supply a password for the &#039;root&#039; (main administrator) user. Make sure it&#039;s one you won&#039;t forget. You can also create a &#039;User&#039; account just for Moodle with more restricted access if you like. This would be good practice on a public server but just using the &#039;root&#039; user will suffice for testing. &lt;br /&gt;
** On the Service details page, accept the defaults and hit Next and then Next a couple more times for the configuration progress.&lt;br /&gt;
** Click Finish. Job done. &lt;br /&gt;
* MySQL Workbench will open. Under Server Administration (right hand column, double click &#039;Local MySQL56&#039; (or whatever you called it). A box should pop up asking for the root password. Enter the password you supplied&lt;br /&gt;
* The server management screen should appear. You don&#039;t have to worry too much about this. It just shows the install is working.&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Apache==&lt;br /&gt;
&lt;br /&gt;
* Install the Apache web server on your PC. Go to http://www.apachelounge.com/download/. Scroll down the page until you find the download for the &#039;Apache 2.4 win32 binaries&#039; and download. You need to be careful that the module dll in PHP matches the version of Apache you install. Apache won&#039;t load otherwise. &lt;br /&gt;
* Unzip the file into C:\. You should end up with a directory &#039;Apache24&#039; (or whatever the latest version is).&lt;br /&gt;
* Find Start &amp;gt; All programs &amp;gt; Accessories &amp;gt; Command Prompt...... BUT, right click, and select &#039;Run as administrator&#039;.&lt;br /&gt;
* Enter the following commands&lt;br /&gt;
&lt;br /&gt;
    cd \Apache24\bin&lt;br /&gt;
    httpd -k install&lt;br /&gt;
    httpd -k start&lt;br /&gt;
&lt;br /&gt;
...you may well get a warning about the server name. Don&#039;t worry about it. Don&#039;t close this window, you will need it again in a minute.&lt;br /&gt;
* To test it worked type &#039;http://localhost&#039; into your browser. You should get a screen up to the effect that Apache is installed and working.&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install PHP==&lt;br /&gt;
&lt;br /&gt;
* Now install the PHP scripting language on your PC. Go to http://www.php.net/download. In the current stable release section click on link for Windows 5.x.x binaries and source. Scroll down to the newest &#039;Zip&#039; for &#039;&#039;&#039;VC14 x86 Thread Safe&#039;&#039;&#039; (non thread safe doesn&#039;t have the Apache dll. the VC version may be different, and you may need x64 version) PHP (again, the newest versions of PHP didn&#039;t have this but it shouldn&#039;t matter) and download. *Don&#039;t* be tempted to use the Microsoft Installer version; it won&#039;t work.&lt;br /&gt;
* Open the zip file and extract to C:\PHP\&lt;br /&gt;
* In a console window, type php -v to see if it worked. (You may need to set up your PATH. Alos, if you get weired error messages, or no error messages at all, read the bit on the left of http://windows.php.net/ where it talks about installing &amp;quot;C++ Redistributable for Visual Studio&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Step 4: Configure Apache and PHP==&lt;br /&gt;
&lt;br /&gt;
You now need to edit Apache&#039;s httpd.conf file. In the file explorer navigate to C:\Apache24\conf\httpd.conf.  Open it in Notepad . At the end of this file (or wherever you like if you want to be more organised) add the following lines:&lt;br /&gt;
&lt;br /&gt;
    LoadModule php5_module &amp;quot;C:/PHP/php5apache2_4.dll&amp;quot;&lt;br /&gt;
    AddHandler application/x-httpd-php .php&lt;br /&gt;
    PHPIniDir C:/PHP&lt;br /&gt;
&lt;br /&gt;
The version of the module file matters (2_4 in this case). It MUST match the Apache version installed. &lt;br /&gt;
&lt;br /&gt;
In the same file. Search for the line starting &#039;&#039;&#039;DirectoryIndex&#039;&#039;&#039;. Change it as follows&lt;br /&gt;
&lt;br /&gt;
    DirectoryIndex index.php index.html&lt;br /&gt;
&lt;br /&gt;
Now, navigate to C:\PHP, and copy php.ini-development to php.ini. Edit this file, find the following lines and modify them as follows (all should exist already):&lt;br /&gt;
&lt;br /&gt;
    memory_limit = 256M&lt;br /&gt;
    post_max_size = 128M&lt;br /&gt;
    upload_max_filesize = 128M&lt;br /&gt;
&lt;br /&gt;
You need to specify the extensions required for Moodle. Find the &#039;Dynamic Extensions&#039; section and change the following lines (uncomment and add the correct path):&lt;br /&gt;
&lt;br /&gt;
    extension=c:/php/ext/php_curl.dll&lt;br /&gt;
    extension=c:/php/ext/php_gd2.dll&lt;br /&gt;
    extension=c:/php/ext/php_intl.dll&lt;br /&gt;
    extension=c:/php/ext/php_mbstring.dll&lt;br /&gt;
    extension=c:/php/ext/php_mysqli.dll&lt;br /&gt;
    extension=c:/php/ext/php_openssl.dll&lt;br /&gt;
    extension=c:/php/ext/php_soap.dll&lt;br /&gt;
    extension=c:/php/ext/php_xmlrpc.dll&lt;br /&gt;
&lt;br /&gt;
(these are a minimum. You may need others - e.g. LDAP - for specific functions)&lt;br /&gt;
...and save.&lt;br /&gt;
&lt;br /&gt;
Back in the &#039;cmd&#039; window for Apache, you need to restart it to load your changes...&lt;br /&gt;
&lt;br /&gt;
    httpd -k restart&lt;br /&gt;
&lt;br /&gt;
==Step 5: Test your install==&lt;br /&gt;
&lt;br /&gt;
Navigate to C:\Apache24\htdocs and create a file called &#039;test.php&#039;. I had to change a file explorer setting to create .php files - Organise &amp;gt; Folder and search options &amp;gt; View and then untick &#039;Hide extensions for known file types&#039;.&lt;br /&gt;
&lt;br /&gt;
In this file enter the single line...&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;?php phpinfo();&lt;br /&gt;
&lt;br /&gt;
And then, in your browser, navigate to http://localhost/test.php. You should see a screen with masses of information and the PHP logo at the top. Check a few lines down for &#039;Loaded Configuration File&#039; and make sure it says c:\php\php.ini. &lt;br /&gt;
&lt;br /&gt;
That&#039;s PHP and Apache all working :)&lt;br /&gt;
&lt;br /&gt;
==Step 6: Install Git==&lt;br /&gt;
&lt;br /&gt;
We will use the Git version control system for loading and updating the Moodle software. If you really don&#039;t want to do this you can just download the latest Moodle zip file and unzip it in c:\Apache24\htdocs but Git makes updates MUCH easier. We need to install Git first...&lt;br /&gt;
* Go to http://msysgit.github.com. Navigate to &#039;Downloads&#039; and download/run the latest installer. &lt;br /&gt;
* Accept defaults until you get to &#039;Adjusting your PATH environment&#039;. Select &#039;Run Git from the Windows Command Prompt&#039; at this point. &lt;br /&gt;
* Accept remaining defaults and install&lt;br /&gt;
* If you right click on folders in the file explorer you should now see additional Git commands.&lt;br /&gt;
&lt;br /&gt;
==Step 7: Install Moodle==&lt;br /&gt;
&lt;br /&gt;
* In the file explorer navigate to C:\Apache24\htdocs. &lt;br /&gt;
* Inside the folder, right click and select Git GUI&lt;br /&gt;
* Select &#039;Clone existing repository&#039;&lt;br /&gt;
* Use the following settings for the clone...&lt;br /&gt;
&lt;br /&gt;
    Source location: https://github.com/moodle/moodle.git&lt;br /&gt;
    Target directory: C:/Apache24/htdocs/moodle&lt;br /&gt;
&lt;br /&gt;
(You can also try &#039;&#039;git://git.moodle.org/moodle.git&#039;&#039;. Depending on your firewall situation one may work and the other not. The code is the same.)&lt;br /&gt;
* Click &#039;Clone&#039;. Depending on your network speed, this may well take a while as the whole Moodle history is being downloaded.&lt;br /&gt;
* You should now have a &#039;moodle&#039; directory inside &#039;htdocs. Right click and select &#039;Git GUI&#039; again - a more complex screen should now appear&lt;br /&gt;
* Click on the &#039;Branch&#039; command and then &#039;Checkout...&#039;. &lt;br /&gt;
* Select the version of Moodle you want from the list, probably origin/MOODLE_24_STABLE. Make sure &#039;Tracking branch&#039; is selected and click Checkout.&lt;br /&gt;
* Create a data directory for Moodle. It can be anywhere you like but I used C:\moodledata. Just create an empty folder&lt;br /&gt;
* Go to http://localhost/moodle. The language select page should come up and you are away. The installation is not covered in detail here but...&lt;br /&gt;
** Data directory is C:\moodledata (or whatever you created)&lt;br /&gt;
** Database user is &#039;root&#039; (unless you created a more restricted user)&lt;br /&gt;
** Database password is whatever you set installing MySQL&lt;br /&gt;
&lt;br /&gt;
That should be it! Time for a cup of tea.&lt;br /&gt;
&lt;br /&gt;
==Upgrading Moodle==&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=126862</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=126862"/>
		<updated>2017-02-16T10:31:28Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* How can I randomly generate a quiz from a larger question bank? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
==General==&lt;br /&gt;
&lt;br /&gt;
===How can I try a quiz before it is released?===&lt;br /&gt;
&lt;br /&gt;
You have prepared a quiz exam for your students. It is currently in a hidden state. The exam opens on the day of the exam, at a time that the students know about. However, to satisfy yourself that it is doable in the time allotted, You wish to do a dry run yourself before that date. How can You accomplish this?&lt;br /&gt;
&lt;br /&gt;
Method 1: Use the Preview feature available to you as a teacher as you are making the quiz.&lt;br /&gt;
 &lt;br /&gt;
Method 2: &lt;br /&gt;
&lt;br /&gt;
# Make a dummy account with a name like &amp;quot;Test Student&amp;quot;.&lt;br /&gt;
# Enrol that user in the course as a student.&lt;br /&gt;
# Add a &amp;quot;User override&amp;quot; to the quiz, so &amp;quot;Test Student&amp;quot; can attempt the quiz before it is open to everyone else.&lt;br /&gt;
# Log in as &amp;quot;Test student&amp;quot;.&lt;br /&gt;
# Attempt the quiz.&lt;br /&gt;
# Log back in as teacher.&lt;br /&gt;
# Review the attempt.&lt;br /&gt;
# Go to Results -&amp;gt; Grades and delete the test attempt.&lt;br /&gt;
# Un-enrol &amp;quot;Test Student&amp;quot; from your course.&lt;br /&gt;
&lt;br /&gt;
Method 3: Set up a Moodle Playground course for your teachers. Add teachers with dual role (teacher and student). Teachers can later copy the quiz/assignment/whatever over to their live class.&lt;br /&gt;
&lt;br /&gt;
===How can I enable notification of quiz submissions?===&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
===How do I send a bulk message to all students who haven&#039;t completed a quiz?===&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
===How can build a quiz that picks X questions randomly from a larger question bank?===&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
===How can I print a copy of a quiz?===&lt;br /&gt;
&lt;br /&gt;
Use your browser printer option (for example by right-clicking and selecting Print) When a student prints their finished quiz, responses and feedback will also be printed.&lt;br /&gt;
&lt;br /&gt;
[[File:browserquizprint29.png|thumb|center|400px|Print preview of finished quiz - Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
You can also export the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most of the details of each question. &lt;br /&gt;
&lt;br /&gt;
=== How can I optimize a Moodle server for performing more concurrent quizzes? ===&lt;br /&gt;
&lt;br /&gt;
See [[Performance recommendations]].&lt;br /&gt;
&lt;br /&gt;
==Setup==&lt;br /&gt;
&lt;br /&gt;
===Why am I no longer allowed to add or remove questions?===&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequences in the grade book. &lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
===How can I remove a problem question after the quiz has been taken?===&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (e.g. &#039;Do not use in Bio101&#039;).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
===How can I turn off glossary auto-linking in a quiz? ===&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
==Attempts==&lt;br /&gt;
&lt;br /&gt;
===How can I give particular students extra time or numbers of attempts?===&lt;br /&gt;
*In the Quiz administration there is a link &amp;quot;User overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change quiz dates, times or number of attempts.&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
===Can I have different start times/timings/numbers of attempts for different groups?===&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group overrides&amp;quot; that allows you to do things like grant extensions to certain groups of students.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
===What happens if students submit answers after the quiz closing date?===&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by manually entering a grade in the gradebook. Also the teacher could change the closing date after the fact and regrade the attempts. The students&#039; answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
===How can a &amp;quot;Never submitted quiz&amp;quot; attempt be submitted?===&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Alternatively, you can&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
===Why can&#039;t people (guests) attempt a quiz without creating an account and logging in?===&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go. If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
A workaround is to create a visitor account, say with username = guest,  password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
===How can I prevent a student from reviewing or jumping around questions in a quiz?===&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme, enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other CSS solutions.&lt;br /&gt;
&lt;br /&gt;
===How can I force my students to answer all the question in a quiz before they submit?===&lt;br /&gt;
&lt;br /&gt;
There are various ways to answer this:&lt;br /&gt;
# You can&#039;t.&lt;br /&gt;
# Your students are not stupid. They know they will get zero marks for any question they do not answer, so they already have a strong incentive to answer every question. Furthermore, at the end of the quiz there is the summary page where they can easily check that they have answered all the questions before they submit, so they won&#039;t accidentally miss questions.&lt;br /&gt;
# OK, so you want us to write code that won&#039;t let students submit before they have answered each question. Well, all that does is forces the student to put random junk like &amp;quot;asdf&amp;quot; into each question before they click the button, or randomly make a choice in each multiple choice question. There is no educational benefit in this. You get more meaningful information if students leave those questions blank rather than putting in random responses.&lt;br /&gt;
&lt;br /&gt;
==Grades==&lt;br /&gt;
&lt;br /&gt;
===Why is my quiz not displaying in the gradebook?===&lt;br /&gt;
&lt;br /&gt;
Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
===I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?===&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the edit grade icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
===How can I set a grade to pass?===&lt;br /&gt;
&lt;br /&gt;
See the section &#039;Setting a grade to pass for a quiz&#039; in [[Activity completion settings]] for details.&lt;br /&gt;
&lt;br /&gt;
===How can I have a quiz that is not graded?===&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Appearance==&lt;br /&gt;
&lt;br /&gt;
===How can I turn off question flagging?===&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capability attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
===How can I hide the number of marks available for each question?===&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
or you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin setting]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==Errors==&lt;br /&gt;
&lt;br /&gt;
===I obtain the error &#039;The number of random questions required is more than are still available in the category!&#039;===&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==Quiz plugins==&lt;br /&gt;
&lt;br /&gt;
There are a number of ways to extend quizzes, such as adding new reports and questions types. See [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=28 Moodle plugins directory: Plugin type: Quiz].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Effective quiz practices]]&lt;br /&gt;
* [[Questions FAQ]]&lt;br /&gt;
&lt;br /&gt;
==Any further questions?==&lt;br /&gt;
&lt;br /&gt;
Please post in the [https://moodle.org/mod/forum/view.php?id=737 Quiz forum] on moodle.org.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Configuration_file&amp;diff=126752</id>
		<title>Configuration file</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Configuration_file&amp;diff=126752"/>
		<updated>2017-02-06T15:49:46Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
The name for Moodle&#039;s configuration file is config.php. The file is located in the moodle directory. It is not included in the Moodle download packages and is created by the installation process from the template file config-dist.php (which is included in Moodle packages).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==config-dist.php==&lt;br /&gt;
Although the installation process creates the config.php file for you, there may be times when you want to do this yourself. A sample config file, called config-dist.php, is shipped with Moodle.&lt;br /&gt;
&lt;br /&gt;
To get started simply copy config-dist.php to config.php, then edit config.php with you favourite editor. The file is very well commented. The important options (which you must supply) are all nearer the top. Other less common options are further down.&lt;br /&gt;
&lt;br /&gt;
==Setting $CFG-&amp;gt;wwwroot correctly==&lt;br /&gt;
This setting must be a fixed URL (a string constant) that points to your site. Do not try to set this with any PHP code that can generate a variable URL. This is not supported, can cause strange problems and will stop command line scripts working completely. If your site is accessed from different IP addresses this should be done with a split DNS, see [[Masquerading]]&lt;br /&gt;
&lt;br /&gt;
==Enabling password salting==&lt;br /&gt;
&lt;br /&gt;
See [[Password salting]].&lt;br /&gt;
&lt;br /&gt;
==Including passwords in backups==&lt;br /&gt;
&lt;br /&gt;
Hashed user passwords are no longer saved in backup files containing user data.&lt;br /&gt;
&lt;br /&gt;
If you really need passwords to be saved (in the rare case of restoring a [[Backup of user data|backup with user data]] to a different site), the following line may be added to config.php:&lt;br /&gt;
&lt;br /&gt;
 $CFG-&amp;gt;includeuserpasswordsinbackup = true;&lt;br /&gt;
&lt;br /&gt;
Note regarding restoring Moodle 2.5 backups to sites with old PHP versions:&lt;br /&gt;
&lt;br /&gt;
Because bcrypt is not supported in PHP versions below 5.3.7, course backups made using the $CFG-&amp;gt;includeuserpasswordsinbackup setting on a site using PHP version 5.3.7+ that are subsequently restored to a site with PHP version &amp;lt; 5.3.7 will require a password reset.&lt;br /&gt;
&lt;br /&gt;
==Changing default block layout for new courses==&lt;br /&gt;
&lt;br /&gt;
See [[Block layout]].&lt;br /&gt;
&lt;br /&gt;
==Changing default theme directory location==&lt;br /&gt;
The location of theme directories may be altered, using the variables &#039;&#039;$CFG-&amp;gt;themewww&#039;&#039; and &#039;&#039;$CFG-&amp;gt;themedir&#039;&#039;. Themes placed in the directory specified by these variables will then be available for selection using the theme selector.&lt;br /&gt;
&lt;br /&gt;
For example, should you wish to place themes in a subdirectory called &#039;my_moodle_themes&#039;, your config.php might look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$CFG-&amp;gt;wwwroot   = &#039;http://my.moodle.site.edu&#039;;&lt;br /&gt;
$CFG-&amp;gt;dirroot   = &#039;/var/www/my.moodle.site.edu/public_html&#039;;&lt;br /&gt;
$CFG-&amp;gt;themewww  = $CFG-&amp;gt;wwwroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
$CFG-&amp;gt;themedir  = $CFG-&amp;gt;dirroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Disabling update notifications==&lt;br /&gt;
&lt;br /&gt;
See [[Notifications]].&lt;br /&gt;
&lt;br /&gt;
==Enabling debugging==&lt;br /&gt;
&lt;br /&gt;
See [[Debugging]].&lt;br /&gt;
&lt;br /&gt;
==Forcing the value of admin settings==&lt;br /&gt;
&lt;br /&gt;
As explained in config-dist.php, it is possible to specify normal admin settings here, the point is that they can not be changed through the standard admin settings pages any more. Just set the value in config.php like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$CFG-&amp;gt;showuseridentity = &#039;email,idnumber,username&#039;;&lt;br /&gt;
&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=137889 Moodle Salting] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[de:Konfigurationsdatei]]&lt;br /&gt;
[[es:config.php]]&lt;br /&gt;
[[fr:Fichier de configuration]]&lt;br /&gt;
[[ja:設定ファイル]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=126751</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=126751"/>
		<updated>2017-02-06T15:47:14Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How can I randomly generate a quiz from a larger question bank?==&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
==How can I force my students to answer all the question in a quiz before they submit?==&lt;br /&gt;
&lt;br /&gt;
There are various ways to answer this:&lt;br /&gt;
# You can&#039;t.&lt;br /&gt;
# Your students are not stupid. They know they will get zero marks for any question they do not answer, so they already have a strong incentive to answer every question. Furthermore, at the end of the quiz there is the summary page where they can easily check that they have answered all the questions before they submit, so they won&#039;t accidentally miss questions.&lt;br /&gt;
# OK, so you want us to write code that won&#039;t let students submit before they have answered each question. Well, all that does is forces the student to put random junk like &amp;quot;asdf&amp;quot; into each question before they click the button, or randomly make a choice in each multiple choice question. There is no educational benefit in this. You get more meaningful information if students leave those questions blank rather than putting in random responses.&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for different groups?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group overrides&amp;quot; that allows you to do things like grant extensions to certain groups of students.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for individual students?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot; that allows you to do things like grant extensions to certain students. Although holding down shift usually lets you choose multiple students, on this page you can only select one student at a time. Therefore, if you need to apply changes to a number of students it may be easier to place them in a group and use &amp;quot;group overrides&amp;quot; to grant extension to them all at once. See: [[Groups]]&lt;br /&gt;
*Click this link and you will be able to &#039;add user overrides&#039; and select the student this applies to and change the quiz dates, times and number of attempts.&lt;br /&gt;
&lt;br /&gt;
==What happens if students submit answers after the quiz closing date?==&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by hand. Also the teacher could change the closing date after the fact and regrade the attempts. The students answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
==Is there a nice way to print a copy of a quiz?==&lt;br /&gt;
&lt;br /&gt;
Yes - use your browser printer option (for example by right-clicking and selecting Print) When a student prints their finished quiz, responses and feedback will also be printed.&lt;br /&gt;
&lt;br /&gt;
[[File:browserquizprint29.png|thumb|center|400px|Print preview of finished quiz - Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
Other printing options:&lt;br /&gt;
&lt;br /&gt;
* [[Offline quiz activity]] - adds paper-and-pencil multiple-choice quizzes to Moodle. In offline quizzes students mark answers to questions on a sheet of paper (the answer form).  &lt;br /&gt;
* See [https://github.com/bumoodle/moodle-quiz_papercopy https://github.com/bumoodle/moodle-quiz_papercopy] - Paper Copy quiz report for Moodle - allows an instructor to create and grade printable copies of Moodle Quizzes &lt;br /&gt;
* Eoin Campbell has a plugin that may be useful here: https://moodle.org/plugins/view.php?plugin=qformat_htmltable&lt;br /&gt;
* See this [https://moodle.org/plugins/view.php?plugin=qformat_wordtable Word table format plugin] for exporting questions (including images) in a question bank into a Word file&lt;br /&gt;
&lt;br /&gt;
==Why am I no longer allowed to add or remove questions?==&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequeces in the grade book. &lt;br /&gt;
&lt;br /&gt;
If this is not the case think carefully about how to handle the graded attempts.&lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off glossary auto-linking in a quiz? ==&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
[[File:quizfilter.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I remove a problem question after the quiz has been taken?==&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (Do not use in Bio101).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
==Can I have a quiz that is not graded?==&lt;br /&gt;
&lt;br /&gt;
Yes:&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Why is my quiz not displaying in the gradebook?==&lt;br /&gt;
*Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
Remember you can tell gradebook not to include the quiz.&lt;br /&gt;
&lt;br /&gt;
==How do I allow a person to retake a quiz if I have it set for 1 attempt?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot;.&lt;br /&gt;
*Click this link and you can change the allowed number of attempts for that user. &lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I give particular students extra time in a timed quiz?==&lt;br /&gt;
*In the Quiz administration settings block there is a link &amp;quot;user overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change the timing of their quiz&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?==&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the edit grade icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
==How can I enable notification of quiz submissions?==&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t people (guests) take a quiz without creating an account and logging in?==&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go.&lt;br /&gt;
&lt;br /&gt;
If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
=== Workarounds for allowing guests to see a quiz===&lt;br /&gt;
A workaround is to create a visitor account, say with username = guest,  password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
==Can you explain the error The number of random questions required is more than are still available in the category!==&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==How do I send a bulk message to all students who haven&#039;t completed a quiz?==&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I download the quiz questions in a non-Moodle format?==&lt;br /&gt;
You might want to keep a local copy of quiz questions as evidence. While Moodle doesn&#039;t offer a built-in method of doing this, suggestions include: &lt;br /&gt;
#previewing the quiz, getting to the review page and from your computer, choosing &amp;quot;Save as...webpage complete&amp;quot; and &lt;br /&gt;
#exporting the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most details of each question. Not very pretty, but accurate.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off question flagging?==&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capablity attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
==How do I create system-wide question categories?==&lt;br /&gt;
* As an administrator or user with system permissions,  go to &#039;&#039;Question bank&amp;gt;categories&#039;&#039; in any course.&lt;br /&gt;
*Using the &amp;quot;Add category form&amp;quot; at the bottom of the page, set the parent of the new category to be the system context.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student from reviewing or jumping around questions in a quiz?==&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme:   Site Administration &amp;gt;Appearance &amp;gt;Themes &amp;gt;Afterburner  and enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other css solutions.&lt;br /&gt;
&lt;br /&gt;
==How can I minimise the load on the server while using quizzes?==&lt;br /&gt;
*Try to avoid a lot of students starting a quiz at the same time&lt;br /&gt;
*Check these discussions:&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=213259&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215641&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215130&lt;br /&gt;
* For other notes on performance with quizzes, see the section &#039;Performance of different Moodle modules&#039; in [[Performance recommendations]].&lt;br /&gt;
* See the [https://moodle.org/plugins/mod_exam Exam] incubating additional plugin. This is an activity module for Moodle. It allows the teacher to build quizzes with multiple choice question based on Quiz module. Main purpose of Exam module is to improve performance of quiz and to reduce database overhead, so that a large number of users can attempt quiz simultaneously.&lt;br /&gt;
&lt;br /&gt;
==How can I make the quiz timer &amp;quot;float&amp;quot; or move down the page?==&lt;br /&gt;
See this forum thread: [https://moodle.org/mod/forum/discuss.php?d=210049 How to make the quiz timer float] for one suggestion.&lt;br /&gt;
&lt;br /&gt;
==Why are images not included when exporting quiz questions?==&lt;br /&gt;
Images are only included if you export the questions using Moodle XML format. For all other question export formats (including GIFT), you will get broken images. Please see forum post [https://moodle.org/mod/forum/discuss.php?d=244615 Students not able to see images in exported quiz questions]&lt;br /&gt;
&lt;br /&gt;
==Why does the quiz timer keep counting down when the student is not looking at the quiz?==&lt;br /&gt;
It is not possible to stop the timer and start it again. Moodle cannot tell the difference between legitimate reasons for doing this (such as a fire alarm requiring evacuation of the test room) or a student simply using time going to another browser and googling the answers. Nor can Moodle tell if the connection has been lost, although the student does now get a warning MDL-42504&lt;br /&gt;
&lt;br /&gt;
It might be preferable in certain circumstances, such as timed examinations using Quiz, to manually  announce the start/end time, rather then rely on the quiz timer.&lt;br /&gt;
&lt;br /&gt;
For further comments see:&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=96194&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=177180&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=237847&lt;br /&gt;
&lt;br /&gt;
==How can a &amp;quot;Never submitted quiz&amp;quot; be submitted?==&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state, but there is a tracker issue MDL-35745. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Failing that, see also this [https://moodle.org/mod/forum/discuss.php?d=212819 forum thread] which suggests:&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
==How can I hide the number of marks available for each question?==&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
or you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin setting]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==How can a teacher dry run a quiz before it is released?==&lt;br /&gt;
* You have prepared a quiz exam for your students. It is currently in a hidden state.&lt;br /&gt;
* The exam opens on the day of the exam, at a time that the students know about.&lt;br /&gt;
* However, to satisfy yourself that it is doable in the time allotted, You wish to do a dry run yourself before that date.&lt;br /&gt;
* How can You accomplish this?&lt;br /&gt;
&lt;br /&gt;
===Method 1===&lt;br /&gt;
You can use the Preview feature available to you as a teacher as you are making the quiz.&lt;br /&gt;
 &lt;br /&gt;
===Method 2===&lt;br /&gt;
* Make a dummy account with a name like &amp;quot;Test Student&amp;quot;.&lt;br /&gt;
* Enrol that user in the course as a student.&lt;br /&gt;
* Add a &amp;quot;User override&amp;quot; to the quiz, so &amp;quot;Test Student&amp;quot; can attempt the quiz before it is open to everyone else.&lt;br /&gt;
* Log in as &amp;quot;Test student&amp;quot;.&lt;br /&gt;
* Attempt the quiz.&lt;br /&gt;
* Log back in as teacher.&lt;br /&gt;
* Review the attempt.&lt;br /&gt;
* Go to Results -&amp;gt; Grades and delete the test attempt.&lt;br /&gt;
* Un-enrol &amp;quot;Test Student&amp;quot; from your course.&lt;br /&gt;
&lt;br /&gt;
===Method 3===&lt;br /&gt;
* Set up a Moodle Playground course for your teachers.&lt;br /&gt;
* Add teachers with dual role (teacher and student).&lt;br /&gt;
* This provides them a place to test things out.&lt;br /&gt;
* Teachers can later copy the quiz/assignment/whatever over to their live class.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student doing a quiz for another student?==&lt;br /&gt;
For some ideas on preventing cheating, see the forum thread [https://moodle.org/mod/forum/discuss.php?d=271100#p1168345 User dependent locking and unlocking of quizzes].&lt;br /&gt;
&lt;br /&gt;
==How can I set a grade to pass?==&lt;br /&gt;
&lt;br /&gt;
See the section &#039;Setting a grade to pass for a quiz&#039; in [[Activity completion settings]] for details.&lt;br /&gt;
&lt;br /&gt;
==How can students upload images to an Essay question?==&lt;br /&gt;
When creating the question,  in the section &#039;&#039;Response format&#039;&#039;, choose &amp;quot;HTML editor + uploaded files.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==I would like to know if there is such a thing like &amp;quot;quiz as  video overlay&amp;quot; in moodle some where?==&lt;br /&gt;
If you use [http://discover.techsmith.com/try-camtasia/?gclid=CJGjxND588UCFZAAaQodcRcA8w Camtasia], you can insert questions into the video itself, then export it as a [[SCORM module|SCORM]] package and bring it into Moodle.  The quiz questions will automatically be added to the gradebook.  See [https://moodle.org/mod/forum/discuss.php?d=314580#unread this forum post].&lt;br /&gt;
&lt;br /&gt;
==Is there a way to make a face-to-face quiz with all students answering the questions at the same time?==&lt;br /&gt;
* See this [https://moodle.org/plugins/view/mod_activequiz Active quiz optional plugin], which is an enhanced plugin, based on the original [https://moodle.org/plugins/view/mod_realtimequiz Realtime quiz optional plugin].&lt;br /&gt;
&lt;br /&gt;
==Is there a way to prevent students who passed a quiz from reattempting it?==&lt;br /&gt;
Use the [https://moodle.org/plugins/view/quizaccess_reattemptchecker Reattempt checker] quiz access rule plugin.&lt;br /&gt;
&lt;br /&gt;
==How can I make a neater more beautiful quiz?==&lt;br /&gt;
You can move the question information that is usually on a left block to a horizontal position above the question text and thus have a wider area for your question as the following screen:&lt;br /&gt;
&lt;br /&gt;
[[File:Quiz_nicer_layout.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The CSS changes used were:&lt;br /&gt;
 .que .info {&lt;br /&gt;
 float: none;&lt;br /&gt;
 width: auto;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info &amp;gt; div {&lt;br /&gt;
 margin-left: 15px;&lt;br /&gt;
 margin-right: 15px;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info &amp;gt; div {&lt;br /&gt;
 display: inline;&lt;br /&gt;
 }&lt;br /&gt;
 .que .content {&lt;br /&gt;
 margin: 0 0 0 0;&lt;br /&gt;
 width: auto;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info {&lt;br /&gt;
    background-color: #eee;&lt;br /&gt;
    border: 1px solid #bce8f1;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    margin-bottom: -5px;&lt;br /&gt;
    padding: 8px;&lt;br /&gt;
    }&lt;br /&gt;
 .que h3.no {&lt;br /&gt;
    display: inline;&lt;br /&gt;
    font-size: 12px;&lt;br /&gt;
    line-height: 1;&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
* To make it look like one block you should change:&lt;br /&gt;
 - border: 1px solid #bce8f1;&lt;br /&gt;
 - margin-bottom: -5px;&lt;br /&gt;
&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=319464 How can I make quizzes neater and more beautiful?] forum thread&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=237589 How to extend the width of the quiz question area?] and  [https://moodle.org/mod/forum/discuss.php?d=276651 using Essential theme how to move info div in quiz attempt section to the top of question] forum threads&lt;br /&gt;
&lt;br /&gt;
==A nice OU quiz styling snippet==&lt;br /&gt;
As posted by Tim Hunt in [https://moodle.org/mod/forum/discuss.php?d=326139 this forum thread], you can have the Open University code for the navigation block very easily, which will make it look like this:&lt;br /&gt;
[[File:quiznav.PNG]]&lt;br /&gt;
&lt;br /&gt;
As opposed to the standard Moodle navigation block:&lt;br /&gt;
&lt;br /&gt;
[[File:oldquiznav.png]]&lt;br /&gt;
&lt;br /&gt;
The necessary CSS is below. You also need to put the three images in [https://moodle.org/pluginfile.php/115/mod_forum/attachment/1311320/pix.zip the attached zip] into the pix folder of your theme.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
/* Quiz navigation. */&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qn_buttons {&lt;br /&gt;
    margin-right: -14px;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton {&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    line-height: 25px !important;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    height: 45px;&lt;br /&gt;
    width: 35px;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    margin: 0 5px 5px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton .thispageholder {&lt;br /&gt;
    border: 1px solid #999999;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.thispage .thispageholder {&lt;br /&gt;
    border: 3px solid #1F536B;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton.flagged .thispageholder {&lt;br /&gt;
    background: transparent url([[pix:theme|flag-on]]) 20px 0px no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton .trafficlight {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background: #fff none center 4px / 10px no-repeat scroll;&lt;br /&gt;
    height: 20px;&lt;br /&gt;
    margin-top: 25px;&lt;br /&gt;
    border-radius: 0 0 4px 4px;&lt;br /&gt;
}&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton.notyetanswered .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.invalidanswer .trafficlight {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.correct .trafficlight {&lt;br /&gt;
    background-image: url([[pix:theme|checkmark]]);&lt;br /&gt;
    background-color: #468847;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.blocked .trafficlight {&lt;br /&gt;
    background-image: url([[pix:core|t/locked]]);&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.notanswered .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect .trafficlight {&lt;br /&gt;
    background-color: #b94a48;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect .trafficlight {&lt;br /&gt;
    background-image: url([[pix:theme|whitecircle]]);&lt;br /&gt;
    background-color: #c09853;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.complete .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.answersaved .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.requiresgrading .trafficlight {&lt;br /&gt;
    background-color: #999;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Can a user build his own quiz in moodle?==&lt;br /&gt;
Have a look at the [https://moodle.org/plugins/view/mod_qpractice question practice optional plugin].&lt;br /&gt;
&lt;br /&gt;
==Can I incorporate a progress bar inside a quiz?==&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=324436 Can I incorporate a progress bar inside a quiz?] forum thread&lt;br /&gt;
&lt;br /&gt;
==Is there a way to restore an accidentally deleted quiz along with its grades?==&lt;br /&gt;
Yes. See [https://moodle.org/mod/forum/discuss.php?d=255382#unread this forum thread].&lt;br /&gt;
&lt;br /&gt;
==Can I configure a late-submission quiz with a penalty?==&lt;br /&gt;
* See MDL-4309 and vote for it if you agree. There, Dominique Baur described a workaround and explained with an example:&lt;br /&gt;
* Bear in mind that this is only a workaround until a late penalty feature is implemented in Moodle.&lt;br /&gt;
* Although this workaround is somewhat laborious to set up, the result is simple to use by the students. &lt;br /&gt;
* The method uses only standard features of Moodle and does not require any manager permission. Also, it can be modified easily as required.&lt;br /&gt;
* Let us assume that “quiz.MQ” is due on September 10th, 5:00 pm (where MQ stands for Moodle quiz). Late penalties are as follows:&lt;br /&gt;
 on time = no penalty&lt;br /&gt;
 late within 48 h = 10 % off&lt;br /&gt;
 late within 7 days = 30 % off&lt;br /&gt;
 late more than 7 days = 50 % off&lt;br /&gt;
&lt;br /&gt;
* These penalties define four time periods, for which four late penalty quizzes are defined: quiz.LP0, quiz.LP1, quiz.LP2 and quiz.LP3 (where LP stands for “late penalty”). &lt;br /&gt;
* These quizzes are placed conveniently below quiz.MQ on the Moodle page. &lt;br /&gt;
* Depending on the lateness, the corresponding late penalty quiz will appear when quiz.MQ is completed.&lt;br /&gt;
&lt;br /&gt;
* The late penalty quizzes consists of one “Short answer” question asking for the student’s initials, with the wildcard “*” as the correct answer. Hence, any answer is correct and it is simple to get one of the following marks depending on lateness:&lt;br /&gt;
 full mark for quiz.LP0: 100 points (= 100 – 0 penalty)&lt;br /&gt;
 full mark for quiz.LP1: 90 points (= 100 – 10 % penalty)&lt;br /&gt;
 full mark for quiz.LP2: 70 points (= 100 – 30 % penalty)&lt;br /&gt;
 full mark for quiz.LP3: 50 points (= 100 – 50 % penalty)&lt;br /&gt;
&lt;br /&gt;
* In the gradebook, define quiz.WLP as a grade item. This is the grade for quiz.MQ with the late penalty taken into account (WLP stands for &amp;quot;with late penalty taken into account&amp;quot;). In “Categories and items” of “Grade administration”, define the formula for quiz.WLP as:&lt;br /&gt;
 =[[quiz.MQ]]*max([[quiz.LP0]];[[quiz.LP1]];[[quiz.LP2]];[[quiz.LP3]])/100&lt;br /&gt;
 where quiz.MQ, quiz.LP0, quiz.LP1, quiz.LP2 and quiz.LP3 are ID numbers.&lt;br /&gt;
&lt;br /&gt;
* Add the following restrictions under “Restricting access” in quiz.LP0 to .LP3. Hide all the conditions (cross the eye) :&lt;br /&gt;
&lt;br /&gt;
* quiz.LP0&lt;br /&gt;
** The student must satisfy all the following conditions:&lt;br /&gt;
** Date: until 10th September, 17:00&lt;br /&gt;
** Grade: quiz.MQ leaving % blank&lt;br /&gt;
** Grade: quiz.WLP &amp;lt; 1 %&lt;br /&gt;
&lt;br /&gt;
* quiz.LP1&lt;br /&gt;
** The student must satisfy all the following conditions:&lt;br /&gt;
** Date: from 10th September, 17:00&lt;br /&gt;
** Date: until 12th September, 17:00&lt;br /&gt;
** Grade: quiz.MQ leaving % blank&lt;br /&gt;
** Grade: quiz.WLP &amp;lt; 1 %&lt;br /&gt;
&lt;br /&gt;
*  quiz.LP2&lt;br /&gt;
** The student must satisfy all the following conditions:&lt;br /&gt;
** Date: from 12th September, 17:00&lt;br /&gt;
** Date: until 17th September, 17:00&lt;br /&gt;
** Grade: quiz.MQ leaving % blank&lt;br /&gt;
** Grade: quiz.WLP &amp;lt; 1 %&lt;br /&gt;
&lt;br /&gt;
* quiz.LP3&lt;br /&gt;
** The student must satisfy all the following conditions:&lt;br /&gt;
** Date: from 17th September, 17:00&lt;br /&gt;
** Grade: quiz.MQ leaving % blank&lt;br /&gt;
** Grade: quiz_1.WLP &amp;lt; 1 %&lt;br /&gt;
&lt;br /&gt;
* where:&lt;br /&gt;
** “quiz.MQ leaving % blank” insures that the proper quiz.LP0 to .LP3 will appear only when quiz.MQ has been completed.&lt;br /&gt;
** “quiz.WLP &amp;lt; 1 %” means that quiz.WLP is still 0 % where it is assumed that students cannot get a mark &amp;lt; 1% for a completed quiz.MQ. This will display quiz.LP0, quiz.LP1, quiz.LP2 or quiz.LP3 as long as it is not completed and will hide it once it is completed (with a brief message saying that it is no longer available).&lt;br /&gt;
&lt;br /&gt;
* Give the same label to quiz.LP0, quiz.LP1, quiz.LP2 and quiz.LP3 such as “Please confirm with your initials” and give corresponding feedbacks such as “You have submitted on time”, “A late penalty of 10 % will be applied”, “A late penalty of 30 % will be applied” and “A late penalty of 50 % will be applied”.&lt;br /&gt;
&lt;br /&gt;
* If a student is late but has a valid justification and should not penalized, his mark for quiz.LP1, .LP2, or .LP3 can easily be changed to 100 in the gradebook in order to cancel the penalty.&lt;br /&gt;
&lt;br /&gt;
* When setting up the workaround, be careful to define Grade items before defining restrictions referring to them. Also, Gradebook formulas containing undefined ID numbers will almost crash the gradebook but it can be corrected and nothing gets lost.&lt;br /&gt;
&lt;br /&gt;
* The workaround can easily be extended to the case where the same deadline and late penalties apply to a series of quizzes. It is slightly more complicated to set up, but works fine.&lt;br /&gt;
&lt;br /&gt;
Dominique Baur has tried this workaround with his students and so far it works quite well.&lt;br /&gt;
&lt;br /&gt;
== How can I include username in the quiz reports? ==&lt;br /&gt;
&lt;br /&gt;
Which bits of information about a user (email, phone, department, etc) to include in the quiz reports is controlled by the &#039;Show user identity&#039; admin setting which is on the [[User policies]] admin screen.&lt;br /&gt;
&lt;br /&gt;
Username is not an option there, because some people consider it to be a security risk to display it. However, if you force the value of this setting in the [[Configuration file|config.php configuration file]], then you can set something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$CFG-&amp;gt;showuseridentity = &#039;email,idnumber,username&#039;;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Effective quiz practices]]&lt;br /&gt;
*[https://moodle.org/plugins/mod_hotquestion hot question] additional plugin to help teachers to collect questions from students in or out of classroom&lt;br /&gt;
&lt;br /&gt;
*Using Moodle forum discussions:&lt;br /&gt;
**[http://moodle.org/mod/forum/discuss.php?d=96326 Removing &amp;quot;Submit all and Finish&amp;quot; button]&lt;br /&gt;
**[http://moodle.org/mod/forum/discuss.php?d=141003 How do you keep people from cheating while taking a quiz?]&lt;br /&gt;
**[http://moodle.org/mod/forum/discuss.php?d=131325 Scientific notation in quiz answers]&lt;br /&gt;
**[http://moodle.org/mod/forum/discuss.php?d=158846 Quiz answers appear in wrong language]&lt;br /&gt;
**[http://moodle.org/mod/forum/discuss.php?d=196206 Random Order Override]&lt;br /&gt;
&lt;br /&gt;
* Related FAQs:&lt;br /&gt;
** [[Import and export FAQ]] - for hints on importing questions&lt;br /&gt;
** [[XML FAQ]] - for information on creating and importing questions in Moodle XML format&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.alfiekohn.org/teaching/cheating.htm Who is Cheating Whom] article&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=error/moodle/error_question_answers_missing_in_db&amp;diff=123968</id>
		<title>error/moodle/error question answers missing in db</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=error/moodle/error_question_answers_missing_in_db&amp;diff=123968"/>
		<updated>2016-05-31T06:10:26Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This error occurs occasionally when you are restoring a quizzes or question bank that has shared questions. The restore process will look to see if the shared questions already exist in database where the backup is being restored. If they do, it will link to the existing questions in the database, instead of creating new copied of the shared questions. This error occurs when that process fails.&lt;br /&gt;
&lt;br /&gt;
In order to restore the shared questions, all the different parts of the question like question_answer rows (e.g. the choices of a multiple choice question) have to be matched up. This error occurs when the restore process looks in the database for a particular row that matches something in the backup file, and fails to find it.&lt;br /&gt;
&lt;br /&gt;
In the past, more specific causes of this have been tracked down to:&lt;br /&gt;
* Unusual combinations of whitespace in the question_answers. (When these are written out to to the XML in the backup file, then read back in, this can change the whitespace so that it no longer matches exactly. However, once we identified that, we changed to code so that this should no longer be a problem.)&lt;br /&gt;
* More generally, in MDL-34812, this was linked to questions where text had been pasted from MS Word.&lt;br /&gt;
&lt;br /&gt;
== Possible solutions ==&lt;br /&gt;
&lt;br /&gt;
# Restore the questions manually into your course (or perhaps move them using Export and Import in the question bank) and recreate the quiz.&lt;br /&gt;
&lt;br /&gt;
# Try to work out which particular question is causing the problem. Move the question you suspect into a course on its own in the question bank, then try duplicating that to see if it still triggers the error.&lt;br /&gt;
&lt;br /&gt;
== Other notes ==&lt;br /&gt;
&lt;br /&gt;
The file that is throwing this error is /backup/moodle2/restore_qtype_plugin.class.php  around line 159.&lt;br /&gt;
&lt;br /&gt;
[[es:error/moodle/error question answers missing in db]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Recent_blog_entries_block&amp;diff=123041</id>
		<title>Recent blog entries block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Recent_blog_entries_block&amp;diff=123041"/>
		<updated>2016-04-26T14:47:50Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 123040 by Andres jesus (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
This block can be configured to display the last N blog entries, filtered by context. For example, if you are viewing an assignment activity, this block would display the last N blog entries that are associated with that assignment.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Blogs]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Blog]]&lt;br /&gt;
[[de:Neue Blogeinträge]]&lt;br /&gt;
[[es:Bloque de entradas de blog recientes]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Front_page&amp;diff=122834</id>
		<title>Front page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Front_page&amp;diff=122834"/>
		<updated>2016-04-07T08:09:59Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Site appearance}}&lt;br /&gt;
The front page is the initial page seen by someone reaching a Moodle site after or before a login.  Typically a student will see [[Courses|courses]], some [[Blocks|blocks]] of information, displayed in a [[Themes|theme]].  In the [[Navigation bar]] and [[Navigation block]] it is called &amp;quot;Home&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A combination of [[Site policies|site policies]], [[Authentication|user authentication]] and [[Front page settings | front page settings]] determine who can get to the front page. And once they get there [[Front Page settings|what they can see]] and [[Roles|what they can do]].  &lt;br /&gt;
&lt;br /&gt;
In many ways, a Front Page has similar features and functions to those in a [[Course]]. For example, [[Activities]], [[Resources]] and [[Blocks]] can be added to the Front Page to give it different looks.&lt;br /&gt;
&lt;br /&gt;
[[Image:demositestudentview.png|center| View of a simple Front Page, displaying what a Student might see when logged in]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Front page settings]]&lt;br /&gt;
*[[Front page FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Startseite]]&lt;br /&gt;
[[es:Portada]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Category_talk:Quick_guide&amp;diff=122783</id>
		<title>Category talk:Quick guide</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Category_talk:Quick_guide&amp;diff=122783"/>
		<updated>2016-04-04T18:46:27Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 122765 by Apresutti (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I made a Quick Guide/Start for the Moodle Scheduler, which is at &amp;quot; https://docs.moodle.org/500/en/Scheduler_module#Quick_Start_for_the_Moodle_Scheduler &amp;quot;. Can I add it to this list of Quick Guides or can someone add it for me? Sorry if I&#039;m missing something simple. &lt;br /&gt;
--[[User:Steven Malikowski|Steven Malikowski]] ([[User talk:Steven Malikowski|talk]]) 04:50, 26 January 2016 (AWST)&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Navigation_block&amp;diff=122782</id>
		<title>Navigation block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Navigation_block&amp;diff=122782"/>
		<updated>2016-04-04T18:45:56Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 122759 by Star2016 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
The navigation block appears on every page of the site. It contains an expanding tree menu which includes Dashboard, Site Pages and Courses. What appears in the navigation block depends on the role of the user, where they are in the Moodle site, and any settings that have been applied globally. See the screencast [http://youtu.be/l5WnSpoLHlIThe Navigation block].&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The navigation block has links which can be expanded or collapsed.When logged in, a regular user will see the following as default:&lt;br /&gt;
&lt;br /&gt;
[[File:navblock29.png]]&lt;br /&gt;
&lt;br /&gt;
===Dashboard===&lt;br /&gt;
This takes the user directly to their personal [[Dashboard]].&lt;br /&gt;
&lt;br /&gt;
===Site pages===&lt;br /&gt;
This expands to show pages and resources available site wide, for example, user blogs and a calendar. Any items which have been added to the front page, such as resources/activities from the Main Menu block, or the Site News will also appear here. Other items depend on the role of the user, so an administrator will see notes, for instance.&lt;br /&gt;
&lt;br /&gt;
[[File:navblockstudentadmin.png]]&lt;br /&gt;
&lt;br /&gt;
=== My courses===&lt;br /&gt;
This expands to show the courses the user is  enrolled in. An administrator sees this link as &amp;quot;Courses&amp;quot;, which expands to the course categories.&lt;br /&gt;
&lt;br /&gt;
===Navigation inside a course===&lt;br /&gt;
&lt;br /&gt;
====Current course====&lt;br /&gt;
When  user is in a course, this link expands to show each section of the current course and any activities/resources which are in that section.&lt;br /&gt;
&lt;br /&gt;
====My courses====&lt;br /&gt;
When a non-admin user  clicks this link in a course, it expands to show other courses they are enrolled in.&lt;br /&gt;
&lt;br /&gt;
====Courses====&lt;br /&gt;
If the administrator has enabled &amp;quot;show all courses&amp;quot; in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Appearance&amp;gt;Navigation&#039;&#039;, then clicking on this link in a course will take the user to the courses index page course/index.php.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:24navblock.png|thumb|The navigation block inside a course, showing current courses, my course and (all)courses]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation block settings==&lt;br /&gt;
&lt;br /&gt;
An administrator can change navigation settings, such as the default home page, and whether to show course categories in the navigation, in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Navigation&#039;&#039;. See [[Navigation]] for details.&lt;br /&gt;
&lt;br /&gt;
==Hiding the navigation block==&lt;br /&gt;
* One way to make it harder for students to see other courses they are not enrolled in, is to force the [[Dashboard]], and then hide the navigation block. &lt;br /&gt;
* This will push all users to the Dashboard on login, where they will see a list of those courses that they are enrolled in. &lt;br /&gt;
* Hiding the navigation block will make it harder for them to find the other courses. &lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
&lt;br /&gt;
===Can you change what links are available in the navigation block?===&lt;br /&gt;
Currently there are no admin settings to modify what is available in this block except as indicated above.  To do this requires a code hack.&lt;br /&gt;
&lt;br /&gt;
This could change.  See the discussion here: https://moodle.org/mod/forum/discuss.php?d=218358 and the tracker item here to do with options to change the settings block: http://tracker.moodle.org/browse/MDL-36585&lt;br /&gt;
&lt;br /&gt;
Or you can always try some contrib (3rd party) Navigation blocks that allow you to setup what is available on the menu.&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=block_fn_my_menu FN My Menu]&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=block_course_menu Course Menu]&lt;br /&gt;
* [https://moodle.org/plugins Search for more...]&lt;br /&gt;
&lt;br /&gt;
[[es:Bloque de navegación]]&lt;br /&gt;
[[eu:Nabigazioa_blokea]]&lt;br /&gt;
[[de:Navigation-Block]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Navigation_block&amp;diff=122365</id>
		<title>Navigation block</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Navigation_block&amp;diff=122365"/>
		<updated>2016-02-29T11:03:35Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blocks}}&lt;br /&gt;
The navigation block appears on every page of the site. It contains an expanding tree menu which includes Dashboard, Site Pages and Courses. What appears in the navigation block depends on the role of the user, where they are in the Moodle site, and any settings that have been applied globally. See the screencast [http://youtu.be/l5WnSpoLHlIThe Navigation block].&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The navigation block has links which can be expanded or collapsed.When logged in, a regular user will see the following as default:&lt;br /&gt;
&lt;br /&gt;
[[File:navblock29.png]]&lt;br /&gt;
&lt;br /&gt;
===Dashboard===&lt;br /&gt;
This takes the user directly to their personal [[Dashboard]].&lt;br /&gt;
&lt;br /&gt;
===Site pages===&lt;br /&gt;
This expands to show pages and resources available site wide, for example, user blogs and a calendar. Any items which have been added to the front page, such as resources/activities from the Main Menu block, or the Site News will also appear here. Other items depend on the role of the user, so an administrator will see notes, for instance.&lt;br /&gt;
&lt;br /&gt;
[[File:navblockstudentadmin.png]]&lt;br /&gt;
&lt;br /&gt;
=== My courses===&lt;br /&gt;
This expands to show the courses the user is  enrolled in. An administrator sees this link as &amp;quot;Courses&amp;quot;, which expands to the course categories.&lt;br /&gt;
&lt;br /&gt;
===Navigation inside a course===&lt;br /&gt;
&lt;br /&gt;
====Current course====&lt;br /&gt;
When  user is in a course, this link expands to show each section of the current course and any activities/resources which are in that section.&lt;br /&gt;
&lt;br /&gt;
====My courses====&lt;br /&gt;
When a non-admin user  clicks this link in a course, it expands to show other courses they are enrolled in.&lt;br /&gt;
&lt;br /&gt;
====Courses====&lt;br /&gt;
If the administrator has enabled &amp;quot;show all courses&amp;quot; in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Appearance&amp;gt;Navigation&#039;&#039;, then clicking on this link in a course will take the user to the courses index page course/index.php.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:24navblock.png|thumb|The navigation block inside a course, showing current courses, my course and (all)courses]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation block settings==&lt;br /&gt;
&lt;br /&gt;
An administrator can change navigation settings, such as the default home page, and whether to show course categories in the navigation, in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Navigation&#039;&#039;. See [[Navigation]] for details.&lt;br /&gt;
&lt;br /&gt;
==Hiding the navigation block==&lt;br /&gt;
* One way to make it harder for students to see other courses they are not enrolled in, is to force the [[Dashboard]], and then hide the navigation block. &lt;br /&gt;
* This will push all users to the Dashboard on login, where they will see a list of those courses that they are enrolled in. &lt;br /&gt;
* Hiding the navigation block will make it harder for them to find the other courses. &lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
&lt;br /&gt;
===Can you change what links are available in the navigation block?===&lt;br /&gt;
Currently there are no admin settings to modify what is available in this block except as indicated above.  To do this requires a code hack.&lt;br /&gt;
&lt;br /&gt;
This could change.  See the discussion here: https://moodle.org/mod/forum/discuss.php?d=218358 and the tracker item here to do with options to change the settings block: http://tracker.moodle.org/browse/MDL-36585&lt;br /&gt;
&lt;br /&gt;
Or you can always try some contrib (3rd party) Navigation blocks that allow you to setup what is available on the menu.&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=block_fn_my_menu FN My Menu]&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=block_course_menu Course Menu]&lt;br /&gt;
* [https://moodle.org/plugins Search for more...]&lt;br /&gt;
&lt;br /&gt;
[[es:Bloque de navegación]]&lt;br /&gt;
[[eu:Nabigazioa_blokea]]&lt;br /&gt;
[[de:Navigation-Block]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=True/False_question_type&amp;diff=122174</id>
		<title>True/False question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=True/False_question_type&amp;diff=122174"/>
		<updated>2016-02-03T19:35:27Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Penalty factor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
A student is given only two choices for an answer in this kind of question: True or False. The question content can include an image or html code.   &lt;br /&gt;
&lt;br /&gt;
When feedback is enabled, the appropriate feedback message is shown to the student after the answer. For example, if the correct answer is &amp;quot;False&amp;quot;, but they answer &amp;quot;True&amp;quot; (getting it wrong) then the &amp;quot;True&amp;quot; feedback is shown.&lt;br /&gt;
&lt;br /&gt;
Note that the True/False question type in a Lesson module is quite different. It is effectively the same as the Multiple Choice question type in a Lesson, but with only 2 responses. See [[Lesson_module#Multiple_choice]].&lt;br /&gt;
&lt;br /&gt;
==Question set-up==&lt;br /&gt;
&lt;br /&gt;
#Select the question category&lt;br /&gt;
#Give the question a descriptive name - this allows you to identify it in the question bank.&lt;br /&gt;
#Enter a question in the &#039;question text&#039; field.&lt;br /&gt;
#Select an image to display if you want to add a picture to the question. For the student, it appears immediately after the question text and before the choices.&lt;br /&gt;
#Set the &#039;default question grade&#039; (i.e. the maximum number of marks for this question).&lt;br /&gt;
#Set the &#039;Penalty factor&#039; (see [[True/False_question_type#Penalty_factor|Penalty factor]] below).&lt;br /&gt;
#&#039;&#039;Moodle 1.7+:&#039;&#039; If you wish, add general feedback. This is text that appears to the student after he/she has answered the question.&lt;br /&gt;
# Select the correct answer - true or false.&lt;br /&gt;
# Finally, provide feedback for each of the answers &#039;true&#039; and &#039;false&#039;.&lt;br /&gt;
# Click &#039;Save changes&#039; to add the question to the category.&lt;br /&gt;
&lt;br /&gt;
=== Penalty factor ===&lt;br /&gt;
&lt;br /&gt;
The &#039;penalty factor&#039; only applies when the question is used in a quiz using adaptive mode - i.e. where the student is allowed multiple attempts at a question even within the same attempt at the quiz. Then penalty factor for a True/False question is always 1. If the student does not get it right first time, they get no marks.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* The additional [[Kprime question type]] - Kprime questions consist of an item stem and four corresponding statements or options. For each option students have to decide whether it is &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[fr:Question vrai ou faux]]&lt;br /&gt;
[[ca:Tipus_de_pregunta_de_verdader/fals]]&lt;br /&gt;
[[de:Wahr-Falsch-Fragen]]&lt;br /&gt;
[[ja:○/×問題タイプ]]&lt;br /&gt;
[[es:Tipo de Pregunta de Verdadero/Falso]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=122021</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=122021"/>
		<updated>2016-01-18T11:03:35Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* A nice OU quiz styling snippet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How can I randomly generate a quiz from a larger question bank?==&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
==How can I force my students to answer all the question in a quiz before they submit?==&lt;br /&gt;
&lt;br /&gt;
There are various ways to answer this:&lt;br /&gt;
# You can&#039;t.&lt;br /&gt;
# Your students are not stupid. They know they will get zero marks for any question they do not answer, so they already have a strong incentive to answer every question. Furthermore, at the end of the quiz there is the summary page where they can easily check that they have answered all the questions before they submit, so they won&#039;t accidentally miss questions.&lt;br /&gt;
# OK, so you want us to write code that won&#039;t let students submit before they have answered each question. Well, all that does is forces the student to put random junk like &amp;quot;asdf&amp;quot; into each question before they click the button, or randomly make a choice in each multiple choice question. There is no educational benefit in this. You get more meaningful information if students leave those questions blank rather than putting in random responses.&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for different groups?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group override&amp;quot;.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
==What happens if students submit answers after the quiz closing date?==&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by hand. Also the teacher could change the closing date after the fact and regrade the attempts. The students answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
==Is there a nice way to print a copy of a quiz?==&lt;br /&gt;
&lt;br /&gt;
Yes - use your browser printer option (for example by right-clicking and selecting Print) When a student prints their finished quiz, responses and feedback will also be printed.&lt;br /&gt;
&lt;br /&gt;
[[File:browserquizprint29.png|thumb|center|400px|Print preview of finished quiz - Click to enlarge]]&lt;br /&gt;
&lt;br /&gt;
Other printing options:&lt;br /&gt;
&lt;br /&gt;
* [[Offline quiz activity]] - adds paper-and-pencil multiple-choice quizzes to Moodle. In offline quizzes students mark answers to questions on a sheet of paper (the answer form).  &lt;br /&gt;
* See [https://github.com/bumoodle/moodle-quiz_papercopy https://github.com/bumoodle/moodle-quiz_papercopy] - Paper Copy quiz report for Moodle - allows an instructor to create and grade printable copies of Moodle Quizzes &lt;br /&gt;
* Eoin Campbell has a plugin that may be useful here: https://moodle.org/plugins/view.php?plugin=qformat_htmltable&lt;br /&gt;
* See this [https://moodle.org/plugins/view.php?plugin=qformat_wordtable Word table format plugin] for exporting questions (including images) in a question bank into a Word file&lt;br /&gt;
&lt;br /&gt;
==Why am I no longer allowed to add or remove questions?==&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequeces in the grade book. &lt;br /&gt;
&lt;br /&gt;
If this is not the case think carefully about how to handle the graded attempts.&lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off glossary auto-linking in a quiz? ==&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
[[File:quizfilter.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I remove a problem question after the quiz has been taken?==&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (Do not use in Bio101).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
==Can I have a quiz that is not graded?==&lt;br /&gt;
&lt;br /&gt;
Yes:&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Why is my quiz not displaying in the gradebook?==&lt;br /&gt;
*Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
Remember you can tell gradebook not to include the quiz.&lt;br /&gt;
&lt;br /&gt;
==How do I allow a person to retake a quiz if I have it set for 1 attempt?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot;.&lt;br /&gt;
*Click this link and you can change the allowed number of attempts for that user. &lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I give particular students extra time in a timed quiz?==&lt;br /&gt;
*In the Quiz administration settings block there is a link &amp;quot;user overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change the timing of their quiz&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?==&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the edit grade icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
==How can I enable notification of quiz submissions?==&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t people (guests) take a quiz without creating an account and logging in?==&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go.&lt;br /&gt;
&lt;br /&gt;
If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
=== Workarounds for allowing guests to see a quiz===&lt;br /&gt;
A workaround is to create a visitor account, say with username = guest,  password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
==Can you explain the error The number of random questions required is more than are still available in the category!==&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==How do I send a bulk message to all students who haven&#039;t completed a quiz?==&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I download the quiz questions in a non-Moodle format?==&lt;br /&gt;
You might want to keep a local copy of quiz questions as evidence. While Moodle doesn&#039;t offer a built-in method of doing this, suggestions include: &lt;br /&gt;
#previewing the quiz, getting to the review page and from your computer, choosing &amp;quot;Save as...webpage complete&amp;quot; and &lt;br /&gt;
#exporting the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most details of each question. Not very pretty, but accurate.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off question flagging?==&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capablity attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
==How do I create system-wide question categories?==&lt;br /&gt;
* As an administrator or user with system permissions,  go to &#039;&#039;Question bank&amp;gt;categories&#039;&#039; in any course.&lt;br /&gt;
*Using the &amp;quot;Add category form&amp;quot; at the bottom of the page, set the parent of the new category to be the system context.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student from reviewing or jumping around questions in a quiz?==&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme:   Site Administration &amp;gt;Appearance &amp;gt;Themes &amp;gt;Afterburner  and enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other css solutions.&lt;br /&gt;
&lt;br /&gt;
==How can I minimise the load on the server while using quizzes?==&lt;br /&gt;
*Try to avoid a lot of students starting a quiz at the same time&lt;br /&gt;
*Check these discussions:&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=213259&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215641&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215130&lt;br /&gt;
&lt;br /&gt;
For other notes on performance with quizzes, see the section &#039;Performance of different Moodle modules&#039; in [[Performance recommendations]].&lt;br /&gt;
==How can I make the quiz timer &amp;quot;float&amp;quot; or move down the page?==&lt;br /&gt;
See this forum thread: [https://moodle.org/mod/forum/discuss.php?d=210049 How to make the quiz timer float] for one suggestion.&lt;br /&gt;
&lt;br /&gt;
==Why are images not included when exporting quiz questions?==&lt;br /&gt;
Images are only included if you export the questions using Moodle XML format. For all other question export formats (including GIFT), you will get broken images. Please see forum post [https://moodle.org/mod/forum/discuss.php?d=244615 Students not able to see images in exported quiz questions]&lt;br /&gt;
&lt;br /&gt;
==Why does the quiz timer keep counting down when the student is not looking at the quiz?==&lt;br /&gt;
It is not possible to stop the timer and start it again. Moodle cannot tell the difference between legitimate reasons for doing this (such as a fire alarm requiring evacuation of the test room) or a student simply using time going to another browser and googling the answers. Nor can Moodle tell if the connection has been lost, although the student does now get a warning MDL-42504&lt;br /&gt;
&lt;br /&gt;
It might be preferable in certain circumstances, such as timed examinations using Quiz, to manually  announce the start/end time, rather then rely on the quiz timer.&lt;br /&gt;
&lt;br /&gt;
For further comments see:&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=96194&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=177180&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=237847&lt;br /&gt;
&lt;br /&gt;
==How can a &amp;quot;Never submitted quiz&amp;quot; be submitted?==&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state, but there is a tracker issue MDL-35745. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Failing that, see also this [https://moodle.org/mod/forum/discuss.php?d=212819 forum thread] which suggests:&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
==How can I hide the number of marks available for each question?==&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
or you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin setting]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==How can a teacher dry run a quiz before it is released?==&lt;br /&gt;
* You have prepared a quiz exam for your students. It is currently in a hidden state.&lt;br /&gt;
* The exam opens on the day of the exam, at a time that the students know about.&lt;br /&gt;
* However, to satisfy yourself that it is doable in the time allotted, You wish to do a dry run yourself before that date.&lt;br /&gt;
* How can You accomplish this?&lt;br /&gt;
&lt;br /&gt;
===Method 1===&lt;br /&gt;
You can use the Preview feature available to you as a teacher as you are making the quiz.&lt;br /&gt;
 &lt;br /&gt;
===Method 2===&lt;br /&gt;
* Make a dummy account with a name like &amp;quot;Test Student&amp;quot;.&lt;br /&gt;
* Enrol that user in the course as a student.&lt;br /&gt;
* Add a &amp;quot;User override&amp;quot; to the quiz, so &amp;quot;Test Student&amp;quot; can attempt the quiz before it is open to everyone else.&lt;br /&gt;
* Log in as &amp;quot;Test student&amp;quot;.&lt;br /&gt;
* Attempt the quiz.&lt;br /&gt;
* Log back in as teacher.&lt;br /&gt;
* Review the attempt.&lt;br /&gt;
* Go to Results -&amp;gt; Grades and delete the test attempt.&lt;br /&gt;
* Un-enrol &amp;quot;Test Student&amp;quot; from your course.&lt;br /&gt;
&lt;br /&gt;
===Method 3===&lt;br /&gt;
* Set up a Moodle Playground course for your teachers.&lt;br /&gt;
* Add teachers with dual role (teacher and student).&lt;br /&gt;
* This provides them a place to test things out.&lt;br /&gt;
* Teachers can later copy the quiz/assignment/whatever over to their live class.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student doing a quiz for another student?==&lt;br /&gt;
For some ideas on preventing cheating, see the forum thread [https://moodle.org/mod/forum/discuss.php?d=271100#p1168345 User dependent locking and unlocking of quizzes].&lt;br /&gt;
&lt;br /&gt;
==How can I set a grade to pass?==&lt;br /&gt;
&lt;br /&gt;
See the section &#039;Setting a grade to pass for a quiz&#039; in [[Activity completion settings]] for details.&lt;br /&gt;
&lt;br /&gt;
==How can students upload images to an Essay question?==&lt;br /&gt;
When creating the question,  in the section &#039;&#039;Response format&#039;&#039;, choose &amp;quot;HTML editor + uploaded files.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==I would like to know if there is such a thing like &amp;quot;quiz as  video overlay&amp;quot; in moodle some where?==&lt;br /&gt;
If you use [http://discover.techsmith.com/try-camtasia/?gclid=CJGjxND588UCFZAAaQodcRcA8w Camtasia], you can insert questions into the video itself, then export it as a [[SCORM module|SCORM]] package and bring it into Moodle.  The quiz questions will automatically be added to the gradebook.  See [https://moodle.org/mod/forum/discuss.php?d=314580#unread this forum post].&lt;br /&gt;
&lt;br /&gt;
==Is there a way to make a face-to-face quiz with all students answering the questions at the same time?==&lt;br /&gt;
* See this [https://moodle.org/plugins/view/mod_activequiz Active quiz optional plugin], which is an enhanced plugin, based on the original [https://moodle.org/plugins/view/mod_realtimequiz Realtime quiz optional plugin].&lt;br /&gt;
&lt;br /&gt;
==Is there a way to prevent students who passed a quiz from reattempting it?==&lt;br /&gt;
Use the [https://moodle.org/plugins/view/quizaccess_reattemptchecker Reattempt checker] quiz access rule plugin.&lt;br /&gt;
&lt;br /&gt;
==How can I make a neater more beautiful quiz?==&lt;br /&gt;
You can move the question information that is usually on a left block to a horizontal position above the question text and thus have a wider area for your question as the following screen:&lt;br /&gt;
&lt;br /&gt;
[[File:Quiz_nicer_layout.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The CSS changes used were:&lt;br /&gt;
 .que .info {&lt;br /&gt;
 float: none;&lt;br /&gt;
 width: auto;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info &amp;gt; div {&lt;br /&gt;
 margin-left: 15px;&lt;br /&gt;
 margin-right: 15px;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info &amp;gt; div {&lt;br /&gt;
 display: inline;&lt;br /&gt;
 }&lt;br /&gt;
 .que .content {&lt;br /&gt;
 margin: 0 0 0 0;&lt;br /&gt;
 width: auto;&lt;br /&gt;
 }&lt;br /&gt;
 .que .info {&lt;br /&gt;
    background-color: #eee;&lt;br /&gt;
    border: 1px solid #bce8f1;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    margin-bottom: -5px;&lt;br /&gt;
    padding: 8px;&lt;br /&gt;
    }&lt;br /&gt;
 .que h3.no {&lt;br /&gt;
    display: inline;&lt;br /&gt;
    font-size: 12px;&lt;br /&gt;
    line-height: 1;&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
* To make it look like one block you should change:&lt;br /&gt;
 - border: 1px solid #bce8f1;&lt;br /&gt;
 - margin-bottom: -5px;&lt;br /&gt;
&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=319464 How can I make quizzes neater and more beautiful?] forum thread&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=237589 How to extend the width of the quiz question area?] and  [https://moodle.org/mod/forum/discuss.php?d=276651 using Essential theme how to move info div in quiz attempt section to the top of question] forum threads&lt;br /&gt;
&lt;br /&gt;
==A nice OU quiz styling snippet==&lt;br /&gt;
As posted by Tim Hunt in [https://moodle.org/mod/forum/discuss.php?d=326139 this forum thread], you can have the Open University code for the navigation block very easily, which will make it look like this:&lt;br /&gt;
[[File:quiznav.PNG]]&lt;br /&gt;
&lt;br /&gt;
As opposed to the standard Moodle navigation block:&lt;br /&gt;
&lt;br /&gt;
[[File:oldquiznav.png]]&lt;br /&gt;
&lt;br /&gt;
The necessary CSS is below. You also need to put the three images in [https://moodle.org/pluginfile.php/115/mod_forum/attachment/1311320/pix.zip the attached zip] into the pix folder of your theme.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
/* Quiz navigation. */&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qn_buttons {&lt;br /&gt;
    margin-right: -14px;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton {&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    line-height: 25px !important;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    height: 45px;&lt;br /&gt;
    width: 35px;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    margin: 0 5px 5px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton .thispageholder {&lt;br /&gt;
    border: 1px solid #999999;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.thispage .thispageholder {&lt;br /&gt;
    border: 3px solid #1F536B;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton.flagged .thispageholder {&lt;br /&gt;
    background: transparent url([[pix:theme|flag-on]]) 20px 0px no-repeat;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton .trafficlight {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background: #fff none center 4px / 10px no-repeat scroll;&lt;br /&gt;
    height: 20px;&lt;br /&gt;
    margin-top: 25px;&lt;br /&gt;
    border-radius: 0 0 4px 4px;&lt;br /&gt;
}&lt;br /&gt;
 .path-mod-quiz #mod_quiz_navblock .qnbutton.notyetanswered .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.invalidanswer .trafficlight {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.correct .trafficlight {&lt;br /&gt;
    background-image: url([[pix:theme|checkmark]]);&lt;br /&gt;
    background-color: #468847;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.blocked .trafficlight {&lt;br /&gt;
    background-image: url([[pix:core|t/locked]]);&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.notanswered .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.incorrect .trafficlight {&lt;br /&gt;
    background-color: #b94a48;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.partiallycorrect .trafficlight {&lt;br /&gt;
    background-image: url([[pix:theme|whitecircle]]);&lt;br /&gt;
    background-color: #c09853;&lt;br /&gt;
}&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.complete .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.answersaved .trafficlight,&lt;br /&gt;
.path-mod-quiz #mod_quiz_navblock .qnbutton.requiresgrading .trafficlight {&lt;br /&gt;
    background-color: #999;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Can a user build his own quiz in moodle?==&lt;br /&gt;
Have a look at the [https://moodle.org/plugins/view/mod_qpractice question practice optional plugin].&lt;br /&gt;
&lt;br /&gt;
==Can I incorporate a progress bar inside a quiz?==&lt;br /&gt;
* See the [https://moodle.org/mod/forum/discuss.php?d=324436 Can I incorporate a progress bar inside a quiz?] forum thread&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=96326 Removing &amp;quot;Submit all and Finish&amp;quot; button]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=141003 How do you keep people from cheating while taking a quiz?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=131325 Scientific notation in quiz answers]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=158846 Quiz answers appear in wrong language]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=196206 Random Order Override]&lt;br /&gt;
&lt;br /&gt;
Related FAQs:&lt;br /&gt;
* [[Import and export FAQ]] - for hints on importing questions&lt;br /&gt;
* [[XML FAQ]] - for information on creating and importing questions in Moodle XML format&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.alfiekohn.org/teaching/cheating.htm Who is Cheating Whom] article&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Workshop_activity&amp;diff=121905</id>
		<title>Workshop activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Workshop_activity&amp;diff=121905"/>
		<updated>2016-01-08T11:09:24Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
Workshop is a powerful peer assessment activity. The documentation on &#039;&#039;&#039;[[Workshop settings]]&#039;&#039;&#039; explains the different options available. &lt;br /&gt;
&lt;br /&gt;
Students submit their own work and then receive a number of submissions from other students which they must assess according to the teacher&#039;s specifications. (They may also assess their own work if the teacher requests this.) Text may be typed directly into Moodle&#039;s editor, or files of any type may be uploaded, as long as others  have the software to view them. See &#039;&#039;&#039;[[Using Workshop]]&#039;&#039;&#039; for details of the phases involved. The teacher can decide whether to show or hide the identities of the students to each other when assessing is taking place.&lt;br /&gt;
&lt;br /&gt;
Two grades are given and appear in the Gradebook: a grade for the student&#039;s own submission and a grade for the quality of their peer assessment skills. See &#039;&#039;&#039;[[Workshop grading strategies]]&#039;&#039;&#039; for more information.&lt;br /&gt;
&lt;br /&gt;
Workshop is primarily a student-focused activity; however, the teacher may guide the students by providing example submissions for them to try out before assessing their peers and at the end of the workshop the teacher may publish some good (or less good) examples.&lt;br /&gt;
&lt;br /&gt;
For a working example of a workshop activity, see the [http://school.demo.moodle.net/course/view.php?id=59 Celebrating Cultures course in the School Demonstration site.] with the username &#039;&#039;teacher&#039;&#039; and password &#039;&#039;moodle.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=8QypkOcAEaE&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[de:Workshop]]&lt;br /&gt;
[[es:Actividad de taller]]&lt;br /&gt;
[[fr:Atelier]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Effective_quiz_practices&amp;diff=121680</id>
		<title>Effective quiz practices</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Effective_quiz_practices&amp;diff=121680"/>
		<updated>2015-12-03T10:56:08Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* 3. Create the other variants of the first question */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
As we’ve seen, Moodle quiz engine is a powerful, flexible tool for monitoring and diagnosing student performance with certain types of knowledge. Using this tool effectively can boost your course’s effectiveness, and promote student performance. While a computer-scored quiz is a different performance than more open-ended assessments, it does give a valuable window onto student thinking, especially when you use good strategies, and a little creativity.&lt;br /&gt;
&lt;br /&gt;
==Quiz strategies==&lt;br /&gt;
Of course, using the quiz engine effectively takes some work and practice. The first thing to do is to use effective question design strategies. If you ask good questions, you’ll get useful data about your students’ performance and understanding of the material. Of course, the converse is also true. There is a ton of literature about effective assessment design available. I’ll just highlight a few of the most important ideas.&lt;br /&gt;
*Tie each question to a course goal. After all, you want to know whether your students are achieving the goals of the course, so why not ask them directly?&lt;br /&gt;
*Try to ask multiple questions about each important idea in the class. This gives you more data points about student understanding.&lt;br /&gt;
*When writing a multiple-choice question, be sure each wrong answer represents a common mis-conception. This will help you diagnose student thinking and eliminate easy guessing. &lt;br /&gt;
*Write questions requiring your students to think at different levels. Include some recall questions, some comprehension questions and some application and analysis questions. You can determine where students are having problems in their thinking. Can they recall the material, but not apply it?&lt;br /&gt;
*Test your questions. After you’ve established an initial question bank, use the system reports to determine which questions are useful, and which aren’t. As you write new questions, give them a lower point value and throw in a few to establish their reliability.&lt;br /&gt;
&lt;br /&gt;
Once you’ve got a few well-written test banks, be sure to use the [[Quiz reports|quiz reports]] and statistics to monitor your classes performance. The detailed reports and statistics available to you are valuable tools for understanding student understanding of the material.&lt;br /&gt;
&lt;br /&gt;
==Creative quiz uses==&lt;br /&gt;
With the Moodle quiz engine, it’s easier to utilize educationally sound assessment strategies which would be too difficult to implement with paper and pencil. Most people think of tests as an infrequent, high-stakes activity, like mid-terms and finals. Better strategies involve frequent, low-stakes assessments you and your students can use to guide their performance during the course of the semester. &lt;br /&gt;
&lt;br /&gt;
Creating a series of small mini-tests gives you a very flexible system for gauging performance and keeping students engaged in the class. Here are a few ideas for quick quizzes you can use as part of a larger assessment strategy.&lt;br /&gt;
&lt;br /&gt;
===Chapter checks===&lt;br /&gt;
Getting students to complete reading assignments has to be one of the hardest motivational tasks in education. Reading is critical to understanding most material, and fundamental to success in many classes. The problem for most students is there is no immediate reward or punishment for procrastinating on a reading assignment. If you haven’t done the reading for a class discussion, you can either keep quiet, or, as I used to do occasionally, wing it by skimming in class. If you have a lecture course, there’s almost no need to do the reading as the lecturer usually covers most of the material in class anyway. &lt;br /&gt;
&lt;br /&gt;
Creating a little mini-test for each reading assignment solves a number of problems. First, it encourages students to do the reading so they can do well on the quiz. Second, it gives the students feedback on how well they understood the reading assignment. Third, it gives you data about what aspects of the reading students found confusing, and which they have already mastered so you can focus your class activities.&lt;br /&gt;
&lt;br /&gt;
For a reading mini-test, I would recommend setting a limited time quiz students can only take once. Because it’s a low-stakes activity you want students to use for self-assessment, I would also display feedback and correct answers. If you’re concerned about students sharing answers after they’ve taken the quiz, randomize the question and answer order. If you have a test bank, make some of the questions random as well. As an additional assignment, students should write down one question about a question they got wrong, and bring it to class.&lt;br /&gt;
&lt;br /&gt;
===Test practice===&lt;br /&gt;
The key to effective practice is to have a realistic practice environment. Many students worry about tests, especially high-stakes tests, because they have no idea what to expect. What question format will you use? How detailed will the questions be? What should they study?&lt;br /&gt;
&lt;br /&gt;
You can help alleviate test anxiety by creating a practice test students can take to help answer these questions. These tests are usually based on old questions similar to the current test questions. Use last year&#039;s final as an example test, which will force you into the practice of writing new questions every year. This is a good idea anyway, as you can be sure someone has a copy of last year’s test they are sharing with others.&lt;br /&gt;
&lt;br /&gt;
To set up a practice test, I’d create a zero point test with questions from the year before in random order with random answers. I would also allow students to take the test as many times as they’d like so they can test themselves as much as they need. Display feedback, but not correct answers so it presents more of a challenge.&lt;br /&gt;
&lt;br /&gt;
===Data gathering===&lt;br /&gt;
&lt;br /&gt;
As an expert, you know a lot about your field. Your challenge as a teacher is to translate your knowledge for a novice who doesn’t share your conceptual structure or experience. An example or lecture you think is brilliant may leave your students completely confused. It can be hard to tell what students really understand and what’s leaving them baffled.&lt;br /&gt;
&lt;br /&gt;
A data-gathering quiz is similar to a chapter check, but it takes place after a class meeting or lecture. Your goal is to quickly get some feedback on student understanding of a lecture. What did they really understand? What do you need to spend more time on? I’ve found many instructors have trouble gauging what students find difficult, and what the students find so easy they are bored. &lt;br /&gt;
&lt;br /&gt;
Setting up a post-class data-gathering quiz is similar to creating a chapter check. Set the quiz for a limited time, like a day or two before the next meeting. Allow them to take it once and display feedback and correct answers. &lt;br /&gt;
&lt;br /&gt;
==Quiz security and cheating==&lt;br /&gt;
&lt;br /&gt;
Of course, online testing also presents another chance for the cheaters in your classes to try to game the system. Most online quizzes are meant to be taken at home, or at least outside of class. Students can download the questions and print them out. They can take the tests with other students, or while reading their textbooks.&lt;br /&gt;
&lt;br /&gt;
Fortunately, you can counter many of these strategies, making them more trouble than they are worth to the students. Let’s look at a few strategies for countering most cheating schemes&lt;br /&gt;
&lt;br /&gt;
===Printing and sharing questions===&lt;br /&gt;
If you display feedback and correct answers, students can print the results page and share it with their friends. Or they can simply print the questions themselves directly from the quiz. The key to discouraging this behavior is to randomize the question order and the answer order. It makes the printouts a lot less useful. Creating larger question banks and giving tests with random subsets is also an effective strategy. If students can only print a small number of questions at a time, they will need to view the test again and again, then sort the questions to eliminate duplicates. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Warning: Assume there will be printed copies of your questions available to students who want them. Most instructors don’t realize students frequently have copies of old paper based tests, and electronic test delivery is another way for students to get copies of the questions. I know one professor who had over 1100 questions in his online test bank. At the end of the semester, he confiscated a printout from a student. It had every question with the correct answer, neatly formatted and divided by textbook chapter. We decided if students wanted to memorize 1100 questions and answers to the level where they could answer a small number of them displayed at random, then they would have learned more than if they had just studied. Of course, we used timed quizzes and other strategies to minimize using the print-out as a reference manual.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Using the textbook===&lt;br /&gt;
Students will frequently look up the answer to questions in the textbook or a reading. If you are giving a chapter check quiz, then this is what you want them to do. Otherwise, you need to come up with creative ways of making the textbook less directly useful. Timed quizzes are the single most effective tool for eliminating this strategy. A timed quiz requires the students answer the questions in a certain amount of time. If you give enough questions and make the time short enough, they won’t have time to look up all the answers. I usually give about 30 seconds per multiple-choice question. If they answer them faster and have time to look up some answers afterward, I figure they knew enough to deserve to look up an answer or two.&lt;br /&gt;
&lt;br /&gt;
Asking students to apply their knowledge to novel situation can also make a difference. Synthesis and application questions can’t be looked up. Students have to understand the material and apply it creatively to answer the questions. So while they may take the time to review the text, they will still need to try to understand what they’ve read to successfully answer the question.&lt;br /&gt;
&lt;br /&gt;
===Working with friends===&lt;br /&gt;
If your students are on the same campus, they may get together in a lab and try to take the quiz together. This is an easy strategy to thwart with random question order, random answer order and questions randomly pulled from a test bank. If my screen doesn’t look like yours, then it’s harder for us to quickly answer all of the questions. A timed quiz also makes it harder for the two of us to cheat if we have different questions and we only have a short amount of time to answer.&lt;br /&gt;
&lt;br /&gt;
===Have someone else take the test===&lt;br /&gt;
The old adage goes “On the Internet, no one knows you’re a dog”, and no one knows who is actually taking the test. Students will sometimes pay classmates, or others who have taken the course in the past, to take online quizzes for them. There are two ways to counter this strategy. One, have an occasional proctored exam where students need to show ID. If they haven’t taken the quizzes or done the work until then, they will do poorly on the proctored exam. To eliminate current classmates from taking each others quizzes, only make them available for a short time. You could require everyone take the test within a 2- or 4-hour block. If the test is properly randomized, it will be very difficult to take it more than once during the testing period. The test taker will worry about their own grade first, then about their employer&#039;s grade.&lt;br /&gt;
&lt;br /&gt;
Obviously, there are many strategies students can use to cheat. While it would be naïve to assume there isn’t cheating, the vast majority of your students want to succeed on their own merits. The anonymity of the online environment may open up new avenues for the cheaters, but it’s not really much different from your face-to-face classes. A few people will go to great lengths to cheat, but most will be honest as long as it’s not too easy to get away with it. A few precautions will eliminate most of the easy cheats, and the classic strategies will work for the others.&lt;br /&gt;
&lt;br /&gt;
==Robust testing with random variants==&lt;br /&gt;
&lt;br /&gt;
This section describes a good way to help minimise the potential for cheating, and increase the opportunity for students to learn from the feedback by repeated attempts at the quiz. The basic idea is to take each particular question that you were thinking of, and make several slight variants of it. Then use Moodle&#039;s random question feature, so that each student gets one of the variants picked at random.&lt;br /&gt;
&lt;br /&gt;
===An example===&lt;br /&gt;
&lt;br /&gt;
A good example of this (although not in Moodle) can be seen at https://students.open.ac.uk/openmark/mu120.m5omdemo/. Take that test once, making a rough note of the questions you are asked. Then after you have done &#039;End test&#039;, do &#039;Restart entire test&#039; and see that you are asked a different set of questions that have different answers, although they test the same knowledge. This sort of strategy is easier to implement in some subjects than in others.&lt;br /&gt;
&lt;br /&gt;
===How to set this up in Moodle===&lt;br /&gt;
&lt;br /&gt;
Suppose we are going to create a quiz with 6 questions about interpreting diagrams (that is, we are going to try to clone the OpenMark example above). For the fourth question, the closest we will be able to get would be the Image target question type from the Modules and plugins database.&lt;br /&gt;
&lt;br /&gt;
====1. Create a category for each &#039;question&#039; in the quiz====&lt;br /&gt;
&lt;br /&gt;
As you can see from the screen shot, I have created six appropriately named categories, all neatly grouped inside a parent category. You do this on the &#039;Categories&#039; tab of the question bank interface.&lt;br /&gt;
&lt;br /&gt;
[[Image:Variants_categories.png]]&lt;br /&gt;
&lt;br /&gt;
====2. Create the first variant of the first question====&lt;br /&gt;
&lt;br /&gt;
Create the first variant of the first question, just like you would create any other Moodle question.&lt;br /&gt;
&lt;br /&gt;
In our example, this might be a Embedded answers (Cloze) question type. The question text might be:&lt;br /&gt;
&lt;br /&gt;
:Below is a plan of a proposed garden. The scale is that each division in the plan represents a length in the garden of 0.5 metres. What is the proposed length and width of the Patio in the garden?      &lt;br /&gt;
: [[Image:Variants_flowerbed.gif]]&lt;br /&gt;
: The Patio is {&#039;&#039;CLOZE syntax&#039;&#039;} metres by {&#039;&#039;CLOZE syntax&#039;&#039;} metres.&lt;br /&gt;
&lt;br /&gt;
====3. Create the other variants of the first question====&lt;br /&gt;
&lt;br /&gt;
To easily create a variant, click the duplicate icon next to the first question, then make the changes you need to turn it into the second variant and save it. Repeat this process to create as many variants as you want. &lt;br /&gt;
&lt;br /&gt;
In our example, we might change the word Patio, and the scale factor each division represents 0.5 metres. We would also need to change the answers and the associated feedback in the {&#039;&#039;CLOZE syntax&#039;&#039;} bits.&lt;br /&gt;
&lt;br /&gt;
====4. Repeat 2. and 3. for the other questions====&lt;br /&gt;
&lt;br /&gt;
The screen shots show the variants of the third question. This one is a bit more of a pain to set up, because each variant will use a different image of a pie chart, so there is a bit more editing to do, and more files to upload to the course files area.&lt;br /&gt;
&lt;br /&gt;
[[Image:Variants_questionsincat.png]]&lt;br /&gt;
&lt;br /&gt;
====5. Add the questions to the quiz====&lt;br /&gt;
&lt;br /&gt;
Once you have created all the questions, add them to the quiz using the &#039;Add random question&#039; feature. Select the first category (Reading a plan variants). Ensure &#039;Display questions from sub-categories too&#039; is off. Use the controls at the bottom to Add 1 random question to the quiz.&lt;br /&gt;
&lt;br /&gt;
Repeat for each of the other categories in order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Variants_quiz.png]]&lt;br /&gt;
&lt;br /&gt;
===Comments===&lt;br /&gt;
&lt;br /&gt;
Obviously this is more work to set up (although not three times as much work as creating one quiz). It is up to you to do the cost benefit analysis for your particular quiz. Note that once you have set this up, you are more likely to be able to reuse quizzes in future, because you have reduced the potential for simple copying of answers.&lt;br /&gt;
&lt;br /&gt;
As an alternative to &#039;Save as new question&#039;, you can use Moodle&#039;s import and export formats, and copy and paste in your text editor to create variants.&lt;br /&gt;
&lt;br /&gt;
One issue you have to worry about is, are all the variants you have made of each question really equally difficult? Moodle 2.0 will feature a new Statistics report which should help you analyse your quiz results to see how difficult each variant is.&lt;br /&gt;
&lt;br /&gt;
Experience shows that &#039;a few variants&#039; can normally be taken to be 3 variants. This is enough to ensure that two students working at neighbouring computers will mostly get different questions to each other. More is better (providing you can ensure equal difficulty) but is more work, so you get diminishing returns.&lt;br /&gt;
&lt;br /&gt;
(This section expands some of the advice above under [[#Printing and sharing questions|Printing and sharing questions]]. It also describes how most online assessments at the Open University are constructed. The calculated question type is sometimes another way to implement quizzes like this.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://www.moodlerooms.com/resources/blog/best-practices-30-tips-creating-quiz-questions-0] by Rebecca DeSantis, MSIT, Moodlerooms Instructional Designer (US only)&lt;br /&gt;
* [http://www.nbme.org/publications/item-writing-manual-download.html Constructing Written Test Questions For the Basic and Clinical Sciences] by the (US) National Board of Medical Examiners&lt;br /&gt;
* [[Safe exam browser]] The Safe Exam Browser can work with Moodle to control what a student can do when in Moodle. To use it, it must be enabled in Settings &amp;gt; Site administration &amp;gt; Development &amp;gt; Experimental &amp;gt; Experimental settings. This adds the choice &#039;Require Safe Exam Browser&#039; to the &#039;Browser security&#039; field on the quiz settings form. &lt;br /&gt;
&lt;br /&gt;
[[es:Prácticas Eficaces en los Exámenes]]&lt;br /&gt;
[[de:Tests effektiv durchführen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Talk:Quiz_Time_Limit&amp;diff=121475</id>
		<title>Talk:Quiz Time Limit</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Talk:Quiz_Time_Limit&amp;diff=121475"/>
		<updated>2015-11-19T19:00:54Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Do we need this page? --[[User:Mary Cooch|Mary Cooch]] ([[User talk:Mary Cooch|talk]]) 01:49, 20 November 2015 (AWST)&lt;br /&gt;
&lt;br /&gt;
A few teachers in my University ran into this problem, so I&#039;d vote for YES [[User:German Valero|German Valero]] ([[User talk:German Valero|talk]])&lt;br /&gt;
&lt;br /&gt;
:: Actually, it needs to be updated to explain the &#039;When time expires&#039; options. Thanks Mary. --[[User:Tim Hunt|Tim Hunt]] ([[User talk:Tim Hunt|talk]]) 03:00, 20 November 2015 (AWST)&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121474</id>
		<title>Quiz quick guide</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121474"/>
		<updated>2015-11-19T18:56:45Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Quiz settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle&#039;s Quiz is a very powerful activity that can meet many teaching needs,  from simple, multiple-choice knowledge tests to complex, self-assessment tasks with detailed feedback. This quick guide gets you started, but if you really want to make the most of everything a Quiz can do, make sure you study the full &#039;&#039;&#039;[[Quiz activity]]&#039;&#039;&#039; documentation. For a short video introduction, see also the screencast &#039;&#039;&#039;[https://www.youtube.com/watch?v=N9WYXtg0VxI&amp;amp;list=PLxcO_MFWQBDebq7Jly4p0s85GeAGRVQDk&amp;amp;index=30 Quiz: Automatic grading].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
*A Moodle quiz is made up of two parts: (1) a set up page or &#039;front cover&#039; where you add the criteria for the quiz, such as grading and time limits, and  (2) the questions themselves. The questions are stored separately from your quiz in a course [[Question bank]]. This means you can reuse your questions in a later quiz. It also means you could display an empty quiz (a &#039;front cover&#039; with no questions added) on your course page, so be careful!&lt;br /&gt;
*Some people prefer to make their quiz questions separately first and then add them to a quiz &#039;front cover&#039; later. If you would like that, then look at the documentation on [[Question bank]] or just read on below until we get there!&lt;br /&gt;
&lt;br /&gt;
==Set up the quiz &#039;front cover&#039;==&lt;br /&gt;
*In the  course  where you want your quiz, turn on the editing and from the Activity Chooser, select &#039;Quiz&#039;.&lt;br /&gt;
*Give it a name and if desired, a description telling students what the quiz is about. &lt;br /&gt;
*If you want, you can now scroll down to the bottom of the page, click &#039;Save and display&#039; and start adding questions.  (Go to the section &#039;Add your questions&#039; below.)&lt;br /&gt;
===Default settings for your quiz===&lt;br /&gt;
If you don&#039;t change anything on the quiz setup page (your &#039;front cover&#039;), then  your quiz will work like this:&lt;br /&gt;
**It will not have a time limit and students can take it as many times as they wish, with the recorded grade being their best attempt.&lt;br /&gt;
**Each question will be on a different page and they can move freely between previous and later questions.&lt;br /&gt;
**Students won&#039;t know their score or get feedback until they complete the quiz.&lt;br /&gt;
&lt;br /&gt;
To change some of those settings, read on:&lt;br /&gt;
&lt;br /&gt;
===Quiz settings===&lt;br /&gt;
If you expand the sections in the quiz setup page and click the &#039;&#039;&#039;?&#039;&#039;&#039; icon and the &#039;Show more&#039; links, you can explore alternative settings for your quiz. Here are some popular settings:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time limit&#039;&#039;&#039; - if you only want to allow students a limited amount of time from when they start until they must have finished. If, instead you want students to finish by a certain date and time, set the &#039;&#039;&#039;Close the quiz&#039;&#039;&#039; setting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How questions behave -Interactive with multiple tries&#039;&#039;&#039; -instead of the quiz being like a test where students only see their results at the end, this setting allows them to get immediate feedback for each question and keep trying. (Good for formative assessment.) Learn more about [[Question behaviours]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Overall feedback&#039;&#039;&#039; -completing this will give your students customised feedback according to what grade range they obtained.&lt;br /&gt;
&lt;br /&gt;
==Add your questions==&lt;br /&gt;
So you have completed the quiz set up page and clicked &#039;Save and display:&lt;br /&gt;
&lt;br /&gt;
1. Click the button &#039;Edit quiz&#039;&lt;br /&gt;
&lt;br /&gt;
2. Click &#039;Add&#039; on the right and then click &#039;+ a new question&#039;. (If you already made questions in the question bank, then click &#039;+ from question bank&#039;.)&lt;br /&gt;
&lt;br /&gt;
[[File:quizquideaddquestion.png]]&lt;br /&gt;
&lt;br /&gt;
3. Choose the type of question you want to add and then click &#039;Add&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Add your question. If you need help, click the documentation link at the bottom of your question page or explore the [[Question types]] documentation.&lt;br /&gt;
&lt;br /&gt;
5. Click &#039;Save changes&#039; when you have made your question.&lt;br /&gt;
&lt;br /&gt;
6. Repeat steps 2- 5 for as many questions as you need.&lt;br /&gt;
&lt;br /&gt;
==Getting your quiz ready for students==&lt;br /&gt;
Once you have added all the questions you need, your quiz is ready for students and will already be visible on the page (unless you hid it while you were setting it up.)&lt;br /&gt;
&lt;br /&gt;
It is a good idea to preview your quiz by clicking in the block &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview.&#039;&#039; (1 below) You can then check for any oversights and edit a question directly from a link provided (2 below):&lt;br /&gt;
&lt;br /&gt;
[[File:Quizpreviewedit.png]]&lt;br /&gt;
&lt;br /&gt;
==Viewing quiz results==&lt;br /&gt;
To see the grades once students have done your quiz, you can either:&lt;br /&gt;
* click the quiz itself and then the link &#039;Attempts =&#039; (where the number is the number of attempts)  - or - &lt;br /&gt;
*click the quiz and then from the block &#039;&#039;Administration&amp;gt;Quiz administration&#039;&#039;, expand &#039;Results&#039; and select the analysis you need.&lt;br /&gt;
&lt;br /&gt;
[[Category:Quick guide]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
&lt;br /&gt;
[[es:Guía rápida del examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121473</id>
		<title>Quiz quick guide</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121473"/>
		<updated>2015-11-19T18:55:20Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Quiz settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle&#039;s Quiz is a very powerful activity that can meet many teaching needs,  from simple, multiple-choice knowledge tests to complex, self-assessment tasks with detailed feedback. This quick guide gets you started, but if you really want to make the most of everything a Quiz can do, make sure you study the full &#039;&#039;&#039;[[Quiz activity]]&#039;&#039;&#039; documentation. For a short video introduction, see also the screencast &#039;&#039;&#039;[https://www.youtube.com/watch?v=N9WYXtg0VxI&amp;amp;list=PLxcO_MFWQBDebq7Jly4p0s85GeAGRVQDk&amp;amp;index=30 Quiz: Automatic grading].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
*A Moodle quiz is made up of two parts: (1) a set up page or &#039;front cover&#039; where you add the criteria for the quiz, such as grading and time limits, and  (2) the questions themselves. The questions are stored separately from your quiz in a course [[Question bank]]. This means you can reuse your questions in a later quiz. It also means you could display an empty quiz (a &#039;front cover&#039; with no questions added) on your course page, so be careful!&lt;br /&gt;
*Some people prefer to make their quiz questions separately first and then add them to a quiz &#039;front cover&#039; later. If you would like that, then look at the documentation on [[Question bank]] or just read on below until we get there!&lt;br /&gt;
&lt;br /&gt;
==Set up the quiz &#039;front cover&#039;==&lt;br /&gt;
*In the  course  where you want your quiz, turn on the editing and from the Activity Chooser, select &#039;Quiz&#039;.&lt;br /&gt;
*Give it a name and if desired, a description telling students what the quiz is about. &lt;br /&gt;
*If you want, you can now scroll down to the bottom of the page, click &#039;Save and display&#039; and start adding questions.  (Go to the section &#039;Add your questions&#039; below.)&lt;br /&gt;
===Default settings for your quiz===&lt;br /&gt;
If you don&#039;t change anything on the quiz setup page (your &#039;front cover&#039;), then  your quiz will work like this:&lt;br /&gt;
**It will not have a time limit and students can take it as many times as they wish, with the recorded grade being their best attempt.&lt;br /&gt;
**Each question will be on a different page and they can move freely between previous and later questions.&lt;br /&gt;
**Students won&#039;t know their score or get feedback until they complete the quiz.&lt;br /&gt;
&lt;br /&gt;
To change some of those settings, read on:&lt;br /&gt;
&lt;br /&gt;
===Quiz settings===&lt;br /&gt;
If you expand the sections in the quiz setup page and click the &#039;&#039;&#039;?&#039;&#039;&#039; icon and the &#039;Show more&#039; links, you can explore alternative settings for your quiz. Here are some popular settings:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time limit&#039;&#039;&#039; - if you only want to allow students a limited amount of time from when they start until they must have finished. If, instead you want students to finish by a certain date and time, set the &#039;&#039;&#039;Close date&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How questions behave -Interactive with multiple tries&#039;&#039;&#039; -instead of the quiz being like a test where students only see their results at the end, this setting allows them to get immediate feedback for each question and keep trying. (Good for formative assessment.) Learn more about [[Question behaviours]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Overall feedback&#039;&#039;&#039; -completing this will give your students customised feedback according to what grade range they obtained.&lt;br /&gt;
&lt;br /&gt;
==Add your questions==&lt;br /&gt;
So you have completed the quiz set up page and clicked &#039;Save and display:&lt;br /&gt;
&lt;br /&gt;
1. Click the button &#039;Edit quiz&#039;&lt;br /&gt;
&lt;br /&gt;
2. Click &#039;Add&#039; on the right and then click &#039;+ a new question&#039;. (If you already made questions in the question bank, then click &#039;+ from question bank&#039;.)&lt;br /&gt;
&lt;br /&gt;
[[File:quizquideaddquestion.png]]&lt;br /&gt;
&lt;br /&gt;
3. Choose the type of question you want to add and then click &#039;Add&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Add your question. If you need help, click the documentation link at the bottom of your question page or explore the [[Question types]] documentation.&lt;br /&gt;
&lt;br /&gt;
5. Click &#039;Save changes&#039; when you have made your question.&lt;br /&gt;
&lt;br /&gt;
6. Repeat steps 2- 5 for as many questions as you need.&lt;br /&gt;
&lt;br /&gt;
==Getting your quiz ready for students==&lt;br /&gt;
Once you have added all the questions you need, your quiz is ready for students and will already be visible on the page (unless you hid it while you were setting it up.)&lt;br /&gt;
&lt;br /&gt;
It is a good idea to preview your quiz by clicking in the block &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview.&#039;&#039; (1 below) You can then check for any oversights and edit a question directly from a link provided (2 below):&lt;br /&gt;
&lt;br /&gt;
[[File:Quizpreviewedit.png]]&lt;br /&gt;
&lt;br /&gt;
==Viewing quiz results==&lt;br /&gt;
To see the grades once students have done your quiz, you can either:&lt;br /&gt;
* click the quiz itself and then the link &#039;Attempts =&#039; (where the number is the number of attempts)  - or - &lt;br /&gt;
*click the quiz and then from the block &#039;&#039;Administration&amp;gt;Quiz administration&#039;&#039;, expand &#039;Results&#039; and select the analysis you need.&lt;br /&gt;
&lt;br /&gt;
[[Category:Quick guide]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
&lt;br /&gt;
[[es:Guía rápida del examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121472</id>
		<title>Quiz quick guide</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_quick_guide&amp;diff=121472"/>
		<updated>2015-11-19T18:52:09Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Before you start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle&#039;s Quiz is a very powerful activity that can meet many teaching needs,  from simple, multiple-choice knowledge tests to complex, self-assessment tasks with detailed feedback. This quick guide gets you started, but if you really want to make the most of everything a Quiz can do, make sure you study the full &#039;&#039;&#039;[[Quiz activity]]&#039;&#039;&#039; documentation. For a short video introduction, see also the screencast &#039;&#039;&#039;[https://www.youtube.com/watch?v=N9WYXtg0VxI&amp;amp;list=PLxcO_MFWQBDebq7Jly4p0s85GeAGRVQDk&amp;amp;index=30 Quiz: Automatic grading].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
*A Moodle quiz is made up of two parts: (1) a set up page or &#039;front cover&#039; where you add the criteria for the quiz, such as grading and time limits, and  (2) the questions themselves. The questions are stored separately from your quiz in a course [[Question bank]]. This means you can reuse your questions in a later quiz. It also means you could display an empty quiz (a &#039;front cover&#039; with no questions added) on your course page, so be careful!&lt;br /&gt;
*Some people prefer to make their quiz questions separately first and then add them to a quiz &#039;front cover&#039; later. If you would like that, then look at the documentation on [[Question bank]] or just read on below until we get there!&lt;br /&gt;
&lt;br /&gt;
==Set up the quiz &#039;front cover&#039;==&lt;br /&gt;
*In the  course  where you want your quiz, turn on the editing and from the Activity Chooser, select &#039;Quiz&#039;.&lt;br /&gt;
*Give it a name and if desired, a description telling students what the quiz is about. &lt;br /&gt;
*If you want, you can now scroll down to the bottom of the page, click &#039;Save and display&#039; and start adding questions.  (Go to the section &#039;Add your questions&#039; below.)&lt;br /&gt;
===Default settings for your quiz===&lt;br /&gt;
If you don&#039;t change anything on the quiz setup page (your &#039;front cover&#039;), then  your quiz will work like this:&lt;br /&gt;
**It will not have a time limit and students can take it as many times as they wish, with the recorded grade being their best attempt.&lt;br /&gt;
**Each question will be on a different page and they can move freely between previous and later questions.&lt;br /&gt;
**Students won&#039;t know their score or get feedback until they complete the quiz.&lt;br /&gt;
&lt;br /&gt;
To change some of those settings, read on:&lt;br /&gt;
&lt;br /&gt;
===Quiz settings===&lt;br /&gt;
If you expand the sections in the quiz setup page and click the &#039;&#039;&#039;?&#039;&#039;&#039; icon and the &#039;Show more&#039; links, you can explore alternative settings for your quiz. Here are some popular settings:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Navigation:Sequential&#039;&#039;&#039; - this will stop students being able to go back and do a previous question. They can only move forwards.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How questions behave -Interactive with multiple tries&#039;&#039;&#039; -instead of the quiz being like a test where students only see their results at the end, this setting allows them to get immediate feedback for each question and keep trying. (Good for formative assessment.) Learn more about [[Question behaviours]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Overall feedback&#039;&#039;&#039; -completing this will give your students customised feedback according to what grade range they obtained.&lt;br /&gt;
&lt;br /&gt;
==Add your questions==&lt;br /&gt;
So you have completed the quiz set up page and clicked &#039;Save and display:&lt;br /&gt;
&lt;br /&gt;
1. Click the button &#039;Edit quiz&#039;&lt;br /&gt;
&lt;br /&gt;
2. Click &#039;Add&#039; on the right and then click &#039;+ a new question&#039;. (If you already made questions in the question bank, then click &#039;+ from question bank&#039;.)&lt;br /&gt;
&lt;br /&gt;
[[File:quizquideaddquestion.png]]&lt;br /&gt;
&lt;br /&gt;
3. Choose the type of question you want to add and then click &#039;Add&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Add your question. If you need help, click the documentation link at the bottom of your question page or explore the [[Question types]] documentation.&lt;br /&gt;
&lt;br /&gt;
5. Click &#039;Save changes&#039; when you have made your question.&lt;br /&gt;
&lt;br /&gt;
6. Repeat steps 2- 5 for as many questions as you need.&lt;br /&gt;
&lt;br /&gt;
==Getting your quiz ready for students==&lt;br /&gt;
Once you have added all the questions you need, your quiz is ready for students and will already be visible on the page (unless you hid it while you were setting it up.)&lt;br /&gt;
&lt;br /&gt;
It is a good idea to preview your quiz by clicking in the block &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview.&#039;&#039; (1 below) You can then check for any oversights and edit a question directly from a link provided (2 below):&lt;br /&gt;
&lt;br /&gt;
[[File:Quizpreviewedit.png]]&lt;br /&gt;
&lt;br /&gt;
==Viewing quiz results==&lt;br /&gt;
To see the grades once students have done your quiz, you can either:&lt;br /&gt;
* click the quiz itself and then the link &#039;Attempts =&#039; (where the number is the number of attempts)  - or - &lt;br /&gt;
*click the quiz and then from the block &#039;&#039;Administration&amp;gt;Quiz administration&#039;&#039;, expand &#039;Results&#039; and select the analysis you need.&lt;br /&gt;
&lt;br /&gt;
[[Category:Quick guide]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
&lt;br /&gt;
[[es:Guía rápida del examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Drag_and_drop_markers_question_type&amp;diff=120844</id>
		<title>Drag and drop markers question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Drag_and_drop_markers_question_type&amp;diff=120844"/>
		<updated>2015-10-26T17:37:34Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* How to create a question */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
This  question type allows students to drop markers onto an area on a background image. Drag and drop markers questions differ from [[Drag and drop onto image question type]] in that there are no predefined areas on the underlying image that are visible to the student. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to create a question==&lt;br /&gt;
&lt;br /&gt;
Give the question a descriptive name to help you find it in the question bank. (Students won&#039;t see the name.) In our example, students must correctly locate regions of Australia.&lt;br /&gt;
&lt;br /&gt;
Add the question to the text editor, using any formatting you wish.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Preview&#039;&#039;&#039; section, click the background image button to upload an image. Larger images will be displayed at a maxiumum 600 x 400.Your image will then display under the file upload box. Note that gridlines are visible:&lt;br /&gt;
&lt;br /&gt;
[[File:dragdropmarkerimageupload.png]]&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Markers&#039;&#039;&#039; section, add the words you want the students to drag onto the areas you select. &lt;br /&gt;
&lt;br /&gt;
[[File:ddmarkerswords.png]]&lt;br /&gt;
&lt;br /&gt;
In  the &#039;Number&#039; dropdown, you can select the number of times the marker can be used. Selecting 1 means that when it has been used once, it will no longer be available in the list. It is fine to leave the numbers as the default &#039;Infinite&#039;; it just means that each marker will still remain once it has been used.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Dropzones&#039;&#039;&#039; section, decide the shape you want the selectable areas to be:circle, polygon or rectangle. Our example uses a rectangle. In each &#039;Marker&#039; dropdown, choose the item you want for that area. &lt;br /&gt;
&lt;br /&gt;
You will now see by your uploaded image that these names are displayed:&lt;br /&gt;
&lt;br /&gt;
[[File:ddmarkersimageandwords.png]]&lt;br /&gt;
&lt;br /&gt;
Now you need manually to add the coordinates of the areas into which you want students to position the marker. &lt;br /&gt;
&lt;br /&gt;
Click the question mark icon [[File:helppopup.png]] next to Drop zone 1 to see how to add these for your chosen shape.&lt;br /&gt;
&lt;br /&gt;
Our example uses a rectangle. We need to define four numbers:&lt;br /&gt;
# the top left corner of our selected area, by counting the boxes in from the left...&lt;br /&gt;
#and down from the top. Each box is ten pixels so three boxes = 300 for example. &lt;br /&gt;
#the width of our selected area, by counting the boxes across&lt;br /&gt;
#the height of our selected area, by counting the boxes up&lt;br /&gt;
&lt;br /&gt;
The  numbers are separated by commas, with a semi-colon separating the corner coordinates from the size, eg: 20,50;150,200&lt;br /&gt;
&lt;br /&gt;
[[File:ddcoordinatesexample.png]]&lt;br /&gt;
&lt;br /&gt;
The image updates immediately so you can check your accuracy and adapt the coordinates. The above co-ordinates preview as below:&lt;br /&gt;
&lt;br /&gt;
[[File:ddcoordinates.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE:&#039;&#039;&#039; Generally, you should make the drop zones a little bit too big. That is, it is better to occasionally grade an incorrect response right, than to ever grade a correct response a incorrect. So the above example is not very good. There are places inside Western Australia which will be graded as wrong with the question set up the way it is. Don&#039;t do that! &lt;br /&gt;
&lt;br /&gt;
Once all co-ordinates have been manually entered, you can  save the changes and preview the question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE:&#039;&#039;&#039; When dragging a marker, students must position the little circle top left of the marker in the centre of the area they have selected, &#039;&#039;not the whole marker&#039;&#039;, as this might cause confusion and an unexpected incorrect answer.&lt;br /&gt;
&lt;br /&gt;
[[File:ddexamplepositioning1.png]]&lt;br /&gt;
&lt;br /&gt;
===Using markers and drop zones more than once===&lt;br /&gt;
If &#039;Infinite&#039; is selected from the &#039;Numbers&#039; dropdown in the &#039;&#039;&#039;Markers&#039;&#039;&#039; section, then the markers may be used more than once.&lt;br /&gt;
&lt;br /&gt;
If the same coordinates must used for several markers in the &#039;&#039;&#039;Drop zones&#039;&#039;&#039; section, then more than one marker may be placed in a single area, as in the example below (1) , where students identify regions of Great Britain, the UK and the British Isles (2):&lt;br /&gt;
&lt;br /&gt;
[[File:partsofGBUKBI.png|thumb|600px|center]]&lt;br /&gt;
&lt;br /&gt;
==Scoring and feedback==&lt;br /&gt;
All drop zones are weighted identically. Only drop zones that are correctly labelled gain marks. There is no negative marking of drop zones that are incorrectly labelled.&lt;br /&gt;
&lt;br /&gt;
If more markers are placed on the image than there are drop-zones a penalty is applied for the extra markers. If there are n drop zones and n+m markers are placed of which p are placed correctly the score is calculated as p/(m+n).&lt;br /&gt;
&lt;br /&gt;
If the question is used in &#039;interactive with multiple tries&#039; style the marking is modified as follows:&lt;br /&gt;
&lt;br /&gt;
*The mark is reduced for each try by the penalty factor.&lt;br /&gt;
*Allowance is made for when a correct choice is first chosen providing it remains chosen in subsequent tries.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Show the number of correct responses:&#039;&#039;&#039; Include in the feedback a statement of how many choices are correct.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;State which markers are incorrectly placed:&#039;&#039;&#039; Include in the feedback a list of markers which are incorrectly placed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Move incorrectly placed markers back to default start position below image:&#039;&#039;&#039; When ‘Try again’ is clicked incorrectly positioned labels are removed.&lt;br /&gt;
&lt;br /&gt;
==Accessibility==&lt;br /&gt;
Marker questions are keyboard accessible. Use the &amp;lt;tab&amp;gt; key to move between the markers and the &amp;lt;arrow&amp;gt; keys to position the markers.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [http://www.somerandomthoughts.com/blog/2012/02/20/review-question-type-drag-and-drop-marker-for-moodle-2/ Review of this question type]&lt;br /&gt;
* [http://www.youtube.com/watch?v=Tvl4GuGvtxc Video tutorial: How to Create a Question Using the Drag and Drop with Markers Question Type]&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
[[es:Tipo de pregunta arrastrar y soltar marcadores]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Course_enrolment&amp;diff=120432</id>
		<title>Course enrolment</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Course_enrolment&amp;diff=120432"/>
		<updated>2015-10-19T10:28:15Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note|This page is about adding (enrolling) students to courses.  If the students do not already have accounts on the Moodle site, then you need first to read the page [[Add users]].}}&lt;br /&gt;
&lt;br /&gt;
The process of adding students to courses is called [[Enrolment]]. This is different from adding users to the site, which is known as [[Authentication]]. There are various methods of enrolling students into courses, once they have logged in to Moodle.&lt;br /&gt;
&lt;br /&gt;
A teacher can view, activate, add and remove the enrolment methods within their course from &#039;&#039;Course administration &amp;gt; Users &amp;gt;Enrolment methods.&#039;&#039; It may also be the case that the students are automatically enrolled into the course by an administrative process, and the teacher does not need to do anything.&lt;br /&gt;
&lt;br /&gt;
==Students enrol themselves==&lt;br /&gt;
If  [[Self enrolment]]  is enabled then students can sign up to courses themselves. The teacher can restrict enrolment to those who have been given an [[Enrolment key]] and, if needed, a staff member may be given the [[Keyholder role]] to manage enrolment keys.&lt;br /&gt;
[[File:selfenrolment.png|thumb|500px|center|Student self-enrols into a course.]]&lt;br /&gt;
&lt;br /&gt;
==Teachers manually enrol students==&lt;br /&gt;
If [[Manual enrolment]] is enabled (and it usually is) then teachers may add students to their course from &#039;&#039;Course administration &amp;gt; Users &amp;gt; Enrolled users.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Allowing guests into a course==&lt;br /&gt;
Guests may be allowed to view course contents, but not participate in them, if [[Guest access]] is enabled. To find out exactly what guests may and may not do in a course, see the page [[Guest role]].&lt;br /&gt;
&lt;br /&gt;
==Adding students in bulk==&lt;br /&gt;
#When using [[Manual enrolment]], the teacher may select and enrol several students at once.&lt;br /&gt;
#An administrator can enrol students in bulk into a course with a CSV file. See [[Add users]]&lt;br /&gt;
#Cohorts, that is, site or category-wide batches of users, may be added to courses using the [[Cohort sync]] enrolment method. Note that cohorts must first exist on the site.&lt;br /&gt;
&lt;br /&gt;
==Linked courses==&lt;br /&gt;
The [[Course meta link]] enrolment method allows users who are in another course to be automatically enrolled into your course as well. An example might be if a Moodle site has a course for &amp;quot;Staff Only&amp;quot; and a course for &amp;quot;Moodle Help&amp;quot;. If the &amp;quot;Staff Only&amp;quot; course is added to the &amp;quot;Moodle Help&amp;quot; course with the course meta link plugin, then every time a new member of staff joins the &amp;quot;Staff Only&amp;quot; course, they will automatically be enrolled in the &amp;quot;Moodle Help&amp;quot; course too.&lt;br /&gt;
&lt;br /&gt;
Teachers can only select from courses in which they are teachers when using this method.&lt;br /&gt;
==Paying for courses==&lt;br /&gt;
*If the administrator has enabled the [[Paypal enrolment]] method sitewide and enabled it in courses, then the teacher can set a price for a course.&lt;br /&gt;
*Note that students still need to have accounts in the site before they can pay for a course.&lt;br /&gt;
*Be careful also if you have [[Self enrolment]] enabled on your course as well as Paypal; if you don&#039;t set an enrolment key with the Self enrolment method, then students could access the course without paying.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
[[Enrolment FAQ]] answers some common questions about enrolment.&lt;br /&gt;
&lt;br /&gt;
[[Unenrolment]] explains the process of students leaving courses.&lt;br /&gt;
&lt;br /&gt;
[[Enrolments]] discusses other types of enrolment plugins not covered here.&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Drag_and_drop_onto_image_question_type&amp;diff=120286</id>
		<title>Drag and drop onto image question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Drag_and_drop_onto_image_question_type&amp;diff=120286"/>
		<updated>2015-10-13T09:56:22Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: But, iCMA is the OU term for quiz, not question. Re-fixing. Thanks for spotting it in the first place German.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}&lt;br /&gt;
{{New features}}&lt;br /&gt;
This question type allows students to drag words, images or both from a list and drop them into pre-defined gaps on a base image.&lt;br /&gt;
&lt;br /&gt;
==How to create a question==&lt;br /&gt;
Give the question a descriptive name to help you find it in the question bank. (Students won&#039;t see the name.)&lt;br /&gt;
&lt;br /&gt;
Add the question to the text editor, using any formatting you wish.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Preview&#039;&#039;&#039; section, click the background image button to upload an image. Larger images will be displayed at a maxiumum 600 x 400.Your image will then display under the file upload box.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Draggable items&#039;&#039;&#039; section, you can upload images if you leave the type as &#039;draggable image&#039; or you can type in words if you change the type to &#039;draggable text&#039;. You may have a mixture of images and text.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Drop zones&#039;&#039;&#039; section,  you choose which items to go in which zone. Click the &#039;Refresh preview&#039; button.&lt;br /&gt;
&lt;br /&gt;
You can then position the items on the background image and this will add their coordinates.&lt;br /&gt;
&lt;br /&gt;
Note:(1) Draggable images cannot be more than 150 x 100 pixels. If they are larger, they will be scaled on import. Remember to add a short text descriptor too.&lt;br /&gt;
&lt;br /&gt;
Note (2) You can format draggable  text using &amp;lt;nowiki&amp;gt; &amp;lt;sub&amp;gt;, &amp;lt;sup&amp;gt;, &amp;lt;b&amp;gt;, &amp;lt;i&amp;gt;, &amp;lt;em&amp;gt;,  &amp;lt;strong&amp;gt; and &amp;lt;br/&amp;gt; &amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Note (3)  Choices that are within the same Group are colour coded and may only be dropped on a drop zone with the corresponding colour. Choices that are marked as &#039;infinite&#039; may be used in multiple locations.&lt;br /&gt;
&lt;br /&gt;
===Example one===&lt;br /&gt;
&#039;&#039;Based on the Moodle documentation &#039;&#039;&#039;[[Pedagogy]]&#039;&#039;&#039;, participants must &#039;climb the Moodle ladder&#039; by ordering the stages of using Moodle as a teacher.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Preview&#039;&#039;&#039; section, a basic image of steps is uploaded&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Draggable items&#039;&#039;&#039; section, the &#039;type&#039; is chosen as &#039;draggable text&#039; and the text for each stage is added. (Groups and the infinite setting are not used in this example)&lt;br /&gt;
[[File:imagedragdropdraggabletext.png|thumb|center|500px]]&lt;br /&gt;
In the &#039;&#039;&#039;Drop zones&#039;&#039;&#039; section, an item from the previously added options is chosen from the drop down:&lt;br /&gt;
[[File:choosingdropzonetext.png|thumb|500px|center]]&lt;br /&gt;
These texts will now appear under the background image:&lt;br /&gt;
[[File:imagedragdroptextpreview.png|thumb|500px|center]]&lt;br /&gt;
The text boxes are dragged to their correct positions on the image (steps on the staircase) This will then add the co-ordinates to the Dropzones section automatically:&lt;br /&gt;
[[File:imagedragdropdropzonescoords.png|thumb|500px|center]]&lt;br /&gt;
Other settings are completed (see below) and the question is saved.&lt;br /&gt;
&lt;br /&gt;
Participants must drag the Moodle stages to the correct step:&lt;br /&gt;
[[File:climbthemoodleladder.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
===Example two===&lt;br /&gt;
&#039;&#039;Participants must add the correct country flag and capital city onto a map of Europe.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This question has images as well as text and makes use of the Groups feature.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Preview&#039;&#039;&#039; section, a basic map of Europe is uploaded.&lt;br /&gt;
&lt;br /&gt;
In the *In the &#039;&#039;&#039;Draggable items&#039;&#039;&#039; section, the capital cities are added as the type &#039;draggable text&#039; and the flags are added as the type &amp;quot;draggable image&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:dragtextimageflags.png|thumb|center|600px]]&lt;br /&gt;
&lt;br /&gt;
All draggable images  (the flags) are in Group 1 and all draggable text items (the capital cities) are in Group 2.&lt;br /&gt;
&lt;br /&gt;
In the &#039;&#039;&#039;Drop zones&#039;&#039;&#039; section, an item from the previously added options is chosen from the drop down. The Group 1 boxes will display in a different colour from the Group 2 boxes. &lt;br /&gt;
&lt;br /&gt;
When the boxes are dragged to their appropriate places on the background image, the coordinates in the Drop zones section are updated automatically.&lt;br /&gt;
&lt;br /&gt;
Other settings are completed (see below) and the question is saved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:dragddropimageflagcity.png]]&lt;br /&gt;
&lt;br /&gt;
==Scoring and feedback==&lt;br /&gt;
All gaps are weighted identically. Only drop zones that are filled correctly gain marks. There is no negative marking of drop zones that are filled incorrectly.&lt;br /&gt;
&lt;br /&gt;
Whether or not Combined feedback is shown to students is governed by the Specific feedback setting on the quiz settings form.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Penalty for each incorrect try&#039;&#039;&#039;: The available mark is reduced by the penalty for second and subsequent tries. In the example above a correct answer at the second try will score 0.6666667 of the available marks and a correct answer at the third try will score 0.3333334 of the available marks.&lt;br /&gt;
&lt;br /&gt;
If the question is used in &#039;interactive with multiple tries&#039; behaviour the marking is modified as follows:&lt;br /&gt;
&lt;br /&gt;
# The mark is reduced for each try by the penalty factor.&lt;br /&gt;
# Allowance is made for when a correct choice is first chosen providing it remains chosen in subsequent tries.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint&#039;&#039;&#039;: You can complete as many of these boxes as you wish. If you wish to give the student three tries at a question you will need to provide two hints. At runtime when the hints are exhausted the question will finish and the student will be given the general feedback and the question score will be calculated.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clear incorrect responses&#039;&#039;&#039;: When ‘Try again’ is clicked incorrect choices are cleared.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Show the number of correct responses&#039;&#039;&#039;: Include in the feedback a statement of how many choices are correct.&lt;br /&gt;
&lt;br /&gt;
==Accessibility==&lt;br /&gt;
Drag and drop questions are keyboard accessible. Use the &amp;lt;tab&amp;gt; key to move between the drop zones and the &amp;lt;space&amp;gt; key to cycle around the possible choices for each drop zone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Tipo de pregunta arrastrar y soltar en imagen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Moodle_migration&amp;diff=119809</id>
		<title>Moodle migration</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Moodle_migration&amp;diff=119809"/>
		<updated>2015-09-15T06:48:20Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
There may be times when you need to move your Moodle site from one server to another. For example, moving a Moodle site from shared hosting service&#039;s server to a dedicated server.&lt;br /&gt;
&lt;br /&gt;
==Recommended method==&lt;br /&gt;
&lt;br /&gt;
This involves moving a whole site from one server to another. If you are changing the domain/IP address to the new server you need to do these steps:&lt;br /&gt;
&lt;br /&gt;
===Turn on maintenance mode===&lt;br /&gt;
&lt;br /&gt;
Place your current Moodle site into [[Maintenance mode]] Site Administration&amp;gt;Server&amp;gt;Maintenance Mode to prevent any further additions to the Moodle database. Don&#039;t let administrators login during the migration as they are not affected by the maintenance mode setting.&lt;br /&gt;
&lt;br /&gt;
===Backup the Moodle database on the old sever===&lt;br /&gt;
&lt;br /&gt;
The right way to back up your database depends on which database system you are using. The instructions below are one way to back up a MySQL database. Another option would be to use a tool like phpMyAdmin to manually make a backup. The documentation for your database will give more options. There are many ways to do such backups. Here is an outline of a little script you can run from command line on Unix to backup the database:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /my/backup/directory&lt;br /&gt;
mv moodle-database.sql.gz moodle-database-old.sql.gz&lt;br /&gt;
mysqldump -h example.com -u myusername --password=mypassword -C -Q -e --create-options mydatabasename &amp;gt; moodle-database.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Restore the database backup to the new server ===&lt;br /&gt;
&lt;br /&gt;
Copy the database back up files to the new server and restore into the new database server.&lt;br /&gt;
&lt;br /&gt;
Once you have created the new database on the new server:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mysql -p new_database &amp;lt; moodle-database.sql&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other databases, follow their instructions for restoring a backup. &lt;br /&gt;
&lt;br /&gt;
===Copy moodledata from the old server to the new server===&lt;br /&gt;
&lt;br /&gt;
Copy the contents of your data directory (check for the value in &amp;lt;code&amp;gt;$CFG-&amp;gt;dataroot&amp;lt;/code&amp;gt;) to the new server. This can be a lot of data, so consider using a good data copying tool like rsync. If using an FTP client, the transfer of the &amp;lt;code&amp;gt;filedir&amp;lt;/code&amp;gt; folder must be in &#039;&#039;&#039;BINARY&#039;&#039;&#039; mode or the files will get corrupted in the process.&lt;br /&gt;
&lt;br /&gt;
Check the file permissions of the copied files. The web server needs read and write access.&lt;br /&gt;
&lt;br /&gt;
===Copy the Moodle code from the old server to the new server===&lt;br /&gt;
&lt;br /&gt;
You will need to copy the Moodle code itself to the new server (this is the Moodle folder found in your webroot folder e.g. /var/www or public_html). &lt;br /&gt;
&lt;br /&gt;
Check the file permissions of the copied files. The web server needs read access.&lt;br /&gt;
&lt;br /&gt;
===Update config.php with the URL of the new server===&lt;br /&gt;
&lt;br /&gt;
If the migration will move Moodle to a new URL, then update $CFG-&amp;gt;wwwroot in config.php to point to the new location.&lt;br /&gt;
&lt;br /&gt;
Also check the other properties there. Is the path $CFG-&amp;gt;moodledata still correct? Do the database connection settings need to be changed?&lt;br /&gt;
&lt;br /&gt;
===Test the copied site===&lt;br /&gt;
&lt;br /&gt;
You should now be able to log into the new site as admin, and verify that most things are working.&lt;br /&gt;
&lt;br /&gt;
===Update links containing wwwroot in the databse===&lt;br /&gt;
&lt;br /&gt;
The one thing we have not fixed is any internal links stored in the database. To fix these use the [[Search and replace tool]] buy going to {wwwroot}/admin/tool/replace/index.php.&lt;br /&gt;
&lt;br /&gt;
Enter the url for your old server (&amp;lt;nowiki&amp;gt;http://oldserver.com/&amp;lt;/nowiki&amp;gt;) and new server (&amp;lt;nowiki&amp;gt;http://newserver.com/&amp;lt;/nowiki&amp;gt;) and it will fix any links stored in the database.&lt;br /&gt;
&lt;br /&gt;
===Take the site out of maintenance mode===&lt;br /&gt;
&lt;br /&gt;
Test the migration some more, then when you are satisfied, remember to take the site out of maintenance mode.&lt;br /&gt;
&lt;br /&gt;
==Quick and hacky method==&lt;br /&gt;
&lt;br /&gt;
If you have shell access on both servers, here is a quick command-line based method.&lt;br /&gt;
&lt;br /&gt;
*Set up a new empty database on the &#039;&#039;&#039;new&#039;&#039;&#039; server.&lt;br /&gt;
*Place your existing Moodle site into maintenance mode.&lt;br /&gt;
*Login to shell on the &#039;&#039;&#039;old&#039;&#039;&#039; existing server.&lt;br /&gt;
*Use rsync to copy &#039;&#039;&#039;moodledata&#039;&#039;&#039; and &#039;&#039;&#039;public_html&#039;&#039;&#039; or &#039;&#039;&#039;moodle&#039;&#039;&#039; folders (or whatever directory your Moodle install is in) to the new server - execute (replacing caps with your details; SOURCE = the directory you want to copy) for each directory:&lt;br /&gt;
::&amp;lt;code&amp;gt;rsync -av -e ssh SOURCE/ USERNAME@NEW_SERVER.COM:/PATH/TO/DESTINATION/&amp;lt;/code&amp;gt;&lt;br /&gt;
*Dump existing database and move and import into database on new server by executing:&lt;br /&gt;
::&amp;lt;code&amp;gt;mysqldump --allow-keywords --opt -uMySQL_USERNAME -pPASSWORD DATABASE | ssh USER@DOMAIN &amp;quot;mysql -uMySQL_USERNAME -pPASSWORD DATABASE&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Replace any links in the database that contin the full site URL:&lt;br /&gt;
::&amp;lt;code&amp;gt;#sed -e &#039;s/oldserver.com/newserver.com/g&#039; oldmysqldump.sql &amp;gt; newmysqldump.sql&amp;lt;/code&amp;gt;&lt;br /&gt;
*On the &#039;&#039;&#039;new server&#039;&#039;&#039;, update &#039;&#039;&#039;config.php&#039;&#039;&#039; with relevant details where applicable (e.g. database name and user details, the wwwroot and the dataroot).&lt;br /&gt;
*Check ownership and permissions are correct on both moodle code and moodledata directories.&lt;br /&gt;
*Make sure everything is working.&lt;br /&gt;
&lt;br /&gt;
Takes about 15 minutes for a small site.  However, transferring several Gigabytes of data for a larger site can take hours depending on your network connection and hard drive read/write speed.&lt;br /&gt;
&lt;br /&gt;
When you are happy all has gone well, set up redirects/make DNS changes if required, take new site out of maintenance mode and &amp;quot;switch off&amp;quot; old site. &lt;br /&gt;
&lt;br /&gt;
*If you are switching the ip address from the old server to the new one, you will need to turn off the old server before firing up the new one to avoid ip addressing conflicts and confusion!&lt;br /&gt;
&lt;br /&gt;
==Other considerations==&lt;br /&gt;
&lt;br /&gt;
===Upgrade Moodle at the same time?===&lt;br /&gt;
&lt;br /&gt;
While doing the work of migrating Moodle, you might want to [[Upgrading | upgrade Moodle]] to the latest version at the same time. On the other hand, if you do that, and something breaks, you won&#039;t be sure which change caused the problem, so the more cautious approach is to change one thing at a time, and test in between to verify that all is well.&lt;br /&gt;
&lt;br /&gt;
===DNS &amp;amp; masquerading changes===&lt;br /&gt;
&lt;br /&gt;
You may have had to change the DNS entries for the new Moodle site. If you have done so, it will take some time for the changes to replicate, so be patient. If your server is located behind a firewall, you may also have to change your firewall rules to allow access to the new server. See the [[Masquerading | masquerading docs]].&lt;br /&gt;
&lt;br /&gt;
===Internal and external access===&lt;br /&gt;
&lt;br /&gt;
If you have a set up where your Moodle site can be accessed via a network and via the internet, ensure you check that the new site can be accessed internally and externally.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Site backup]]&lt;br /&gt;
* [[Site restore]]&lt;br /&gt;
* [[Backup and restore FAQ]]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=62959 Changing Moodle URL] &lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=57477 Changing site address] &lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=76704 Upgrading whilst migrating] &lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=65450 Internal and external access] &lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=111807 Migrated Moodle to New Server But Can&#039;t Login]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=228436 Replace script returns &amp;quot;Service Unavailable&amp;quot;]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=85812 migrating Moodle&#039;s data directory on a Windows system]&lt;br /&gt;
&lt;br /&gt;
[[es:Migración de Moodle]]&lt;br /&gt;
[[fr:Migration de Moodle]]&lt;br /&gt;
[[ja:Moodle移行]]&lt;br /&gt;
[[de:Moodle-Migration]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Virtual_lab_filter&amp;diff=119397</id>
		<title>Virtual lab filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Virtual_lab_filter&amp;diff=119397"/>
		<updated>2015-07-29T13:21:49Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* You need to have JAVA installed in the users&amp;#039; computer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = filter&lt;br /&gt;
|entry = https://moodle.org/plugins/view/filter_vlabembed&lt;br /&gt;
|tracker = https://github.com/ssemerikov/moodle-filter_vlabembed/issues&lt;br /&gt;
|discussion = http://ict-chem.ccjournals.eu/mod/forum/view.php?id=15&lt;br /&gt;
|maintainer = [[user:Pavlo Nechipurenko|Pavlo Nechipurenko]]&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
==Description==&lt;br /&gt;
A Moodle filter plug-in to embed ChemCollective Virtual Lab problems using the Vlab Java applet. It embeds any assigments (both local and global).&lt;br /&gt;
&lt;br /&gt;
NOTICE: this software is in no way endorsed by or affiliated with the official ChemCollective project or team.&lt;br /&gt;
* This filter will replace links to a Vlab file (.xml) in [vlab]...[/vlab] block with a java applet that plays that ChemCollective Virtual Lab inline&lt;br /&gt;
* Because of differences in the license, some files needed to run virtual laboratory are not included in the package filter VlabEmbed. But they can be downloaded from an external source using the built vlabinstaller.php.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Installation for recent Moodle branches===&lt;br /&gt;
*Install from &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Install plugins &#039;&#039;&lt;br /&gt;
* Visit &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Notifications &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Alternate installation method for all Moodle 2.x branches===&lt;br /&gt;
* Download the ZIP file from [https://moodle.org/plugins/pluginversions.php?plugin=filter_vlabembed https://moodle.org/plugins/pluginversions.php?plugin=filter_vlabembed].&lt;br /&gt;
* Un-compress the Zip/Gzip archive, and copy the folder renamed &#039;vlabembed&#039; to your moodle/filter/ directory.&lt;br /&gt;
* Visit &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Notifications &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== To activate the filter==&lt;br /&gt;
* Log in to Moodle as admininstrator, go to &#039;&#039; Administration &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; Manage Filters &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Choose &#039;On&#039; or &#039;Off but available&#039; in the drop-down menu next to &#039;VlabEmbed&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:VlabEmbed plugin active.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Click on &#039;&#039; Settings &#039;&#039; to configure plugin width, height, autodownload facilities and language.&lt;br /&gt;
* Available languages codes are: BR - Brasilian Portugese, CA - Català, DE - Deutsch, ES - Español, FR - Français, GR - Greek, RU - Russian, UK - Ukrainian&lt;br /&gt;
 &lt;br /&gt;
[[File:VlabEmbed plugin settings.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==You need to have JAVA installed in the user&#039;s computer==&lt;br /&gt;
* If you do not have [[Java]] installed in the computer where you will see the Virtual lab, when you try to use the filter the computer will prompt you to [https://java.com/download download and install Java]. You do not need to install [[Java]] in the Moodle server.&lt;br /&gt;
&lt;br /&gt;
[[File:Installing_Java.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*When you try to install [[Java]] you might get a warning about a vulnerabilty associated to the [[Java]] plugin just above the link that you need to click to finally activate [[Java]] in your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Warning Java vulnerability.png|300px|warning in Spanish language, but you can almost certainly undertand it!]]&lt;br /&gt;
&lt;br /&gt;
*You might want to read about this [[Java]] vulnerabilty before actually enabling this plugin. If you can contact the person in your institution who is in charge of computer security, it might be worth consulting with him.&lt;br /&gt;
* There might be another step where you can verify thata your [[Java]] installation was OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Verifying Java vinstallation.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Your browser and/or Operating System might even prompt you yet again to approve running [[Java]] on your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation for running Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* And the browser that you are using to see your Moodle site might also ask you for security confirmation about running [[Java]]&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation 2 for running Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation_3_for_running_Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Notice in the above images that Moodle is running in LOCALHOST. It is always a good idea to try new plugins in a localhost server befor trying it in a real working server.&lt;br /&gt;
&lt;br /&gt;
* You will finally get a message telling you that your [[Java]] version is OK. Remember to update Java (as well as all software) regularly.&lt;br /&gt;
&lt;br /&gt;
[[File:Java version verified OK.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Obtain the other needed files==&lt;br /&gt;
* You need to obtain some Vlab files from external sources for the filter to work.&lt;br /&gt;
* By default, Virtual Lab applet files are not included into VlabEmbed filter package due to it license (CC BY-NC-ND 3.0) is not compatible with the GNU GPLv3.&lt;br /&gt;
* You can install Vlab files via vlabinstaller.php.&lt;br /&gt;
* You can also manually download archive of Vlab applet files from http://ict-chem.ccjournals.eu/vlab_ukr.zip, http://kdpu.edu.ua/download/kaf_chem/books/vlab_ukr.zip or https://sites.google.com/site/kafedrahimiie/necipurenko-p/chemistry-virtual-lab-ukrainian-version/ukraienskaversiavirtuallab/vlab_ukr.zip and extract them into filter directory (yoursitemoodledirectory/filter/vlabembed) or download it separately from ChemCollective site:&lt;br /&gt;
&lt;br /&gt;
===a) Download and put into your_site_moodle_directory/filter/vlabembed the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/vlab.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/junit.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/logclient.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang_ar.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang_ru.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/language.xml&lt;br /&gt;
&lt;br /&gt;
===b) Create subdir &#039;assignments&#039; at yoursite_moodle_directory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/Default.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/Walkthrough.xml&lt;br /&gt;
&lt;br /&gt;
===c) Create subdir &#039;images&#039; at yoursitemoodledirectory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/images/icon.ico&lt;br /&gt;
      &lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/images/icon32.ico&lt;br /&gt;
      &lt;br /&gt;
===d) Create subdir &#039;fonts&#039; at yoursitemoodledirectory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/fonts/ARIALUNI.TTF&lt;br /&gt;
&lt;br /&gt;
===e) Create subdir &#039;default&#039; at yoursitemoodledirectory/filter/vlabembed/assignments/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/filesystem.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/reactions.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/species.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/spectra.xml&lt;br /&gt;
===f) Create subdir &#039;walkthrough&#039; at yoursitemoodledirectory/filter/vlabembed/assignments/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/filesystem.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/reactions.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/species.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/spectra.xml&lt;br /&gt;
&lt;br /&gt;
==Filter Settings==&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
The syntax to embed a project:&lt;br /&gt;
&lt;br /&gt;
 [vlab]http-link to a Vlab problem file (.xml)[/vlab]&lt;br /&gt;
&lt;br /&gt;
==ERROR solving==&lt;br /&gt;
===Could not find the specified homework problem! Please contact your instructor if the problem persists===&lt;br /&gt;
&lt;br /&gt;
[[File:VLab error could not find homework problem.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Either:&lt;br /&gt;
* You have not specified correctly the path to the problem.&lt;br /&gt;
* You had configured incorrectly the filter settings in &#039;&#039; Site administration  ► Plugins  ► Filters/ ► VlabEmbed &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:VLab filter settings.png|600px]]&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* &#039;&#039;&#039;... This section needs expanding by the plugin author or someone else who has successfully installed the plugin !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*  Moodle plugin entry: http://moodle.org/plugins/view.php?plugin=filter_vlabembed&lt;br /&gt;
* Code, Git: https://github.com/ssemerikov/moodle-filter_vlabembed&lt;br /&gt;
*  Demo : http://ict-chem.ccjournals.eu&lt;br /&gt;
* &amp;quot;Why square brackets?&amp;quot;, http://bitbucket.org/nfreear/timelinewidget/src/tip/filter.php#cl-36&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
* Tested in Moodle 2.9.&lt;br /&gt;
* No javascript, no database access - very simple!&lt;br /&gt;
* Filter syntax is case-sensitive.&lt;br /&gt;
* The plug-in is internationalized in Moodle 2 in Deutsch, Russian, and Ukrainian.&lt;br /&gt;
&lt;br /&gt;
==Notices==&lt;br /&gt;
&lt;br /&gt;
* VlabEmbed plugin, Copyright © 2015 Pavlo Nechipurenko, Sergey Semerikov.&lt;br /&gt;
* License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.&lt;br /&gt;
&lt;br /&gt;
==THERE IS MORE DOCUMENTATION AT [http://ict-chem.ccjournals.eu/mod/page/view.php?id=25&amp;amp;lang=en http://ict-chem.ccjournals.eu/mod/page/view.php?id=25&amp;amp;lang=en] that still NEEDS TIDING UP...==&lt;br /&gt;
&lt;br /&gt;
You can choose the path (external link) where the downloaded files will be virtual lab in a special window. If none of these links does not prove effective, minimum set of downloadable virtual lab files required for its operation, from the developer&#039;s site manually.&lt;br /&gt;
&lt;br /&gt;
Virtual Lab, located in the filter VlabEmbed, has built a repository of tasks in different languages, as well as access to the online repository in English. But his course on the page you can place any single work with a local repository that will be uploaded to the website when configuring the filter.&lt;br /&gt;
&lt;br /&gt;
Below is an example of a filter placed VlabEmbed: virtual laboratory, which is a step by step demonstration of a study of the main features Virtual Lab. File Walkthrough.xml, it is necessary to start this work is in the local repository site, so links the treated filter: http://ict-chem.ccjournals.eu/filter/vlabembed/assignments/problems_uk/Walkthrough.xml . Setting filter width window applet = 800, height = 600 Windows applet, language localization - Ukrainian.&lt;br /&gt;
&lt;br /&gt;
 http://ict-chem.ccjournals.eu/pluginfile.php/61/mod_page/content/54/walkthrough_uk/Walkthrough.xml&lt;br /&gt;
&lt;br /&gt;
 http://ict-chem.ccjournals.eu/pluginfile.php/61/mod_page/content/54/cobalt/Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
Running virtual laboratory work is the presence .xml file and a set of files in the appropriate directory. Run a user-selected virtual laboratory work in several ways:&lt;br /&gt;
&lt;br /&gt;
1) block&lt;br /&gt;
&lt;br /&gt;
[Vlab] [/ vlab]&lt;br /&gt;
&lt;br /&gt;
paste the link http: // address of your website / filter / vlabembed /&lt;br /&gt;
&lt;br /&gt;
2) Upload a separate work contained in the catalog vlabembed, selecting the required file to open it from the list below in paragraph 4.&lt;br /&gt;
&lt;br /&gt;
3) Create a separate directory on the site and download the necessary files from an external resource.&lt;br /&gt;
&lt;br /&gt;
4) Download the required files from an external resource and load them in specially created directory within the course or attach them to the document, and then insert a link to the desired file in .xml block [vlab] ... [/ vlab]&lt;br /&gt;
&lt;br /&gt;
The downloaded archive vlab_ukr.zip (the links that are in the filter settings) or vlab.2.1.0.int.zip (from the developer&#039;s site ) have an identical set of works that are in the catalog archive also identical.&lt;br /&gt;
&lt;br /&gt;
The table lists the files and virtual laboratory work which they needed.&lt;br /&gt;
&lt;br /&gt;
Title 	Authors 	Brief description of 	Required files 	File Path&lt;br /&gt;
&lt;br /&gt;
===Standard virtual laboratory===&lt;br /&gt;
	Mike Karabinos 	Contains material and standard solutions preparates virtual laboratory and reactions between them. 	Default_uk.xml&lt;br /&gt;
/ Default_uk / 	assignments / Default_uk.xml&lt;br /&gt;
assignments / default_uk /&lt;br /&gt;
&lt;br /&gt;
===Step by step demonstration===&lt;br /&gt;
	Emma Rem 	Detailed introductory briefing on some of the most frequently used functions of Virtual Lab. 	Walkthrough.xml&lt;br /&gt;
/ Walkthrough / 	assignments / problems_uk / Walkthrough.xml&lt;br /&gt;
assignments / problems_uk / walkthrough /&lt;br /&gt;
&lt;br /&gt;
===Density and specific temployemnist===&lt;br /&gt;
 	Jordi Cuadros 	Just experiment with density and heat capacity. 	DandSH.xml&lt;br /&gt;
/ Dandsh / 	assignments / problems_uk / DandSH.xml&lt;br /&gt;
assignments / problems_uk / dandSH /&lt;br /&gt;
&lt;br /&gt;
===The problem of dilution of 1=== 	Dave Yaron 	Prepare a concentrated glucose solution dilution of the solution. 	Dilution.xml&lt;br /&gt;
/ Dilution / 	assignments / problems_uk / molarity / Dilution.xml&lt;br /&gt;
assignments / problems_uk / molarity / dilution /&lt;br /&gt;
&lt;br /&gt;
===The problem of dilution 2=== 	Mike Karabinos 	Preparation of the solution dilution of concentrated acid. 	Dilution2.xml&lt;br /&gt;
/ Dilution2 / 	assignments / problems_uk / molarity / Dilution2.xml&lt;br /&gt;
assignments / problems_uk / molarity / dilution2 /&lt;br /&gt;
&lt;br /&gt;
===The task of sucrose solution=== 	Jordi Cuadros and Tim Paluka 	To understand the concentration, molar, molyalnoyi, and molar mass fraction of particles. 	&lt;br /&gt;
&lt;br /&gt;
Concentration1.xml&lt;br /&gt;
&lt;br /&gt;
/ Concentration1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Concentration1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / concentration1 / l&lt;br /&gt;
&lt;br /&gt;
===Preparation of solutions of crystalline compounds===&lt;br /&gt;
 	Jordi Cuadros and Mike Karabinos 	Preparation of solutions with different salt concentrations. 	&lt;br /&gt;
&lt;br /&gt;
Molarsoln.xml&lt;br /&gt;
&lt;br /&gt;
/ Molarsoln /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Molarsoln.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / molarsoln /&lt;br /&gt;
&lt;br /&gt;
===The problem of density metals===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Identifying metals in their density. 	&lt;br /&gt;
&lt;br /&gt;
Metals.xml&lt;br /&gt;
&lt;br /&gt;
/ Metals /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Metals.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / metals /&lt;br /&gt;
&lt;br /&gt;
===The problem of the density of the liquid===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Identification of liquids by their density. 	&lt;br /&gt;
&lt;br /&gt;
LiquidDensity.xml&lt;br /&gt;
&lt;br /&gt;
/ Liquiddens /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / LiquidDensity.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / liquiddens /&lt;br /&gt;
&lt;br /&gt;
===The problem of the density of alcohol===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Determination of density by the solution. 	&lt;br /&gt;
&lt;br /&gt;
Alcohol.xml&lt;br /&gt;
&lt;br /&gt;
/ Alcohol /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Alcohol.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / alcohol /&lt;br /&gt;
&lt;br /&gt;
===Motley problem===&lt;br /&gt;
 	Donovan Lang 	In this task, students must mix the solution together, trying to control them change color. 	&lt;br /&gt;
&lt;br /&gt;
Jello.xml&lt;br /&gt;
&lt;br /&gt;
/ Jello /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Jello.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / jello /&lt;br /&gt;
&lt;br /&gt;
===Riddle Oracle===&lt;br /&gt;
 	Donovan Lang 	The problem of limiting reagent to determine the stoichiometry of the reaction. 	&lt;br /&gt;
&lt;br /&gt;
Oracle2.xml&lt;br /&gt;
&lt;br /&gt;
/ Oracle2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Oracle2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / oracle2 /&lt;br /&gt;
&lt;br /&gt;
===Oracle Enigma 2===&lt;br /&gt;
 	Donovan Lang 	The problem of limiting reagent and the stoichiometry in the complex mixture. 	&lt;br /&gt;
&lt;br /&gt;
Oracle.xml&lt;br /&gt;
&lt;br /&gt;
/ Oracle /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Oracle.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / oracle /&lt;br /&gt;
&lt;br /&gt;
===The problem of excess reagent 1===&lt;br /&gt;
 	Yaron David and Mike Karabinos 	Collection of practical exercises on limiting reagents using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
Hslimit1.xml&lt;br /&gt;
&lt;br /&gt;
/ Hslimit1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Hslimit1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / hslimit1 /&lt;br /&gt;
&lt;br /&gt;
===Objectives of the relationship reagents===&lt;br /&gt;
 	David Yaron 	Conduct an experiment to get an answer to the problem of limiting reagent. 	&lt;br /&gt;
&lt;br /&gt;
Hslimit2.xml&lt;br /&gt;
&lt;br /&gt;
/ Hslimit2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Hslimit2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / hslimit2 /&lt;br /&gt;
&lt;br /&gt;
===Prediction concentration of DNA===&lt;br /&gt;
 	David Yaron 	Sprohnozuyte limiting reagent in tasks related to the DNA strands. 	&lt;br /&gt;
&lt;br /&gt;
Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnabind /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / dnabind /&lt;br /&gt;
&lt;br /&gt;
===Coloring DNA 2===&lt;br /&gt;
 	David Yaron 	In this exercise at limiting reagent, students master the experiment definition unlabeled molecules. 	&lt;br /&gt;
&lt;br /&gt;
DnaDye2.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnadye2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / DnaDye2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / dnadye2 /&lt;br /&gt;
&lt;br /&gt;
===The task of establishing concentration===&lt;br /&gt;
 	Mike Karabinos 	Determination of Arhentumu ions in a solution of silver nitrate. 	&lt;br /&gt;
&lt;br /&gt;
Silver.xml&lt;br /&gt;
&lt;br /&gt;
/ Silver /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / Silver.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / silver /&lt;br /&gt;
&lt;br /&gt;
===Gravimetric determination Arsene===&lt;br /&gt;
 	Jordi Cuadros 	Determination of Arsene compounds in soil samples. 	&lt;br /&gt;
&lt;br /&gt;
ArsGrav.xml&lt;br /&gt;
&lt;br /&gt;
/ Arsgrav /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / ArsGrav.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / arsgrav /&lt;br /&gt;
&lt;br /&gt;
===Experiments with compounds Cobalt===&lt;br /&gt;
 	Bob Belford 	In the example experiment, complex compounds Cobalt (II) considered the principle of &amp;amp; Le Chatelier. 	&lt;br /&gt;
&lt;br /&gt;
Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
/ Cobalt /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / cobalt /&lt;br /&gt;
&lt;br /&gt;
===The problem of the formation of DNA===&lt;br /&gt;
 	Dave Yaron 	The study of equilibrium constants in biochemical systems. 	&lt;br /&gt;
&lt;br /&gt;
Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnabind /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / dnabind /&lt;br /&gt;
&lt;br /&gt;
===Temperature and solubility salts===&lt;br /&gt;
 	Rob and David Belford Yaron 	Explore the dependence of the solubility of salts in water temperature. 	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sol.xml&lt;br /&gt;
&lt;br /&gt;
/ Sol /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / Sol.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / sol /&lt;br /&gt;
&lt;br /&gt;
===Determination of the solubility of products===&lt;br /&gt;
 	Rob and David Belford Yaron 	Defining constants (product) solubility Ks (DR) for different salts. 	&lt;br /&gt;
&lt;br /&gt;
Sol2.xml&lt;br /&gt;
&lt;br /&gt;
/ Sol2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / Sol2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / sol2 /&lt;br /&gt;
&lt;br /&gt;
===The task to determine solubility===&lt;br /&gt;
 	Dave Yaron 	Determination of the solubility of CuCl at different temperatures. 	&lt;br /&gt;
&lt;br /&gt;
CuClSolu.xml&lt;br /&gt;
&lt;br /&gt;
/ Cuclsolu /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / CuClSolu.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / cuclsolu /&lt;br /&gt;
&lt;br /&gt;
===Thermochemical task 1===&lt;br /&gt;
 	Dave Yaron 	Investigate and determine the heat of reactions in aqueous solutions. 	&lt;br /&gt;
&lt;br /&gt;
Thermo.xml&lt;br /&gt;
&lt;br /&gt;
/ Thermo /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Thermo.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermo /&lt;br /&gt;
&lt;br /&gt;
===Objectives of coffee===&lt;br /&gt;
 	Tim and David Yaron Paluka 	Prepare coffee with a given temperature. 	&lt;br /&gt;
&lt;br /&gt;
Coffee.xml&lt;br /&gt;
&lt;br /&gt;
/ Soffee /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Coffee.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / coffee /&lt;br /&gt;
&lt;br /&gt;
===The heat of reaction - Hess&#039;s law===&lt;br /&gt;
 	Barry Charington 	Demonstration Act Hess using three reactions: dissolving NaOH in water and hydrochloric acid, and the reaction solution of HCl and NaOH together. 	&lt;br /&gt;
&lt;br /&gt;
Heatrxn.xml&lt;br /&gt;
&lt;br /&gt;
/ Heatrxn /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Heatrxn.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / heatrxn / l&lt;br /&gt;
&lt;br /&gt;
===I Cooler===&lt;br /&gt;
 	Tim Paluka and Jordi Cuadros 	Identify and compare the heat of an unknown liquid. 	&lt;br /&gt;
&lt;br /&gt;
Freeze.xml&lt;br /&gt;
&lt;br /&gt;
/ Freeze /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Freeze.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / freeze /&lt;br /&gt;
&lt;br /&gt;
===Cooler II===&lt;br /&gt;
 	Tim and David Yaron Paluka 	It is necessary to determine the specific heat of an unknown liquid of unknown density. 	&lt;br /&gt;
&lt;br /&gt;
Freeze2.xml&lt;br /&gt;
&lt;br /&gt;
/ Freeze2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Freeze2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / freeze2 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry hiking in 1===&lt;br /&gt;
 	Tim and Dave Yaron Paluka 	Determine the enthalpy of chemical reactions that will help you solve the problem hikes. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ1.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ1 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry hikes in 2===&lt;br /&gt;
 	Tim and David Yaron Paluka 	Determine the dependence of heat released during the reaction between volume of solution of different concentrations. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ2.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ2 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry in hiking 3=== 	Yaron David and Jordi Cuadros 	Mix solutions so as to obtain a mixture with a given temperature. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ3.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ3 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ3.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ3 /&lt;br /&gt;
&lt;br /&gt;
===The reaction of ATP (Thermochemistry and chemical bonds)===&lt;br /&gt;
 	Yaron David and Jordi Cuadros 	Determination of ATP hydrolysis reaction enthalpy and strength of chemical bonds in the molecule ATP. 	&lt;br /&gt;
&lt;br /&gt;
Atp.xml&lt;br /&gt;
&lt;br /&gt;
/ Atp /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Atp.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / atp /&lt;br /&gt;
&lt;br /&gt;
===The problem of a strong acid===&lt;br /&gt;
 	Ria Freeland 	Selected problems of strong acids and bases that can be solved using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
StrongAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ Strongacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / StrongAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / strongacid /&lt;br /&gt;
&lt;br /&gt;
===The problem of weak acid===&lt;br /&gt;
 	Ria Freeland 	Selected problems of weak acids and bases that can be solved using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
WeakAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ Weakacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / WeakAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / weakacid /&lt;br /&gt;
&lt;br /&gt;
===The method of successive dilutions===&lt;br /&gt;
 	Bob Belford 	Investigate the pH scale method of successive dilutions. 	&lt;br /&gt;
&lt;br /&gt;
Dilut.xml&lt;br /&gt;
&lt;br /&gt;
/ Dilut /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Dilut.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / dilut /&lt;br /&gt;
&lt;br /&gt;
===Acid-base titration===&lt;br /&gt;
 	Sofia Nussbaum 	A set of tasks and exercises to prepare for the acid-base titration. 	&lt;br /&gt;
&lt;br /&gt;
PrelabAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ PrelabAcid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / PrelabAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / prelabAcid /&lt;br /&gt;
&lt;br /&gt;
===Ctandartyzatsiya NaOH solution===&lt;br /&gt;
 	Dave Yaron 	Work for preliminary preparation for Standardization of NaOH solution for potassium hidrohenftalatu. 	&lt;br /&gt;
&lt;br /&gt;
Titration.xml&lt;br /&gt;
&lt;br /&gt;
/ Titration /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Titration.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / titration /&lt;br /&gt;
&lt;br /&gt;
===The problem of unknown acids and bases===&lt;br /&gt;
 	Dave Yaron 	In this exercise, students should the curve acid-base titration to determine the pKa unknown acid and its concentration. 	&lt;br /&gt;
&lt;br /&gt;
Unknownacid.xml&lt;br /&gt;
&lt;br /&gt;
/ Unknownacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Unknownacid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / unknownacid /&lt;br /&gt;
&lt;br /&gt;
===The problem of weak acids pKa===&lt;br /&gt;
 	Dave Yaron 	Determining the relationship between pKa and protein concentration in the solution. 	&lt;br /&gt;
&lt;br /&gt;
Buffer.xml&lt;br /&gt;
&lt;br /&gt;
/ Buffer /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Buffer.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / buffer /&lt;br /&gt;
&lt;br /&gt;
===The task to create a buffer solution===&lt;br /&gt;
 	Sofia Nussbaum 	Exercises for the creation of buffer solutions with specific properties. 	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MkBuffer.xml&lt;br /&gt;
&lt;br /&gt;
/ Mkbuffer /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / MkBuffer.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / mkbuffer /&lt;br /&gt;
&lt;br /&gt;
===The problem of color DNA===&lt;br /&gt;
 	Dave Yaron 	Students learn balance in buffer solutions and their application in biological research. 	&lt;br /&gt;
&lt;br /&gt;
Dnadye.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnadye /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Dnadye.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / dnadye /&lt;br /&gt;
&lt;br /&gt;
===A number of redox reactions===&lt;br /&gt;
 	Barry Charinhton 	Students preparing to study redox reactions on experimental data obtained in a virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
Redox.xml&lt;br /&gt;
&lt;br /&gt;
/ Redox /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / redox / Redox.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / redox / redox /&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please leave your comments in [https://moodle.org/plugins/view/filter_vlabembed the appropriate forum] or in [https://github.com/ssemerikov/moodle-filter_vlabembed/issues the tracker]..&lt;br /&gt;
&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Filter]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Virtual_lab_filter&amp;diff=119396</id>
		<title>Virtual lab filter</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Virtual_lab_filter&amp;diff=119396"/>
		<updated>2015-07-29T13:21:38Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* You need to have JAVA installed in the user&amp;#039;s&amp;#039;s computer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = filter&lt;br /&gt;
|entry = https://moodle.org/plugins/view/filter_vlabembed&lt;br /&gt;
|tracker = https://github.com/ssemerikov/moodle-filter_vlabembed/issues&lt;br /&gt;
|discussion = http://ict-chem.ccjournals.eu/mod/forum/view.php?id=15&lt;br /&gt;
|maintainer = [[user:Pavlo Nechipurenko|Pavlo Nechipurenko]]&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
==Description==&lt;br /&gt;
A Moodle filter plug-in to embed ChemCollective Virtual Lab problems using the Vlab Java applet. It embeds any assigments (both local and global).&lt;br /&gt;
&lt;br /&gt;
NOTICE: this software is in no way endorsed by or affiliated with the official ChemCollective project or team.&lt;br /&gt;
* This filter will replace links to a Vlab file (.xml) in [vlab]...[/vlab] block with a java applet that plays that ChemCollective Virtual Lab inline&lt;br /&gt;
* Because of differences in the license, some files needed to run virtual laboratory are not included in the package filter VlabEmbed. But they can be downloaded from an external source using the built vlabinstaller.php.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Installation for recent Moodle branches===&lt;br /&gt;
*Install from &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Install plugins &#039;&#039;&lt;br /&gt;
* Visit &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Notifications &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Alternate installation method for all Moodle 2.x branches===&lt;br /&gt;
* Download the ZIP file from [https://moodle.org/plugins/pluginversions.php?plugin=filter_vlabembed https://moodle.org/plugins/pluginversions.php?plugin=filter_vlabembed].&lt;br /&gt;
* Un-compress the Zip/Gzip archive, and copy the folder renamed &#039;vlabembed&#039; to your moodle/filter/ directory.&lt;br /&gt;
* Visit &#039;&#039; Administration &amp;gt; Site administration &amp;gt; Notifications &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== To activate the filter==&lt;br /&gt;
* Log in to Moodle as admininstrator, go to &#039;&#039; Administration &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Filters &amp;gt; Manage Filters &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Choose &#039;On&#039; or &#039;Off but available&#039; in the drop-down menu next to &#039;VlabEmbed&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:VlabEmbed plugin active.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Click on &#039;&#039; Settings &#039;&#039; to configure plugin width, height, autodownload facilities and language.&lt;br /&gt;
* Available languages codes are: BR - Brasilian Portugese, CA - Català, DE - Deutsch, ES - Español, FR - Français, GR - Greek, RU - Russian, UK - Ukrainian&lt;br /&gt;
 &lt;br /&gt;
[[File:VlabEmbed plugin settings.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==You need to have JAVA installed in the users&#039; computer==&lt;br /&gt;
* If you do not have [[Java]] installed in the computer where you will see the Virtual lab, when you try to use the filter the computer will prompt you to [https://java.com/download download and install Java]. You do not need to install [[Java]] in the Moodle server.&lt;br /&gt;
&lt;br /&gt;
[[File:Installing_Java.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*When you try to install [[Java]] you might get a warning about a vulnerabilty associated to the [[Java]] plugin just above the link that you need to click to finally activate [[Java]] in your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Warning Java vulnerability.png|300px|warning in Spanish language, but you can almost certainly undertand it!]]&lt;br /&gt;
&lt;br /&gt;
*You might want to read about this [[Java]] vulnerabilty before actually enabling this plugin. If you can contact the person in your institution who is in charge of computer security, it might be worth consulting with him.&lt;br /&gt;
* There might be another step where you can verify thata your [[Java]] installation was OK.&lt;br /&gt;
&lt;br /&gt;
[[File:Verifying Java vinstallation.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Your browser and/or Operating System might even prompt you yet again to approve running [[Java]] on your computer.&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation for running Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* And the browser that you are using to see your Moodle site might also ask you for security confirmation about running [[Java]]&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation 2 for running Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Confirmation_3_for_running_Java.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Notice in the above images that Moodle is running in LOCALHOST. It is always a good idea to try new plugins in a localhost server befor trying it in a real working server.&lt;br /&gt;
&lt;br /&gt;
* You will finally get a message telling you that your [[Java]] version is OK. Remember to update Java (as well as all software) regularly.&lt;br /&gt;
&lt;br /&gt;
[[File:Java version verified OK.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Obtain the other needed files==&lt;br /&gt;
* You need to obtain some Vlab files from external sources for the filter to work.&lt;br /&gt;
* By default, Virtual Lab applet files are not included into VlabEmbed filter package due to it license (CC BY-NC-ND 3.0) is not compatible with the GNU GPLv3.&lt;br /&gt;
* You can install Vlab files via vlabinstaller.php.&lt;br /&gt;
* You can also manually download archive of Vlab applet files from http://ict-chem.ccjournals.eu/vlab_ukr.zip, http://kdpu.edu.ua/download/kaf_chem/books/vlab_ukr.zip or https://sites.google.com/site/kafedrahimiie/necipurenko-p/chemistry-virtual-lab-ukrainian-version/ukraienskaversiavirtuallab/vlab_ukr.zip and extract them into filter directory (yoursitemoodledirectory/filter/vlabembed) or download it separately from ChemCollective site:&lt;br /&gt;
&lt;br /&gt;
===a) Download and put into your_site_moodle_directory/filter/vlabembed the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/vlab.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/junit.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/logclient.jar&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang_ar.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/lang_ru.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/language.xml&lt;br /&gt;
&lt;br /&gt;
===b) Create subdir &#039;assignments&#039; at yoursite_moodle_directory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/Default.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/Walkthrough.xml&lt;br /&gt;
&lt;br /&gt;
===c) Create subdir &#039;images&#039; at yoursitemoodledirectory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/images/icon.ico&lt;br /&gt;
      &lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/images/icon32.ico&lt;br /&gt;
      &lt;br /&gt;
===d) Create subdir &#039;fonts&#039; at yoursitemoodledirectory/filter/vlabembed/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/fonts/ARIALUNI.TTF&lt;br /&gt;
&lt;br /&gt;
===e) Create subdir &#039;default&#039; at yoursitemoodledirectory/filter/vlabembed/assignments/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/filesystem.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/reactions.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/species.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/default/spectra.xml&lt;br /&gt;
===f) Create subdir &#039;walkthrough&#039; at yoursitemoodledirectory/filter/vlabembed/assignments/ and put into it the following files:===&lt;br /&gt;
&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/filesystem.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/reactions.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/species.xml&lt;br /&gt;
      http://chemcollective.org/assets/modules/activities/vlab/assignments/walkthrough/spectra.xml&lt;br /&gt;
&lt;br /&gt;
==Filter Settings==&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
The syntax to embed a project:&lt;br /&gt;
&lt;br /&gt;
 [vlab]http-link to a Vlab problem file (.xml)[/vlab]&lt;br /&gt;
&lt;br /&gt;
==ERROR solving==&lt;br /&gt;
===Could not find the specified homework problem! Please contact your instructor if the problem persists===&lt;br /&gt;
&lt;br /&gt;
[[File:VLab error could not find homework problem.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Either:&lt;br /&gt;
* You have not specified correctly the path to the problem.&lt;br /&gt;
* You had configured incorrectly the filter settings in &#039;&#039; Site administration  ► Plugins  ► Filters/ ► VlabEmbed &#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:VLab filter settings.png|600px]]&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* &#039;&#039;&#039;... This section needs expanding by the plugin author or someone else who has successfully installed the plugin !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*  Moodle plugin entry: http://moodle.org/plugins/view.php?plugin=filter_vlabembed&lt;br /&gt;
* Code, Git: https://github.com/ssemerikov/moodle-filter_vlabembed&lt;br /&gt;
*  Demo : http://ict-chem.ccjournals.eu&lt;br /&gt;
* &amp;quot;Why square brackets?&amp;quot;, http://bitbucket.org/nfreear/timelinewidget/src/tip/filter.php#cl-36&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
* Tested in Moodle 2.9.&lt;br /&gt;
* No javascript, no database access - very simple!&lt;br /&gt;
* Filter syntax is case-sensitive.&lt;br /&gt;
* The plug-in is internationalized in Moodle 2 in Deutsch, Russian, and Ukrainian.&lt;br /&gt;
&lt;br /&gt;
==Notices==&lt;br /&gt;
&lt;br /&gt;
* VlabEmbed plugin, Copyright © 2015 Pavlo Nechipurenko, Sergey Semerikov.&lt;br /&gt;
* License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.&lt;br /&gt;
&lt;br /&gt;
==THERE IS MORE DOCUMENTATION AT [http://ict-chem.ccjournals.eu/mod/page/view.php?id=25&amp;amp;lang=en http://ict-chem.ccjournals.eu/mod/page/view.php?id=25&amp;amp;lang=en] that still NEEDS TIDING UP...==&lt;br /&gt;
&lt;br /&gt;
You can choose the path (external link) where the downloaded files will be virtual lab in a special window. If none of these links does not prove effective, minimum set of downloadable virtual lab files required for its operation, from the developer&#039;s site manually.&lt;br /&gt;
&lt;br /&gt;
Virtual Lab, located in the filter VlabEmbed, has built a repository of tasks in different languages, as well as access to the online repository in English. But his course on the page you can place any single work with a local repository that will be uploaded to the website when configuring the filter.&lt;br /&gt;
&lt;br /&gt;
Below is an example of a filter placed VlabEmbed: virtual laboratory, which is a step by step demonstration of a study of the main features Virtual Lab. File Walkthrough.xml, it is necessary to start this work is in the local repository site, so links the treated filter: http://ict-chem.ccjournals.eu/filter/vlabembed/assignments/problems_uk/Walkthrough.xml . Setting filter width window applet = 800, height = 600 Windows applet, language localization - Ukrainian.&lt;br /&gt;
&lt;br /&gt;
 http://ict-chem.ccjournals.eu/pluginfile.php/61/mod_page/content/54/walkthrough_uk/Walkthrough.xml&lt;br /&gt;
&lt;br /&gt;
 http://ict-chem.ccjournals.eu/pluginfile.php/61/mod_page/content/54/cobalt/Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
Running virtual laboratory work is the presence .xml file and a set of files in the appropriate directory. Run a user-selected virtual laboratory work in several ways:&lt;br /&gt;
&lt;br /&gt;
1) block&lt;br /&gt;
&lt;br /&gt;
[Vlab] [/ vlab]&lt;br /&gt;
&lt;br /&gt;
paste the link http: // address of your website / filter / vlabembed /&lt;br /&gt;
&lt;br /&gt;
2) Upload a separate work contained in the catalog vlabembed, selecting the required file to open it from the list below in paragraph 4.&lt;br /&gt;
&lt;br /&gt;
3) Create a separate directory on the site and download the necessary files from an external resource.&lt;br /&gt;
&lt;br /&gt;
4) Download the required files from an external resource and load them in specially created directory within the course or attach them to the document, and then insert a link to the desired file in .xml block [vlab] ... [/ vlab]&lt;br /&gt;
&lt;br /&gt;
The downloaded archive vlab_ukr.zip (the links that are in the filter settings) or vlab.2.1.0.int.zip (from the developer&#039;s site ) have an identical set of works that are in the catalog archive also identical.&lt;br /&gt;
&lt;br /&gt;
The table lists the files and virtual laboratory work which they needed.&lt;br /&gt;
&lt;br /&gt;
Title 	Authors 	Brief description of 	Required files 	File Path&lt;br /&gt;
&lt;br /&gt;
===Standard virtual laboratory===&lt;br /&gt;
	Mike Karabinos 	Contains material and standard solutions preparates virtual laboratory and reactions between them. 	Default_uk.xml&lt;br /&gt;
/ Default_uk / 	assignments / Default_uk.xml&lt;br /&gt;
assignments / default_uk /&lt;br /&gt;
&lt;br /&gt;
===Step by step demonstration===&lt;br /&gt;
	Emma Rem 	Detailed introductory briefing on some of the most frequently used functions of Virtual Lab. 	Walkthrough.xml&lt;br /&gt;
/ Walkthrough / 	assignments / problems_uk / Walkthrough.xml&lt;br /&gt;
assignments / problems_uk / walkthrough /&lt;br /&gt;
&lt;br /&gt;
===Density and specific temployemnist===&lt;br /&gt;
 	Jordi Cuadros 	Just experiment with density and heat capacity. 	DandSH.xml&lt;br /&gt;
/ Dandsh / 	assignments / problems_uk / DandSH.xml&lt;br /&gt;
assignments / problems_uk / dandSH /&lt;br /&gt;
&lt;br /&gt;
===The problem of dilution of 1=== 	Dave Yaron 	Prepare a concentrated glucose solution dilution of the solution. 	Dilution.xml&lt;br /&gt;
/ Dilution / 	assignments / problems_uk / molarity / Dilution.xml&lt;br /&gt;
assignments / problems_uk / molarity / dilution /&lt;br /&gt;
&lt;br /&gt;
===The problem of dilution 2=== 	Mike Karabinos 	Preparation of the solution dilution of concentrated acid. 	Dilution2.xml&lt;br /&gt;
/ Dilution2 / 	assignments / problems_uk / molarity / Dilution2.xml&lt;br /&gt;
assignments / problems_uk / molarity / dilution2 /&lt;br /&gt;
&lt;br /&gt;
===The task of sucrose solution=== 	Jordi Cuadros and Tim Paluka 	To understand the concentration, molar, molyalnoyi, and molar mass fraction of particles. 	&lt;br /&gt;
&lt;br /&gt;
Concentration1.xml&lt;br /&gt;
&lt;br /&gt;
/ Concentration1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Concentration1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / concentration1 / l&lt;br /&gt;
&lt;br /&gt;
===Preparation of solutions of crystalline compounds===&lt;br /&gt;
 	Jordi Cuadros and Mike Karabinos 	Preparation of solutions with different salt concentrations. 	&lt;br /&gt;
&lt;br /&gt;
Molarsoln.xml&lt;br /&gt;
&lt;br /&gt;
/ Molarsoln /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Molarsoln.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / molarsoln /&lt;br /&gt;
&lt;br /&gt;
===The problem of density metals===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Identifying metals in their density. 	&lt;br /&gt;
&lt;br /&gt;
Metals.xml&lt;br /&gt;
&lt;br /&gt;
/ Metals /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Metals.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / metals /&lt;br /&gt;
&lt;br /&gt;
===The problem of the density of the liquid===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Identification of liquids by their density. 	&lt;br /&gt;
&lt;br /&gt;
LiquidDensity.xml&lt;br /&gt;
&lt;br /&gt;
/ Liquiddens /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / LiquidDensity.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / liquiddens /&lt;br /&gt;
&lt;br /&gt;
===The problem of the density of alcohol===&lt;br /&gt;
 	Jordi Cuadros and Tim Paluka 	Determination of density by the solution. 	&lt;br /&gt;
&lt;br /&gt;
Alcohol.xml&lt;br /&gt;
&lt;br /&gt;
/ Alcohol /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / Alcohol.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / molarity / alcohol /&lt;br /&gt;
&lt;br /&gt;
===Motley problem===&lt;br /&gt;
 	Donovan Lang 	In this task, students must mix the solution together, trying to control them change color. 	&lt;br /&gt;
&lt;br /&gt;
Jello.xml&lt;br /&gt;
&lt;br /&gt;
/ Jello /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Jello.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / jello /&lt;br /&gt;
&lt;br /&gt;
===Riddle Oracle===&lt;br /&gt;
 	Donovan Lang 	The problem of limiting reagent to determine the stoichiometry of the reaction. 	&lt;br /&gt;
&lt;br /&gt;
Oracle2.xml&lt;br /&gt;
&lt;br /&gt;
/ Oracle2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Oracle2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / oracle2 /&lt;br /&gt;
&lt;br /&gt;
===Oracle Enigma 2===&lt;br /&gt;
 	Donovan Lang 	The problem of limiting reagent and the stoichiometry in the complex mixture. 	&lt;br /&gt;
&lt;br /&gt;
Oracle.xml&lt;br /&gt;
&lt;br /&gt;
/ Oracle /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Oracle.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / oracle /&lt;br /&gt;
&lt;br /&gt;
===The problem of excess reagent 1===&lt;br /&gt;
 	Yaron David and Mike Karabinos 	Collection of practical exercises on limiting reagents using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
Hslimit1.xml&lt;br /&gt;
&lt;br /&gt;
/ Hslimit1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Hslimit1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / hslimit1 /&lt;br /&gt;
&lt;br /&gt;
===Objectives of the relationship reagents===&lt;br /&gt;
 	David Yaron 	Conduct an experiment to get an answer to the problem of limiting reagent. 	&lt;br /&gt;
&lt;br /&gt;
Hslimit2.xml&lt;br /&gt;
&lt;br /&gt;
/ Hslimit2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Hslimit2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / hslimit2 /&lt;br /&gt;
&lt;br /&gt;
===Prediction concentration of DNA===&lt;br /&gt;
 	David Yaron 	Sprohnozuyte limiting reagent in tasks related to the DNA strands. 	&lt;br /&gt;
&lt;br /&gt;
Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnabind /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / stoichiometry / dnabind /&lt;br /&gt;
&lt;br /&gt;
===Coloring DNA 2===&lt;br /&gt;
 	David Yaron 	In this exercise at limiting reagent, students master the experiment definition unlabeled molecules. 	&lt;br /&gt;
&lt;br /&gt;
DnaDye2.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnadye2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / DnaDye2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / dnadye2 /&lt;br /&gt;
&lt;br /&gt;
===The task of establishing concentration===&lt;br /&gt;
 	Mike Karabinos 	Determination of Arhentumu ions in a solution of silver nitrate. 	&lt;br /&gt;
&lt;br /&gt;
Silver.xml&lt;br /&gt;
&lt;br /&gt;
/ Silver /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / Silver.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / silver /&lt;br /&gt;
&lt;br /&gt;
===Gravimetric determination Arsene===&lt;br /&gt;
 	Jordi Cuadros 	Determination of Arsene compounds in soil samples. 	&lt;br /&gt;
&lt;br /&gt;
ArsGrav.xml&lt;br /&gt;
&lt;br /&gt;
/ Arsgrav /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / ArsGrav.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / quant / arsgrav /&lt;br /&gt;
&lt;br /&gt;
===Experiments with compounds Cobalt===&lt;br /&gt;
 	Bob Belford 	In the example experiment, complex compounds Cobalt (II) considered the principle of &amp;amp; Le Chatelier. 	&lt;br /&gt;
&lt;br /&gt;
Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
/ Cobalt /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / Cobalt.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / cobalt /&lt;br /&gt;
&lt;br /&gt;
===The problem of the formation of DNA===&lt;br /&gt;
 	Dave Yaron 	The study of equilibrium constants in biochemical systems. 	&lt;br /&gt;
&lt;br /&gt;
Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnabind /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / Dnabind.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / equilibrium / dnabind /&lt;br /&gt;
&lt;br /&gt;
===Temperature and solubility salts===&lt;br /&gt;
 	Rob and David Belford Yaron 	Explore the dependence of the solubility of salts in water temperature. 	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sol.xml&lt;br /&gt;
&lt;br /&gt;
/ Sol /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / Sol.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / sol /&lt;br /&gt;
&lt;br /&gt;
===Determination of the solubility of products===&lt;br /&gt;
 	Rob and David Belford Yaron 	Defining constants (product) solubility Ks (DR) for different salts. 	&lt;br /&gt;
&lt;br /&gt;
Sol2.xml&lt;br /&gt;
&lt;br /&gt;
/ Sol2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / Sol2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / sol2 /&lt;br /&gt;
&lt;br /&gt;
===The task to determine solubility===&lt;br /&gt;
 	Dave Yaron 	Determination of the solubility of CuCl at different temperatures. 	&lt;br /&gt;
&lt;br /&gt;
CuClSolu.xml&lt;br /&gt;
&lt;br /&gt;
/ Cuclsolu /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / CuClSolu.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / solubility / cuclsolu /&lt;br /&gt;
&lt;br /&gt;
===Thermochemical task 1===&lt;br /&gt;
 	Dave Yaron 	Investigate and determine the heat of reactions in aqueous solutions. 	&lt;br /&gt;
&lt;br /&gt;
Thermo.xml&lt;br /&gt;
&lt;br /&gt;
/ Thermo /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Thermo.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermo /&lt;br /&gt;
&lt;br /&gt;
===Objectives of coffee===&lt;br /&gt;
 	Tim and David Yaron Paluka 	Prepare coffee with a given temperature. 	&lt;br /&gt;
&lt;br /&gt;
Coffee.xml&lt;br /&gt;
&lt;br /&gt;
/ Soffee /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Coffee.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / coffee /&lt;br /&gt;
&lt;br /&gt;
===The heat of reaction - Hess&#039;s law===&lt;br /&gt;
 	Barry Charington 	Demonstration Act Hess using three reactions: dissolving NaOH in water and hydrochloric acid, and the reaction solution of HCl and NaOH together. 	&lt;br /&gt;
&lt;br /&gt;
Heatrxn.xml&lt;br /&gt;
&lt;br /&gt;
/ Heatrxn /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Heatrxn.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / heatrxn / l&lt;br /&gt;
&lt;br /&gt;
===I Cooler===&lt;br /&gt;
 	Tim Paluka and Jordi Cuadros 	Identify and compare the heat of an unknown liquid. 	&lt;br /&gt;
&lt;br /&gt;
Freeze.xml&lt;br /&gt;
&lt;br /&gt;
/ Freeze /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Freeze.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / freeze /&lt;br /&gt;
&lt;br /&gt;
===Cooler II===&lt;br /&gt;
 	Tim and David Yaron Paluka 	It is necessary to determine the specific heat of an unknown liquid of unknown density. 	&lt;br /&gt;
&lt;br /&gt;
Freeze2.xml&lt;br /&gt;
&lt;br /&gt;
/ Freeze2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Freeze2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / freeze2 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry hiking in 1===&lt;br /&gt;
 	Tim and Dave Yaron Paluka 	Determine the enthalpy of chemical reactions that will help you solve the problem hikes. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ1.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ1 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ1.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ1 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry hikes in 2===&lt;br /&gt;
 	Tim and David Yaron Paluka 	Determine the dependence of heat released during the reaction between volume of solution of different concentrations. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ2.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ2 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ2.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ2 /&lt;br /&gt;
&lt;br /&gt;
===Thermochemistry in hiking 3=== 	Yaron David and Jordi Cuadros 	Mix solutions so as to obtain a mixture with a given temperature. 	&lt;br /&gt;
&lt;br /&gt;
ThermoQ3.xml&lt;br /&gt;
&lt;br /&gt;
/ ThermoQ3 /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / ThermoQ3.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / thermoQ3 /&lt;br /&gt;
&lt;br /&gt;
===The reaction of ATP (Thermochemistry and chemical bonds)===&lt;br /&gt;
 	Yaron David and Jordi Cuadros 	Determination of ATP hydrolysis reaction enthalpy and strength of chemical bonds in the molecule ATP. 	&lt;br /&gt;
&lt;br /&gt;
Atp.xml&lt;br /&gt;
&lt;br /&gt;
/ Atp /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / Atp.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / thermochemistry / atp /&lt;br /&gt;
&lt;br /&gt;
===The problem of a strong acid===&lt;br /&gt;
 	Ria Freeland 	Selected problems of strong acids and bases that can be solved using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
StrongAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ Strongacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / StrongAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / strongacid /&lt;br /&gt;
&lt;br /&gt;
===The problem of weak acid===&lt;br /&gt;
 	Ria Freeland 	Selected problems of weak acids and bases that can be solved using the virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
WeakAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ Weakacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / WeakAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / weakacid /&lt;br /&gt;
&lt;br /&gt;
===The method of successive dilutions===&lt;br /&gt;
 	Bob Belford 	Investigate the pH scale method of successive dilutions. 	&lt;br /&gt;
&lt;br /&gt;
Dilut.xml&lt;br /&gt;
&lt;br /&gt;
/ Dilut /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Dilut.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / dilut /&lt;br /&gt;
&lt;br /&gt;
===Acid-base titration===&lt;br /&gt;
 	Sofia Nussbaum 	A set of tasks and exercises to prepare for the acid-base titration. 	&lt;br /&gt;
&lt;br /&gt;
PrelabAcid.xml&lt;br /&gt;
&lt;br /&gt;
/ PrelabAcid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / PrelabAcid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / prelabAcid /&lt;br /&gt;
&lt;br /&gt;
===Ctandartyzatsiya NaOH solution===&lt;br /&gt;
 	Dave Yaron 	Work for preliminary preparation for Standardization of NaOH solution for potassium hidrohenftalatu. 	&lt;br /&gt;
&lt;br /&gt;
Titration.xml&lt;br /&gt;
&lt;br /&gt;
/ Titration /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Titration.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / titration /&lt;br /&gt;
&lt;br /&gt;
===The problem of unknown acids and bases===&lt;br /&gt;
 	Dave Yaron 	In this exercise, students should the curve acid-base titration to determine the pKa unknown acid and its concentration. 	&lt;br /&gt;
&lt;br /&gt;
Unknownacid.xml&lt;br /&gt;
&lt;br /&gt;
/ Unknownacid /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Unknownacid.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / unknownacid /&lt;br /&gt;
&lt;br /&gt;
===The problem of weak acids pKa===&lt;br /&gt;
 	Dave Yaron 	Determining the relationship between pKa and protein concentration in the solution. 	&lt;br /&gt;
&lt;br /&gt;
Buffer.xml&lt;br /&gt;
&lt;br /&gt;
/ Buffer /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Buffer.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / buffer /&lt;br /&gt;
&lt;br /&gt;
===The task to create a buffer solution===&lt;br /&gt;
 	Sofia Nussbaum 	Exercises for the creation of buffer solutions with specific properties. 	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MkBuffer.xml&lt;br /&gt;
&lt;br /&gt;
/ Mkbuffer /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / MkBuffer.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / mkbuffer /&lt;br /&gt;
&lt;br /&gt;
===The problem of color DNA===&lt;br /&gt;
 	Dave Yaron 	Students learn balance in buffer solutions and their application in biological research. 	&lt;br /&gt;
&lt;br /&gt;
Dnadye.xml&lt;br /&gt;
&lt;br /&gt;
/ Dnadye /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / Dnadye.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / acidbase / dnadye /&lt;br /&gt;
&lt;br /&gt;
===A number of redox reactions===&lt;br /&gt;
 	Barry Charinhton 	Students preparing to study redox reactions on experimental data obtained in a virtual laboratory. 	&lt;br /&gt;
&lt;br /&gt;
Redox.xml&lt;br /&gt;
&lt;br /&gt;
/ Redox /&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / redox / Redox.xml&lt;br /&gt;
&lt;br /&gt;
assignments / problems_uk / redox / redox /&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please leave your comments in [https://moodle.org/plugins/view/filter_vlabembed the appropriate forum] or in [https://github.com/ssemerikov/moodle-filter_vlabembed/issues the tracker]..&lt;br /&gt;
&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Filter]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=119019</id>
		<title>Building Quiz</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=119019"/>
		<updated>2015-06-23T12:23:15Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Making questions conditional upon other questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How a Moodle quiz works==&lt;br /&gt;
&lt;br /&gt;
The word “quiz” might  conjure up for some images of TV game shows, but a Moodle quiz is basically a set of questions presented to the learner which may be automatically marked by Moodle or graded later by the teacher. The questions may be in sentence or number  form or contain various media such as video or sound. They do not all need to be the same type of questions: a quiz may contain multiple choice, matching, essays (teacher-graded) and calculated. Feedback may be given at any or all stages of the process.&lt;br /&gt;
&lt;br /&gt;
Once a quiz is made, that’s not the end of it. A Moodle quiz is environmentally friendly: its questions are saved in a [[Question bank]] and may be recycled for use elsewhere. Thus, Mr Brown  could create a Physics Quiz with 20 questions for his class, Class Brown, and his colleague Mr Smith sharing the course could save himself valuable time by resusing 5 of Mr Brown’s questions in his own General Science quiz for Class Smith. (See also [[How to let teachers share questions between courses|Question Sharer role]] for sharing questions across the site)&lt;br /&gt;
&lt;br /&gt;
If you think of a quiz as  a book, the [[Quiz settings]] are equivalent to the front cover; the quiz itself is contained within when the questions are created. (Be careful : once you have chosen the Quiz Settings, it will be “live” on your course page, unless  you hide it, so your learners could potentially see a quiz with no questions, like a front cover with no content.)&lt;br /&gt;
&lt;br /&gt;
Note that it is possible to create questions directly in the [[Question bank]] without first creating a quiz. These questions may then be used later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once a quiz has been added to the course and the [[Quiz settings]] established,the teacher can start to build the quiz.  The teacher can access the quiz to edit the questions by clicking directly on the Quiz name on the course home page or by clicking &amp;quot;Edit quiz&amp;quot; in &#039;&#039;Administration&amp;gt;Quiz administration.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:editquiz.png|thumb|400px|Accessing the quiz to add or edit questions]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Adding questions==&lt;br /&gt;
&lt;br /&gt;
Once you have accessed the quiz editing screen as above, you can add questions from a number of locations:&lt;br /&gt;
&lt;br /&gt;
#Click the &#039;Add&#039; link as in the screenshot below. (&#039;&#039;Note that in the US, the term &#039;marks&#039; is replaced by &#039;points&#039;.&#039;&#039;)&lt;br /&gt;
#When it opens up, choose either to add a new question, to select a question from the question bank or to add a random question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newaddquestion.png|thumb|450px|Adding a question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a new question===&lt;br /&gt;
&lt;br /&gt;
1. To make a brand new question, click &#039;Add&#039; and then &#039;+ a new question&#039;.&lt;br /&gt;
&lt;br /&gt;
2. From the next screen, choose the question type you want to add and click &amp;quot;Next&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;  &#039;&#039;When you click on a question type on the left, helpful information appears on the right&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:questionpicker.png|thumb|440px|Selecting a question type]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Fill in the question form, making sure to give a grade to the correct answer.&lt;br /&gt;
&lt;br /&gt;
4. Click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newlycreatedquestion.png|thumb|430px|A question when it has been created]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you have a very complex question, and you want to check it as you go along, you can preview it and then click &amp;quot;Save changes and continue editing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:savechangesandcontinuediting.png|thumb|398px|Save changes and continue editing]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that when a question has been created, an icon and words display its type (eg multiple choice). It can be modified by clicking the edit icon (eg [[File:editicon.png]]) and previewed or deleted by clicking the magnifying glass or X icons:(eg  [[File:previewdelete1.png]])&lt;br /&gt;
====Adding responses and feedback====&lt;br /&gt;
&lt;br /&gt;
When you add responses and feedback you can display one or more toolbars in the editor:&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:quizform1.png|thumb|350px|With one toolbar]]&lt;br /&gt;
|  [[File:quizform2.png|thumb|350px|With three toolbars]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can continue adding questions this way, clicking &#039;Add&#039; and &#039;+ a new question&#039; each time.&lt;br /&gt;
&lt;br /&gt;
===Choosing a pre-made question===&lt;br /&gt;
*If other teachers in the course have made questions, or if a teacher made questions in an earlier quiz, these can be added to the current quiz by clicking &#039;Add&#039; and &#039;+ from question bank&#039; .&lt;br /&gt;
* Click the + sign next to one question you want to add it (1 in screenshot below)&lt;br /&gt;
* If you have several questions, or you want to add all the questions, tick the box of each question or the top box (2 in screenshot below) and then click &#039;Add selected questions to the quiz&#039; (3 in the screenshot below).&lt;br /&gt;
* To sort the questions, click the column headings. The default sort order (T) is short for question type. (2 in the screenshot below)&lt;br /&gt;
* To ensure all previously made questions are available, make sure to tick the boxes &amp;quot;also show questions from sub-categories/old questions&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addfromqbank1.png|thumb|350px|Using a previously made question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; It is also possible to import pre-made questions into your quiz, from &#039;&#039;Quiz administration&amp;gt;Question bank&amp;gt;Import.&#039;&#039; See [[Import questions]] for more information. Sample questions are available from the [http://moodle.net/mod/data/view.php?d=1&amp;amp;mode=list&amp;amp;perpage=40&amp;amp;search=&amp;amp;sort=0&amp;amp;order=DESC&amp;amp;advanced=0&amp;amp;filter=1&amp;amp;advanced=1&amp;amp;f_2=Quiz+questions&amp;amp;f_11=&amp;amp;f_13=&amp;amp;f_12=&amp;amp;f_9=&amp;amp;f_8= Moodle.net content database.]&lt;br /&gt;
&lt;br /&gt;
===Adding a random question===&lt;br /&gt;
As long as you have questions in the question bank, you can add random questions to your quiz by clicking &#039;Add&#039; and then &#039;+ a random question&#039;.  This might be useful if you have students in a class taking a quiz at the same time, because they are unlikely to get the same questions at the same time. The same question will never appear twice in a quiz. If you include several random questions then different questions will always be chosen for each of them. If you mix random questions with non-random questions then the random questions will be chosen so that they do not duplicate one of the non-random questions. This does imply that you need to provide enough questions in the category from which the random questions are chosen, otherwise the student will be shown a friendly error message. The more questions you provide the more likely it will be that students get different questions on each attempt. When a quiz with random questions is retaken, the random questions will be different from the ones in previous attempts. For a discussion on the behaviour of random questions, see MDL-6340&lt;br /&gt;
&lt;br /&gt;
The grade for the randomly chosen question will be rescaled so that the maximum grade is what you have chosen as the grade for the random question.&lt;br /&gt;
&lt;br /&gt;
You can add one or more random questions by choosing the number and category in the question bank. Note the die icon to highlight random question selection.&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addrandomq.png|thumb|400px|Adding a random question]]&lt;br /&gt;
| [[File:newrandom.png|thumb|400px|Random question selected for quiz]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Quiz question tags====&lt;br /&gt;
Note that although it is possible to tag questions, the feature does not currently work. See forum discussion: https://moodle.org/mod/forum/discuss.php?d=194119&lt;br /&gt;
&lt;br /&gt;
===Question categories===&lt;br /&gt;
Questions can be stored and retrieved from categories in the Question bank. When you make a new question it defaults to the category with the course name. So if you make a quiz in the Senior Physics course, questions will automatically be added to &amp;quot;Default for Senior Physics&amp;quot;. You can opt to have your quiz questions in a category of their own (&amp;quot;Quizname&amp;quot;) or to add a subcategory.&lt;br /&gt;
 &lt;br /&gt;
To add a subcategory, go to &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Question bank&amp;gt;Categories&#039;&#039; For more information on question contexts and categories, see [[Question bank]]&lt;br /&gt;
&lt;br /&gt;
Users will have access to different categories according to their permissions. For example, a regular teacher might only have access to question categories in his own Physics course whereas his Faculty Head of Science with permissions in all science courses might have access to question categories in Biology and Chemistry as well.&lt;br /&gt;
&lt;br /&gt;
==Quiz layout==&lt;br /&gt;
&lt;br /&gt;
*You can choose in  &#039;&#039; Administration&amp;gt;Quiz administration&amp;gt;Edit settings&amp;gt;Layout&#039;&#039; whether to have a new page for every question or after a certain number of questions.&lt;br /&gt;
* You can add a page break between questions by clicking the arrow icon (where the arrows are pointing away from each other) (1 in the screenshot below) A new page will be created. (2 in the screenshot below)&lt;br /&gt;
*You can remove pages by clicking the arrow icon (where the arrows are pointing towards each other). (3 in the screenshot below)&lt;br /&gt;
&lt;br /&gt;
[[File:addpagebreak.png|thumb|500px|center]]&lt;br /&gt;
*You can also change the layout of the whole quiz by clicking the &#039;Repaginate&#039; button:&lt;br /&gt;
&lt;br /&gt;
[[File:repaginate.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
*Questions may be moved by dragging and dropping using the crosshairs icon: [[File:crosshairsicon.png]]&lt;br /&gt;
&lt;br /&gt;
===Section headings===&lt;br /&gt;
{{New features}}&lt;br /&gt;
*Section headings may be added to each new page.&lt;br /&gt;
*For the first page, click the &#039;pencil&#039; icon at the top (1) and add your heading (2):&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading1.png]]&lt;br /&gt;
&lt;br /&gt;
*For other pages, click the &#039;Add&#039; link (1) and choose &#039;a new section heading&#039; (2), and then add your heading as for Page 1:&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading2.png]]&lt;br /&gt;
&lt;br /&gt;
*The section headings are displayed in the Quiz navigation block:&lt;br /&gt;
&lt;br /&gt;
[[File:quiznavsectionheadings.png]]&lt;br /&gt;
&lt;br /&gt;
===Randomising the order questions appear===&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
*The order in which questions appear to the student may be randomised or &#039;shuffled&#039; by ticking the &#039;Shuffle&#039; box at the top of the screen:&lt;br /&gt;
&lt;br /&gt;
[[File:shuffle1.png]]&lt;br /&gt;
&lt;br /&gt;
*Where questions are in different sections (see &#039;&#039;Section headings&#039;&#039; above), each section has its own &#039;Shuffle&#039; box to tick. This means that you can mix up questions on one section, but in another section, where their order is important, you can keep them in the order you need them to display:&lt;br /&gt;
&lt;br /&gt;
[[File:shuffle2.png]]&lt;br /&gt;
&lt;br /&gt;
==Making questions conditional upon other questions==&lt;br /&gt;
{{New features}}&lt;br /&gt;
*If using the &#039;&#039;Interactive with multiple tries&#039;&#039; or &#039;&#039;Immediate Feedback&#039;&#039; behaviour and with the navigation method set to  &#039;Free&#039;, it is possible to make the display of a question dependent on a previous question being answered first.&lt;br /&gt;
*The question editing page will display padlock icons to the right of each question:&lt;br /&gt;
&lt;br /&gt;
[[File:locks1.png|thumb|center|400px|Padlocks - all unlocked]]&lt;br /&gt;
&lt;br /&gt;
*If you want to make a question, for example Q2, conditional upon answering Q1, then click the padlock just above Q2:&lt;br /&gt;
&lt;br /&gt;
[[File:lock2.png|thumb|center|400px|Padlocks  - Q2 locked]]&lt;br /&gt;
&lt;br /&gt;
*When a student accesses the quiz, they will see a message that Q2 is not available until they give a response to Q1:&lt;br /&gt;
&lt;br /&gt;
[[File:lock3.png|thumb|center|550px|What students see]] &lt;br /&gt;
&lt;br /&gt;
*In the Quiz navigation block, Q2 will be greyed out:&lt;br /&gt;
[[File:locksnav.png]]&lt;br /&gt;
&lt;br /&gt;
*In the following example, note that, Q1 follows a description, and a description &#039;questions&#039; cannot be finished. Therefore, Q1 cannot depend on the previous question. Similarly, Q4 follows an Essay question. The Essay cannot be finished during the attempt, so the following question cannot depend on it. Note the lack of padlocks in the following screenshot because of the description and Essay question:&lt;br /&gt;
&lt;br /&gt;
[[File:conditionalquestionpadlocks.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
==Assigning points to questions ==&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Quiz administration &amp;gt; Edit quiz &amp;gt; Editing quiz&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can set how many points each question is worth by changing the number in the box to the right of each question and you can change the maximum grade by changing the number in the box top right at the top of the quiz. The default is one point per question and 100.00 maximum grade.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:allquizgrades.png|thumb|450px|Points per question and max grade]]&lt;br /&gt;
| [[File:editmaxmark.png|thumb|450px|Edit individual marks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The quiz module will do any maths, so for example, a 2 point question will be  worth 2 times more when the Quiz module determines how many point out of 10 to award the student.&lt;br /&gt;
&lt;br /&gt;
==Previewing the quiz==&lt;br /&gt;
*You can preview individual questions by clicking the magnifying glass icon.&lt;br /&gt;
*You can preview the whole quiz by clicking the &amp;quot;Preview&amp;quot; link in &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview&#039;&#039;&lt;br /&gt;
*The quiz works like a real quiz so you can see your grades and any feedback for correct/incorrect answers just as a student would see them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;To get a more accurate view of how a student would view your quiz, it is advised to log in with a  &amp;quot;dummy&amp;quot; student account created by the admin for testing activities. This is more reliable than the &#039;switch role to student&#039; feature.&lt;br /&gt;
&lt;br /&gt;
*See also the question: &#039;How can a teacher &#039;-dry run a quiz..?&#039;   in [[Quiz FAQ]]&#039;&#039;&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:singleqp.png|thumb|300px|Previewing a single question]]&lt;br /&gt;
|  [[File:previewquiz.png|thumb|200px|Click to preview the whole quiz]]&lt;br /&gt;
|  [[File:quizpreviewed.png|thumb|200px|Quiz in preview mode]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==After quiz has been attempted==&lt;br /&gt;
If one or more students have taken the quiz, you will see a list of all the questions in the quiz and a notice saying that you cannot add or remove questions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the order of questions, regrade them, preview an individual question and click on an question edit link that will allow you to directly edit the question stored in the question bank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can delete all quiz attempts by students and then edit the quiz as if no students had attempted it.  To do this,click the quiz name and then the Results link in the Navigation  block.  This will present a list of students and their scores.  Click &amp;quot;Select all&amp;quot; and then &amp;quot;Delete selected attempts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Dealing with faulty questions===&lt;br /&gt;
&lt;br /&gt;
There are several ways to deal with &amp;quot;bad&amp;quot; questions in a quiz.&lt;br /&gt;
::*Change the grade for the bad question to 0 in the quiz.  &lt;br /&gt;
::*Edit the question, changing what you will accept as a correct answer, then regrading the exam.  Remember when changing a question that the next time it is used it will be as it was in the last edit.  Also, regrading will only affect one quiz at a time.    &lt;br /&gt;
::*You can edit the question to explain the situation to the student and then you can set the grade for the question to zero. After you make such changes you should regrade the quiz by clicking on the &#039;&#039;&#039;Results&#039;&#039;&#039; tab and then the &#039;&#039;&#039;Regrade&#039;&#039;&#039; tab.  This will change the grade for all students who have taken the quiz so far.  Remember, if the question is used by another quiz, your &amp;quot;explanation&amp;quot; will appear as part of that quiz. &lt;br /&gt;
::*You can change the grade for the bad question and then move or delete the question from your question category.  The question will still appear on the quiz. Some places do not like to delete any question, but will move them to a &amp;quot;dead&amp;quot; or &amp;quot;bad&amp;quot; question category. &lt;br /&gt;
::*When you discover a bad question in your quiz, it may affect the question bank. Remember that a final might be made up of a certain number of random questions drawn from different question categories, the same categories used in a smaller subject quiz. It can be very important do something about bad or invalid questions in a question category when the categories are use in other places.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Questions]] in [[Managing a Moodle course]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test erstellen]]&lt;br /&gt;
[[es:Construyendo un examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=118978</id>
		<title>Building Quiz</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=118978"/>
		<updated>2015-06-22T16:53:57Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Making questions conditional upon other questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How a Moodle quiz works==&lt;br /&gt;
&lt;br /&gt;
The word “quiz” might  conjure up for some images of TV game shows, but a Moodle quiz is basically a set of questions presented to the learner which may be automatically marked by Moodle or graded later by the teacher. The questions may be in sentence or number  form or contain various media such as video or sound. They do not all need to be the same type of questions: a quiz may contain multiple choice, matching, essays (teacher-graded) and calculated. Feedback may be given at any or all stages of the process.&lt;br /&gt;
&lt;br /&gt;
Once a quiz is made, that’s not the end of it. A Moodle quiz is environmentally friendly: its questions are saved in a [[Question bank]] and may be recycled for use elsewhere. Thus, Mr Brown  could create a Physics Quiz with 20 questions for his class, Class Brown, and his colleague Mr Smith sharing the course could save himself valuable time by resusing 5 of Mr Brown’s questions in his own General Science quiz for Class Smith. (See also [[How to let teachers share questions between courses|Question Sharer role]] for sharing questions across the site)&lt;br /&gt;
&lt;br /&gt;
If you think of a quiz as  a book, the [[Quiz settings]] are equivalent to the front cover; the quiz itself is contained within when the questions are created. (Be careful : once you have chosen the Quiz Settings, it will be “live” on your course page, unless  you hide it, so your learners could potentially see a quiz with no questions, like a front cover with no content.)&lt;br /&gt;
&lt;br /&gt;
Note that it is possible to create questions directly in the [[Question bank]] without first creating a quiz. These questions may then be used later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once a quiz has been added to the course and the [[Quiz settings]] established,the teacher can start to build the quiz.  The teacher can access the quiz to edit the questions by clicking directly on the Quiz name on the course home page or by clicking &amp;quot;Edit quiz&amp;quot; in &#039;&#039;Administration&amp;gt;Quiz administration.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:editquiz.png|thumb|400px|Accessing the quiz to add or edit questions]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Adding questions==&lt;br /&gt;
&lt;br /&gt;
Once you have accessed the quiz editing screen as above, you can add questions from a number of locations:&lt;br /&gt;
&lt;br /&gt;
#Click the &#039;Add&#039; link as in the screenshot below. (&#039;&#039;Note that in the US, the term &#039;marks&#039; is replaced by &#039;points&#039;.&#039;&#039;)&lt;br /&gt;
#When it opens up, choose either to add a new question, to select a question from the question bank or to add a random question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newaddquestion.png|thumb|450px|Adding a question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a new question===&lt;br /&gt;
&lt;br /&gt;
1. To make a brand new question, click &#039;Add&#039; and then &#039;+ a new question&#039;.&lt;br /&gt;
&lt;br /&gt;
2. From the next screen, choose the question type you want to add and click &amp;quot;Next&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;  &#039;&#039;When you click on a question type on the left, helpful information appears on the right&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:questionpicker.png|thumb|440px|Selecting a question type]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Fill in the question form, making sure to give a grade to the correct answer.&lt;br /&gt;
&lt;br /&gt;
4. Click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newlycreatedquestion.png|thumb|430px|A question when it has been created]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you have a very complex question, and you want to check it as you go along, you can preview it and then click &amp;quot;Save changes and continue editing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:savechangesandcontinuediting.png|thumb|398px|Save changes and continue editing]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that when a question has been created, an icon and words display its type (eg multiple choice). It can be modified by clicking the edit icon (eg [[File:editicon.png]]) and previewed or deleted by clicking the magnifying glass or X icons:(eg  [[File:previewdelete1.png]])&lt;br /&gt;
====Adding responses and feedback====&lt;br /&gt;
&lt;br /&gt;
When you add responses and feedback you can display one or more toolbars in the editor:&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:quizform1.png|thumb|350px|With one toolbar]]&lt;br /&gt;
|  [[File:quizform2.png|thumb|350px|With three toolbars]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can continue adding questions this way, clicking &#039;Add&#039; and &#039;+ a new question&#039; each time.&lt;br /&gt;
&lt;br /&gt;
===Choosing a pre-made question===&lt;br /&gt;
*If other teachers in the course have made questions, or if a teacher made questions in an earlier quiz, these can be added to the current quiz by clicking &#039;Add&#039; and &#039;+ from question bank&#039; .&lt;br /&gt;
* Click the + sign next to one question you want to add it (1 in screenshot below)&lt;br /&gt;
* If you have several questions, or you want to add all the questions, tick the box of each question or the top box (2 in screenshot below) and then click &#039;Add selected questions to the quiz&#039; (3 in the screenshot below).&lt;br /&gt;
* To sort the questions, click the column headings. The default sort order (T) is short for question type. (2 in the screenshot below)&lt;br /&gt;
* To ensure all previously made questions are available, make sure to tick the boxes &amp;quot;also show questions from sub-categories/old questions&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addfromqbank1.png|thumb|350px|Using a previously made question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; It is also possible to import pre-made questions into your quiz, from &#039;&#039;Quiz administration&amp;gt;Question bank&amp;gt;Import.&#039;&#039; See [[Import questions]] for more information. Sample questions are available from the [http://moodle.net/mod/data/view.php?d=1&amp;amp;mode=list&amp;amp;perpage=40&amp;amp;search=&amp;amp;sort=0&amp;amp;order=DESC&amp;amp;advanced=0&amp;amp;filter=1&amp;amp;advanced=1&amp;amp;f_2=Quiz+questions&amp;amp;f_11=&amp;amp;f_13=&amp;amp;f_12=&amp;amp;f_9=&amp;amp;f_8= Moodle.net content database.]&lt;br /&gt;
&lt;br /&gt;
===Adding a random question===&lt;br /&gt;
As long as you have questions in the question bank, you can add random questions to your quiz by clicking &#039;Add&#039; and then &#039;+ a random question&#039;.  This might be useful if you have students in a class taking a quiz at the same time, because they are unlikely to get the same questions at the same time. The same question will never appear twice in a quiz. If you include several random questions then different questions will always be chosen for each of them. If you mix random questions with non-random questions then the random questions will be chosen so that they do not duplicate one of the non-random questions. This does imply that you need to provide enough questions in the category from which the random questions are chosen, otherwise the student will be shown a friendly error message. The more questions you provide the more likely it will be that students get different questions on each attempt. When a quiz with random questions is retaken, the random questions will be different from the ones in previous attempts. For a discussion on the behaviour of random questions, see MDL-6340&lt;br /&gt;
&lt;br /&gt;
The grade for the randomly chosen question will be rescaled so that the maximum grade is what you have chosen as the grade for the random question.&lt;br /&gt;
&lt;br /&gt;
You can add one or more random questions by choosing the number and category in the question bank. Note the die icon to highlight random question selection.&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addrandomq.png|thumb|400px|Adding a random question]]&lt;br /&gt;
| [[File:newrandom.png|thumb|400px|Random question selected for quiz]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Quiz question tags====&lt;br /&gt;
Note that although it is possible to tag questions, the feature does not currently work. See forum discussion: https://moodle.org/mod/forum/discuss.php?d=194119&lt;br /&gt;
&lt;br /&gt;
===Question categories===&lt;br /&gt;
Questions can be stored and retrieved from categories in the Question bank. When you make a new question it defaults to the category with the course name. So if you make a quiz in the Senior Physics course, questions will automatically be added to &amp;quot;Default for Senior Physics&amp;quot;. You can opt to have your quiz questions in a category of their own (&amp;quot;Quizname&amp;quot;) or to add a subcategory.&lt;br /&gt;
 &lt;br /&gt;
To add a subcategory, go to &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Question bank&amp;gt;Categories&#039;&#039; For more information on question contexts and categories, see [[Question bank]]&lt;br /&gt;
&lt;br /&gt;
Users will have access to different categories according to their permissions. For example, a regular teacher might only have access to question categories in his own Physics course whereas his Faculty Head of Science with permissions in all science courses might have access to question categories in Biology and Chemistry as well.&lt;br /&gt;
&lt;br /&gt;
==Quiz layout==&lt;br /&gt;
&lt;br /&gt;
*You can choose in  &#039;&#039; Administration&amp;gt;Quiz administration&amp;gt;Edit settings&amp;gt;Layout&#039;&#039; whether to have a new page for every question or after a certain number of questions.&lt;br /&gt;
* You can add a page break between questions by clicking the arrow icon (where the arrows are pointing away from each other) (1 in the screenshot below) A new page will be created. (2 in the screenshot below)&lt;br /&gt;
*You can remove pages by clicking the arrow icon (where the arrows are pointing towards each other). (3 in the screenshot below)&lt;br /&gt;
&lt;br /&gt;
[[File:addpagebreak.png|thumb|500px|center]]&lt;br /&gt;
*You can also change the layout of the whole quiz by clicking the &#039;Repaginate&#039; button:&lt;br /&gt;
&lt;br /&gt;
[[File:repaginate.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
*Questions may be moved by dragging and dropping using the crosshairs icon: [[File:crosshairsicon.png]]&lt;br /&gt;
&lt;br /&gt;
===Section headings===&lt;br /&gt;
{{New features}}&lt;br /&gt;
*Section headings may be added to each new page.&lt;br /&gt;
*For the first page, click the &#039;pencil&#039; icon at the top (1) and add your heading (2):&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading1.png]]&lt;br /&gt;
&lt;br /&gt;
*For other pages, click the &#039;Add&#039; link (1) and choose &#039;a new section heading&#039; (2), and then add your heading as for Page 1:&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading2.png]]&lt;br /&gt;
&lt;br /&gt;
*The section headings are displayed in the Quiz navigation block:&lt;br /&gt;
&lt;br /&gt;
[[File:quiznavsectionheadings.png]]&lt;br /&gt;
&lt;br /&gt;
===Randomising the order questions appear===&lt;br /&gt;
&lt;br /&gt;
{{New features}}&lt;br /&gt;
*The order in which questions appear to the student may be randomised or &#039;shuffled&#039; by ticking the &#039;Shuffle&#039; box at the top of the screen:&lt;br /&gt;
&lt;br /&gt;
[[File:shuffle1.png]]&lt;br /&gt;
&lt;br /&gt;
*Where questions are in different sections (see &#039;&#039;Section headings&#039;&#039; above), each section has its own &#039;Shuffle&#039; box to tick. This means that you can mix up questions on one section, but in another section, where their order is important, you can keep them in the order you need them to display:&lt;br /&gt;
&lt;br /&gt;
[[File:shuffle2.png]]&lt;br /&gt;
&lt;br /&gt;
==Making questions conditional upon other questions==&lt;br /&gt;
{{New features}}&lt;br /&gt;
*If using the &#039;&#039;Interactive with multiple tries&#039;&#039; or &#039;&#039;Immediate Feedback&#039;&#039; behaviour and with the navigation method set to  &#039;Free&#039;, it is possible to make the display of a question dependent on a previous question being answered first.&lt;br /&gt;
*The question editing page will display padlock icons to the right of each question:&lt;br /&gt;
&lt;br /&gt;
[[File:locks1.png|thumb|center|400px|Padlocks - all unlocked]]&lt;br /&gt;
&lt;br /&gt;
*If you want to make a question, for example Q2, conditional upon answering Q1, then click the padlock just above Q2:&lt;br /&gt;
&lt;br /&gt;
[[File:lock2.png|thumb|center|400px|Padlocks  - Q2 locked]]&lt;br /&gt;
&lt;br /&gt;
*Note that, Q1 follows a description, and a description &#039;questions&#039; cannot be finished. Therefore, Q1 cannot depend on the previous question. They same thing would apply to a question that came after an Essay question. The Essay cannot be finished during the attempt, so the following question cannot depend on it.&lt;br /&gt;
*When a student accesses the quiz, they will see a message that Q2 is not available until they give a response to Q1:&lt;br /&gt;
&lt;br /&gt;
[[File:lock3.png|thumb|center|500px|What students see]] &lt;br /&gt;
&lt;br /&gt;
*In the Quiz navigation block, Q2 will be greyed out:&lt;br /&gt;
[[File:locksnav.png]]&lt;br /&gt;
&lt;br /&gt;
==Assigning points to questions ==&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Quiz administration &amp;gt; Edit quiz &amp;gt; Editing quiz&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can set how many points each question is worth by changing the number in the box to the right of each question and you can change the maximum grade by changing the number in the box top right at the top of the quiz. The default is one point per question and 100.00 maximum grade.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:allquizgrades.png|thumb|450px|Points per question and max grade]]&lt;br /&gt;
| [[File:editmaxmark.png|thumb|450px|Edit individual marks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The quiz module will do any maths, so for example, a 2 point question will be  worth 2 times more when the Quiz module determines how many point out of 10 to award the student.&lt;br /&gt;
&lt;br /&gt;
==Previewing the quiz==&lt;br /&gt;
*You can preview individual questions by clicking the magnifying glass icon.&lt;br /&gt;
*You can preview the whole quiz by clicking the &amp;quot;Preview&amp;quot; link in &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview&#039;&#039;&lt;br /&gt;
*The quiz works like a real quiz so you can see your grades and any feedback for correct/incorrect answers just as a student would see them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;To get a more accurate view of how a student would view your quiz, it is advised to log in with a  &amp;quot;dummy&amp;quot; student account created by the admin for testing activities. This is more reliable than the &#039;switch role to student&#039; feature.&lt;br /&gt;
&lt;br /&gt;
*See also the question: &#039;How can a teacher &#039;-dry run a quiz..?&#039;   in [[Quiz FAQ]]&#039;&#039;&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:singleqp.png|thumb|300px|Previewing a single question]]&lt;br /&gt;
|  [[File:previewquiz.png|thumb|200px|Click to preview the whole quiz]]&lt;br /&gt;
|  [[File:quizpreviewed.png|thumb|200px|Quiz in preview mode]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==After quiz has been attempted==&lt;br /&gt;
If one or more students have taken the quiz, you will see a list of all the questions in the quiz and a notice saying that you cannot add or remove questions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the order of questions, regrade them, preview an individual question and click on an question edit link that will allow you to directly edit the question stored in the question bank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can delete all quiz attempts by students and then edit the quiz as if no students had attempted it.  To do this,click the quiz name and then the Results link in the Navigation  block.  This will present a list of students and their scores.  Click &amp;quot;Select all&amp;quot; and then &amp;quot;Delete selected attempts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Dealing with faulty questions===&lt;br /&gt;
&lt;br /&gt;
There are several ways to deal with &amp;quot;bad&amp;quot; questions in a quiz.&lt;br /&gt;
::*Change the grade for the bad question to 0 in the quiz.  &lt;br /&gt;
::*Edit the question, changing what you will accept as a correct answer, then regrading the exam.  Remember when changing a question that the next time it is used it will be as it was in the last edit.  Also, regrading will only affect one quiz at a time.    &lt;br /&gt;
::*You can edit the question to explain the situation to the student and then you can set the grade for the question to zero. After you make such changes you should regrade the quiz by clicking on the &#039;&#039;&#039;Results&#039;&#039;&#039; tab and then the &#039;&#039;&#039;Regrade&#039;&#039;&#039; tab.  This will change the grade for all students who have taken the quiz so far.  Remember, if the question is used by another quiz, your &amp;quot;explanation&amp;quot; will appear as part of that quiz. &lt;br /&gt;
::*You can change the grade for the bad question and then move or delete the question from your question category.  The question will still appear on the quiz. Some places do not like to delete any question, but will move them to a &amp;quot;dead&amp;quot; or &amp;quot;bad&amp;quot; question category. &lt;br /&gt;
::*When you discover a bad question in your quiz, it may affect the question bank. Remember that a final might be made up of a certain number of random questions drawn from different question categories, the same categories used in a smaller subject quiz. It can be very important do something about bad or invalid questions in a question category when the categories are use in other places.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Questions]] in [[Managing a Moodle course]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test erstellen]]&lt;br /&gt;
[[es:Construyendo un examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Essay_question_type&amp;diff=118776</id>
		<title>Essay question type</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Essay_question_type&amp;diff=118776"/>
		<updated>2015-06-08T08:13:29Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Questions}}The essay question type is intended for short answers of a paragraph or two, that one often finds on exams. For longer essays, text or file uploads in an [[Assignment]] is a better choice&lt;br /&gt;
==Question set-up==&lt;br /&gt;
&lt;br /&gt;
#Choose a category&lt;br /&gt;
#Give the question a descriptive name - this allows you to identify it in the question bank.&lt;br /&gt;
#Enter the question in the &#039;question text&#039; field&lt;br /&gt;
#Set the &#039;default question grade&#039; (i.e. the maximum number of marks for this question).&lt;br /&gt;
#Add &#039;General Feedback&#039; if required. This is text that appears to the student &#039;&#039;&#039;after the question is graded&#039;&#039;&#039;.&lt;br /&gt;
#Set an input box size to indicate the length of answer expected.&lt;br /&gt;
#Allow attachments if required.&lt;br /&gt;
#Add information for graders as appropriate.&lt;br /&gt;
#Click Save changes to add the question to the category.&lt;br /&gt;
&lt;br /&gt;
===Attachments only===&lt;br /&gt;
If desired, it is possible to set the essay question so that there is no text input but only an attached, uploaded file.&lt;br /&gt;
&lt;br /&gt;
[[File:essaytext.png]]&lt;br /&gt;
&lt;br /&gt;
===Creating a response template===&lt;br /&gt;
&lt;br /&gt;
When using the Essay question type, you can set a template which appears in the students&#039; text editor to help them scaffold their response:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:templatebox.png|thumb|Response template in question set up screen]]&lt;br /&gt;
| [[File:quiztemplate.png|thumb|What the student sees]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Question grading==&lt;br /&gt;
&lt;br /&gt;
The essay question will not be assigned a grade until it has been reviewed by a teacher and manually graded. Until that happens, the student&#039;s grade will be 0.&lt;br /&gt;
&lt;br /&gt;
To grade a student&#039;s answer in a quiz, follow the &#039;manual grading&#039; link under Results in &#039;&#039;Administration&amp;gt;Quiz administration&#039;&#039; in your course. When manually grading an essay question, the grader is able to enter a custom comment in response to the essay and assign a score for the essay.&lt;br /&gt;
&lt;br /&gt;
==Essay questions in a Lesson==&lt;br /&gt;
&lt;br /&gt;
To grade lesson essay questions, first click on the name of the lesson in your course page. If there are essay questions to be graded, there will be a link saying &amp;quot;Grade essay questions&amp;quot;.  This link will open a screen showing how many ungraded essay questions there are. Ungraded essay questions will be in listed in red. Click the link for the essay you wish to grade.&lt;br /&gt;
&lt;br /&gt;
The essay grading screen shows the title of the question, the student&#039;s essay response, and a place you can write optional comments and give the essay a score. Click the Submit grade button to record your score and comments.  Graded questions will be displayed in green.  Repeat the process to finish grading. Click the &amp;quot;Email graded essays&amp;quot; link to email your responses to your students.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=159689 Grading essay questions] forum discussion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[ca:Tipus_de_pregunta_de_resposta_oberta]]&lt;br /&gt;
[[de:Freitext-Fragen]]&lt;br /&gt;
[[es:Tipo de pregunta de ensayo]]&lt;br /&gt;
[[fr:Question composition]]&lt;br /&gt;
[[ja:作文問題タイプ]]&lt;br /&gt;
[[zh:申論題]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=118311</id>
		<title>Building Quiz</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=118311"/>
		<updated>2015-04-29T17:11:59Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Making questions conditional upon other questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How a Moodle quiz works==&lt;br /&gt;
&lt;br /&gt;
The word “quiz” might  conjure up for some images of TV game shows, but a Moodle quiz is basically a set of questions presented to the learner which may be automatically marked by Moodle or graded later by the teacher. The questions may be in sentence or number  form or contain various media such as video or sound. They do not all need to be the same type of questions: a quiz may contain multiple choice, matching, essays (teacher-graded) and calculated. Feedback may be given at any or all stages of the process.&lt;br /&gt;
&lt;br /&gt;
Once a quiz is made, that’s not the end of it. A Moodle quiz is environmentally friendly: its questions are saved in a [[Question bank]] and may be recycled for use elsewhere. Thus, Mr Brown  could create a Physics Quiz with 20 questions for his class, Class Brown, and his colleague Mr Smith sharing the course could save himself valuable time by resusing 5 of Mr Brown’s questions in his own General Science quiz for Class Smith. (See also [[How to let teachers share questions between courses|Question Sharer role]] for sharing questions across the site)&lt;br /&gt;
&lt;br /&gt;
If you think of a quiz as  a book, the [[Quiz settings]] are equivalent to the front cover; the quiz itself is contained within when the questions are created. (Be careful : once you have chosen the Quiz Settings, it will be “live” on your course page, unless  you hide it, so your learners could potentially see a quiz with no questions, like a front cover with no content.)&lt;br /&gt;
&lt;br /&gt;
Note that it is possible to create questions directly in the [[Question bank]] without first creating a quiz. These questions may then be used later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once a quiz has been added to the course and the [[Quiz settings]] established,the teacher can start to build the quiz.  The teacher can access the quiz to edit the questions by clicking directly on the Quiz name on the course home page or by clicking &amp;quot;Edit quiz&amp;quot; in &#039;&#039;Administration&amp;gt;Quiz administration.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:editquiz.png|thumb|400px|Accessing the quiz to add or edit questions]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Adding questions==&lt;br /&gt;
&lt;br /&gt;
Once you have accessed the quiz editing screen as above, you can add questions from a number of locations:&lt;br /&gt;
&lt;br /&gt;
#Click the &#039;Add&#039; link as in the screenshot below. (&#039;&#039;Note that in the US, the term &#039;marks&#039; is replaced by &#039;points&#039;.&#039;&#039;)&lt;br /&gt;
#When it opens up, choose either to add a new question, to select a question from the question bank or to add a random question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newaddquestion.png|thumb|450px|Adding a question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a new question===&lt;br /&gt;
&lt;br /&gt;
1. To make a brand new question, click &#039;Add&#039; and then &#039;+ a new question&#039;.&lt;br /&gt;
&lt;br /&gt;
2. From the next screen, choose the question type you want to add and click &amp;quot;Next&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;  &#039;&#039;When you click on a question type on the left, helpful information appears on the right&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:questionpicker.png|thumb|440px|Selecting a question type]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Fill in the question form, making sure to give a grade to the correct answer.&lt;br /&gt;
&lt;br /&gt;
4. Click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newlycreatedquestion.png|thumb|430px|A question when it has been created]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you have a very complex question, and you want to check it as you go along, you can preview it and then click &amp;quot;Save changes and continue editing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:savechangesandcontinuediting.png|thumb|398px|Save changes and continue editing]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that when a question has been created, an icon and words display its type (eg multiple choice). It can be modified by clicking the edit icon (eg [[File:editicon.png]]) and previewed or deleted by clicking the magnifying glass or X icons:(eg  [[File:previewdelete1.png]])&lt;br /&gt;
====Adding responses and feedback====&lt;br /&gt;
&lt;br /&gt;
When you add responses and feedback you can display one or more toolbars in the editor:&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:quizform1.png|thumb|350px|With one toolbar]]&lt;br /&gt;
|  [[File:quizform2.png|thumb|350px|With three toolbars]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can continue adding questions this way, clicking &#039;Add&#039; and &#039;+ a new question&#039; each time.&lt;br /&gt;
&lt;br /&gt;
===Choosing a pre-made question===&lt;br /&gt;
*If other teachers in the course have made questions, or if a teacher made questions in an earlier quiz, these can be added to the current quiz by clicking &#039;Add&#039; and &#039;+ from question bank&#039; .&lt;br /&gt;
* Click the + sign next to one question you want to add it (1 in screenshot below)&lt;br /&gt;
* If you have several questions, or you want to add all the questions, tick the box of each question or the top box (2 in screenshot below) and then click &#039;Add selected questions to the quiz&#039; (3 in the screenshot below).&lt;br /&gt;
* To sort the questions, click the column headings. The default sort order (T) is short for question type. (2 in the screenshot below)&lt;br /&gt;
* To ensure all previously made questions are available, make sure to tick the boxes &amp;quot;also show questions from sub-categories/old questions&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addfromqbank1.png|thumb|350px|Using a previously made question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; It is also possible to import pre-made questions into your quiz, from &#039;&#039;Quiz administration&amp;gt;Question bank&amp;gt;Import.&#039;&#039; See [[Import questions]] for more information. Sample questions are available from the [http://moodle.net/mod/data/view.php?d=1&amp;amp;mode=list&amp;amp;perpage=40&amp;amp;search=&amp;amp;sort=0&amp;amp;order=DESC&amp;amp;advanced=0&amp;amp;filter=1&amp;amp;advanced=1&amp;amp;f_2=Quiz+questions&amp;amp;f_11=&amp;amp;f_13=&amp;amp;f_12=&amp;amp;f_9=&amp;amp;f_8= Moodle.net content database.]&lt;br /&gt;
&lt;br /&gt;
===Adding a random question===&lt;br /&gt;
As long as you have questions in the question bank, you can add random questions to your quiz by clicking &#039;Add&#039; and then &#039;+ a random question&#039;.  This might be useful if you have students in a class taking a quiz at the same time, because they are unlikely to get the same questions at the same time. The same question will never appear twice in a quiz. If you include several random questions then different questions will always be chosen for each of them. If you mix random questions with non-random questions then the random questions will be chosen so that they do not duplicate one of the non-random questions. This does imply that you need to provide enough questions in the category from which the random questions are chosen, otherwise the student will be shown a friendly error message. The more questions you provide the more likely it will be that students get different questions on each attempt.&lt;br /&gt;
&lt;br /&gt;
The grade for the randomly chosen question will be rescaled so that the maximum grade is what you have chosen as the grade for the random question.&lt;br /&gt;
&lt;br /&gt;
You can add one or more random questions by choosing the number and category in the question bank. Note the die icon to highlight random question selection.&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addrandomq.png|thumb|400px|Adding a random question]]&lt;br /&gt;
| [[File:newrandom.png|thumb|400px|Random question selected for quiz]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Quiz question tags====&lt;br /&gt;
Note that although it is possible to tag questions, the feature does not currently work. See forum discussion: https://moodle.org/mod/forum/discuss.php?d=194119&lt;br /&gt;
&lt;br /&gt;
===Question categories===&lt;br /&gt;
Questions can be stored and retrieved from categories in the Question bank. When you make a new question it defaults to the category with the course name. So if you make a quiz in the Senior Physics course, questions will automatically be added to &amp;quot;Default for Senior Physics&amp;quot;. You can opt to have your quiz questions in a category of their own (&amp;quot;Quizname&amp;quot;) or to add a subcategory.&lt;br /&gt;
 &lt;br /&gt;
To add a subcategory, go to &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Question bank&amp;gt;Categories&#039;&#039; For more information on question contexts and categories, see [[Question bank]]&lt;br /&gt;
&lt;br /&gt;
Users will have access to different categories according to their permissions. For example, a regular teacher might only have access to question categories in his own Physics course whereas his Faculty Head of Science with permissions in all science courses might have access to question categories in Biology and Chemistry as well.&lt;br /&gt;
&lt;br /&gt;
==Quiz layout==&lt;br /&gt;
&lt;br /&gt;
*You can choose in  &#039;&#039; Administration&amp;gt;Quiz administration&amp;gt;Edit settings&amp;gt;Layout&#039;&#039; whether to have a new page for every question or after a certain number of questions.&lt;br /&gt;
* You can add a page break between questions by clicking the arrow icon (where the arrows are pointing away from each other) (1 in the screenshot below) A new page will be created. (2 in the screenshot below)&lt;br /&gt;
*You can remove pages by clicking the arrow icon (where the arrows are pointing towards each other). (3 in the screenshot below)&lt;br /&gt;
&lt;br /&gt;
[[File:addpagebreak.png|thumb|500px|center]]&lt;br /&gt;
*You can also change the layout of the whole quiz by clicking the &#039;Repaginate&#039; button:&lt;br /&gt;
&lt;br /&gt;
[[File:repaginate.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
*Questions may be moved by dragging and dropping using the crosshairs icon: [[File:crosshairsicon.png]]&lt;br /&gt;
&lt;br /&gt;
===Section headings===&lt;br /&gt;
{{New features}}&lt;br /&gt;
*Section headings may be added to each new page.&lt;br /&gt;
*For the first page, click the &#039;pencil&#039; icon at the top (1) and add your heading (2):&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading1.png]]&lt;br /&gt;
&lt;br /&gt;
*For other pages, click the &#039;Add&#039; link (1) and choose &#039;a new section heading&#039; (2), and then add your heading as for Page 1:&lt;br /&gt;
&lt;br /&gt;
[[File:sectionheading2.png]]&lt;br /&gt;
&lt;br /&gt;
*The section headings are displayed in the Quiz navigation block:&lt;br /&gt;
&lt;br /&gt;
[[File:quiznavsectionheadings.png]]&lt;br /&gt;
&lt;br /&gt;
==Making questions conditional upon other questions==&lt;br /&gt;
{{New features}}&lt;br /&gt;
*If using the &#039;&#039;Interactive with multiple tries&#039;&#039; or &#039;&#039;Immediate Feedback&#039;&#039; behaviour, it is possible to make the display of a question dependent on a previous question being answered first.&lt;br /&gt;
*The question editing page will display padlock icons to the right of each question:&lt;br /&gt;
&lt;br /&gt;
[[File:locks1.png|thumb|center|400px|Padlocks - all unlocked]]&lt;br /&gt;
&lt;br /&gt;
*If you want to make a question, for example Q2, conditional upon answering Q1, then click the padlock just above Q2:&lt;br /&gt;
&lt;br /&gt;
[[File:lock2.png|thumb|center|400px|Padlocks  - Q2 locked]]&lt;br /&gt;
&lt;br /&gt;
*When a student accesses the quiz, they will see a message that Q2 is not available until they give a response to Q1:&lt;br /&gt;
&lt;br /&gt;
[[File:lock3.png|thumb|center|500px|What students see]] &lt;br /&gt;
&lt;br /&gt;
*In the Quiz navigation block, Q2 will be greyed out:&lt;br /&gt;
[[File:locksnav.png]]&lt;br /&gt;
&lt;br /&gt;
==Assigning points to questions ==&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Quiz administration &amp;gt; Edit quiz &amp;gt; Editing quiz&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can set how many points each question is worth by changing the number in the box to the right of each question and you can change the maximum grade by changing the number in the box top right at the top of the quiz. The default is one point per question and 100.00 maximum grade.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:allquizgrades.png|thumb|450px|Points per question and max grade]]&lt;br /&gt;
| [[File:editmaxmark.png|thumb|450px|Edit individual marks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The quiz module will do any maths, so for example, a 2 point question will be  worth 2 times more when the Quiz module determines how many point out of 10 to award the student.&lt;br /&gt;
&lt;br /&gt;
==Previewing the quiz==&lt;br /&gt;
*You can preview individual questions by clicking the magnifying glass icon.&lt;br /&gt;
*You can preview the whole quiz by clicking the &amp;quot;Preview&amp;quot; link in &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview&#039;&#039;&lt;br /&gt;
*The quiz works like a real quiz so you can see your grades and any feedback for correct/incorrect answers just as a student would see them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;To get a more accurate view of how a student would view your quiz, it is advised to log in with a  &amp;quot;dummy&amp;quot; student account created by the admin for testing activities. This is more reliable than the &#039;switch role to student&#039; feature.&lt;br /&gt;
&lt;br /&gt;
*See also the question: &#039;How can a teacher &#039;-dry run a quiz..?&#039;   in [[Quiz FAQ]]&#039;&#039;&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:singleqp.png|thumb|300px|Previewing a single question]]&lt;br /&gt;
|  [[File:previewquiz.png|thumb|200px|Click to preview the whole quiz]]&lt;br /&gt;
|  [[File:quizpreviewed.png|thumb|200px|Quiz in preview mode]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==After quiz has been attempted==&lt;br /&gt;
If one or more students have taken the quiz, you will see a list of all the questions in the quiz and a notice saying that you cannot add or remove questions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the order of questions, regrade them, preview an individual question and click on an question edit link that will allow you to directly edit the question stored in the question bank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can delete all quiz attempts by students and then edit the quiz as if no students had attempted it.  To do this,click the quiz name and then the Results link in the Navigation  block.  This will present a list of students and their scores.  Click &amp;quot;Select all&amp;quot; and then &amp;quot;Delete selected attempts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Dealing with faulty questions===&lt;br /&gt;
&lt;br /&gt;
There are several ways to deal with &amp;quot;bad&amp;quot; questions in a quiz.&lt;br /&gt;
::*Change the grade for the bad question to 0 in the quiz.  &lt;br /&gt;
::*Edit the question, changing what you will accept as a correct answer, then regrading the exam.  Remember when changing a question that the next time it is used it will be as it was in the last edit.  Also, regrading will only affect one quiz at a time.    &lt;br /&gt;
::*You can edit the question to explain the situation to the student and then you can set the grade for the question to zero. After you make such changes you should regrade the quiz by clicking on the &#039;&#039;&#039;Results&#039;&#039;&#039; tab and then the &#039;&#039;&#039;Regrade&#039;&#039;&#039; tab.  This will change the grade for all students who have taken the quiz so far.  Remember, if the question is used by another quiz, your &amp;quot;explanation&amp;quot; will appear as part of that quiz. &lt;br /&gt;
::*You can change the grade for the bad question and then move or delete the question from your question category.  The question will still appear on the quiz. Some places do not like to delete any question, but will move them to a &amp;quot;dead&amp;quot; or &amp;quot;bad&amp;quot; question category. &lt;br /&gt;
::*When you discover a bad question in your quiz, it may affect the question bank. Remember that a final might be made up of a certain number of random questions drawn from different question categories, the same categories used in a smaller subject quiz. It can be very important do something about bad or invalid questions in a question category when the categories are use in other places.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Questions]] in [[Managing a Moodle course]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test erstellen]]&lt;br /&gt;
[[es:Construyendo un examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Course_creator_role&amp;diff=117859</id>
		<title>Course creator role</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Course_creator_role&amp;diff=117859"/>
		<updated>2015-04-13T08:37:47Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Standard roles}}&lt;br /&gt;
A user assigned the role of course creator can (as the name suggests!) create a course. If the setting &amp;quot;Creators&#039; role in new courses&amp;quot; is left as default (teacher), then the course creator is enrolled as a teacher in the course they have just created and can then edit the course settings and enrol other users.&lt;br /&gt;
&lt;br /&gt;
A course creator can also view hidden courses.&lt;br /&gt;
&lt;br /&gt;
The role of course creator could typically be assigned to a master teacher, department head or program coordinator. &lt;br /&gt;
&lt;br /&gt;
==Creating a course==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Add a new course&amp;quot; button can be found at the bottom of the page listing all courses.&lt;br /&gt;
&lt;br /&gt;
When a course creator creates a course, they are automatically enrolled in the course as a teacher, or whatever role is set in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Users &amp;gt; Permissions &amp;gt; User policies&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note (1):&#039;&#039;&#039; If a user is assigned the role of course creator in the course category context, the &amp;quot;Add a new course&amp;quot; button only appears when the course category contains at least one course.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note (2):&#039;&#039;&#039; Course creators are not automatically assigned the role of teacher in a course they have not created, even if it is in a category where they have course creator rights.&lt;br /&gt;
&lt;br /&gt;
==Deleting a course==&lt;br /&gt;
&lt;br /&gt;
There is no user interface for course creators to delete courses they have created, however they can do so by editing the URL of the course from &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/view.php?id=N&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/delete.php?id=N&amp;lt;/nowiki&amp;gt; (replacing &#039;view&#039; with &#039;delete&#039;).&lt;br /&gt;
&lt;br /&gt;
==Role assignment==&lt;br /&gt;
&lt;br /&gt;
A user may be assigned the role of course creator as a system role (in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Users &amp;gt; Permissions &amp;gt; Assign system roles&#039;&#039;) or in the course category context. &lt;br /&gt;
&lt;br /&gt;
==Role permissions==&lt;br /&gt;
&lt;br /&gt;
If you require a course creator to have additional permissions, it is recommended that the [[Manager role]] is used, rather than changing the course creator role permissions. Otherwise, allowing additional capabilities for the course creator role may result in course creators having access to courses which they have not created.&lt;br /&gt;
&lt;br /&gt;
The role of course creator is ONLY intended for enabling users to create courses; it is not intended for enabling users to edit existing courses! &lt;br /&gt;
&lt;br /&gt;
[[fr:Créateur de cours]]&lt;br /&gt;
[[ja:コース作成者]]&lt;br /&gt;
[[de:Kursersteller-Rolle]]&lt;br /&gt;
[[es:Rol de creador de curso]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Talk:Table_of_Contents&amp;diff=117839</id>
		<title>Talk:Table of Contents</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Talk:Table_of_Contents&amp;diff=117839"/>
		<updated>2015-04-10T18:16:44Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 117785 by Hystn (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===&#039;&#039;&#039;Page layout&#039;&#039;&#039;===&lt;br /&gt;
The layout of this page is not good. While it is linear, it becomes a long scroll to the bottom of the page. Perhaps each part could be in a multi-columned table? Each group of topics would be in its own cell. Would make it easier to find something.&lt;br /&gt;
&lt;br /&gt;
== Spanish translation of this page available ==&lt;br /&gt;
&lt;br /&gt;
Hi, &lt;br /&gt;
I just finished translating Moodle Docs&#039; Table of Content into Spanish.&lt;br /&gt;
I wonder if someone could have a look and insert a link to [[es:Tabla_de_Contenidos]] in the Table of Contents of Moodle Docs in English.&lt;br /&gt;
Thanks in advance for your help&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=117346</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=117346"/>
		<updated>2015-03-04T19:37:49Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Can I have a quiz that is not graded? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How can I randomly generate a quiz from a larger question bank?==&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
==How can I force my students to answer all the question in a quiz before they submit?==&lt;br /&gt;
&lt;br /&gt;
There are various ways to answer this:&lt;br /&gt;
# You can&#039;t.&lt;br /&gt;
# Your student&#039;s are not stupid. They know they will get zero marks for any question they do not answer, so they already have a strong incentive to answer every question. Furthermore, at the end of the quiz there is the summary page where they can easily check that they have answered all the questions before they submit, so they won&#039;t accidentally miss questions.&lt;br /&gt;
# OK, so you want us to write code that won&#039;t let students submit before they have answered each question. Well, all that does is forces the student to put random junk like &amp;quot;asdf&amp;quot; into each question before they click the button, or randomly make a choice in each multiple choice question. There is no educational benefit in this. You get more meaningful information if students leave those questions blank rather than putting in random responses.&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for different groups?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group override&amp;quot;.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
==What happens if students submit answers after the quiz closing date?==&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by hand. Also the teacher could change the closing date after the fact and regrade the attempts. The students answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
==Is there a nice way to print a copy of a quiz?==&lt;br /&gt;
&lt;br /&gt;
Not at the moment.&lt;br /&gt;
&lt;br /&gt;
* See this tracker request: [https://tracker.moodle.org/browse/MDL-348 Printer-friendly (more compact) layout option for quiz] &lt;br /&gt;
* The [http://www.academic-moodle-cooperation.org Academic Moodle Cooperation] of the University of Vienna and the Vienna University of Technology have contributed the [[mod/offlinequiz/mod| Offline quiz activity]] for Moodle 2.6, available from the [https://moodle.org/plugins/view.php?plugin=mod_offlinequiz Moodle plugins database] (Moodle 2.2 and 2.5 versions are available via Github, and a 2.8 version will probably appear soon). This MC Offline quiz module (mod/offlinequiz) adds paper-and-pencil multiple-choice quizzes to Moodle. In offline quizzes students mark answers to questions on a sheet of paper (the answer form).  &lt;br /&gt;
* See [https://github.com/bumoodle/moodle-quiz_papercopy https://github.com/bumoodle/moodle-quiz_papercopy] - Paper Copy quiz report for Moodle - allows an instructor to create and grade printable copies of Moodle Quizzes &lt;br /&gt;
* Eoin Campbell has a plugin that may be usefull here: https://moodle.org/plugins/view.php?plugin=qformat_htmltable&lt;br /&gt;
* See this [https://moodle.org/plugins/view.php?plugin=qformat_wordtable Word table format plugin] for exporting questions (including images) in a question bank into a Word file&lt;br /&gt;
* Also this discussion, where there is an unlikely hack: https://moodle.org/mod/forum/discuss.php?d=222565&lt;br /&gt;
* Some CSS suggestions here: https://moodle.org/mod/forum/discuss.php?d=205969#p899667&lt;br /&gt;
* Also note the comments  [https://docs.moodle.org/en/Effective_quiz_practices#Printing_and_sharing_questions here], [https://moodle.org/mod/forum/discuss.php?d=219532 here], [https://moodle.org/mod/forum/discuss.php?d=181486 here], [https://moodle.org/mod/forum/discuss.php?d=90791 here] and [https://moodle.org/mod/forum/discuss.php?d=222565 here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why am I no longer allowed to add or remove questions?==&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequeces in the grade book. &lt;br /&gt;
&lt;br /&gt;
If this is not the case think carefully about how to handle the graded attempts.&lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off glossary auto-linking in a quiz? ==&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
[[File:quizfilter.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I remove a problem question after the quiz has been taken?==&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (Do not use in Bio101).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
==Can I have a quiz that is not graded?==&lt;br /&gt;
&lt;br /&gt;
Yes:&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Why is my quiz not displaying in the gradebook?==&lt;br /&gt;
*Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
Remember you can tell gradebook not to include the quiz.&lt;br /&gt;
&lt;br /&gt;
==How do I allow a person to retake a quiz if I have it set for 1 attempt?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot;.&lt;br /&gt;
*Click this link and you can change the allowed number of attempts for that user. &lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I give particular students extra time in a timed quiz?==&lt;br /&gt;
*In the Quiz administration settings block there is a link &amp;quot;user overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change the timing of their quiz&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?==&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the [[Grade editing|edit grade]] icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
==How can I enable notification of quiz submissions?==&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t people (guests) take a quiz without creating an account and logging in?==&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go.&lt;br /&gt;
&lt;br /&gt;
If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
A workaround is to create a visitor account, say with username = password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
==Can you explain the error The number of random questions required is more than are still available in the category!==&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==How do I send a bulk message to all students who haven&#039;t completed a quiz?==&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I download the quiz questions in a non-Moodle format?==&lt;br /&gt;
You might want to keep a local copy of quiz questions as evidence. While Moodle doesn&#039;t offer a built-in method of doing this, suggestions include: &lt;br /&gt;
#previewing the quiz, getting to the review page and from your computer, choosing &amp;quot;Save as...webpage complete&amp;quot; and &lt;br /&gt;
#exporting the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most details of each question. Not very pretty, but accurate.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off question flagging?==&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capablity attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
==How do I create system-wide question categories?==&lt;br /&gt;
* As an administrator or user with system permissions,  go to &#039;&#039;Question bank&amp;gt;categories&#039;&#039; in any course.&lt;br /&gt;
*Using the &amp;quot;Add category form&amp;quot; at the bottom of the page, set the parent of the new category to be the system context.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student from reviewing or jumping around questions in a quiz?==&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme:   Site Administration &amp;gt;Appearance &amp;gt;Themes &amp;gt;Afterburner  and enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other css solutions.&lt;br /&gt;
&lt;br /&gt;
==How can I minimise the load on the server while using quizzes?==&lt;br /&gt;
*Try to avoid a lot of students starting a quiz at the same time&lt;br /&gt;
*Check these discussions:&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=213259&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215641&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215130&lt;br /&gt;
&lt;br /&gt;
For other notes on performance with quizzes, see the section &#039;Performance of different Moodle modules&#039; in [[Performance recommendations]].&lt;br /&gt;
==How can I make the quiz timer &amp;quot;float&amp;quot; or move down the page?==&lt;br /&gt;
See this forum thread: [https://moodle.org/mod/forum/discuss.php?d=210049 How to make the quiz timer float] for one suggestion.&lt;br /&gt;
&lt;br /&gt;
==Why are images not included when exporting quiz questions?==&lt;br /&gt;
Images are only included if you export the questions using Moodle XML format. For all other question export formats (including GIFT), you will get broken images. Please see forum post [https://moodle.org/mod/forum/discuss.php?d=244615 Students not able to see images in exported quiz questions]&lt;br /&gt;
&lt;br /&gt;
==Why does the quiz timer keep counting down when the student is not looking at the quiz?==&lt;br /&gt;
It is not possible to stop the timer and start it again. Moodle cannot tell the difference between legitimate reasons for doing this (such as a fire alarm requiring evacuation of the test room) or a student simply using time going to another browser and googling the answers. Nor can Moodle tell if the connection has been lost, although the student does now get a warning MDL-42504&lt;br /&gt;
&lt;br /&gt;
It might be preferable in certain circumstances, such as timed examinations using Quiz, to manually  announce the start/end time, rather then rely on the quiz timer.&lt;br /&gt;
&lt;br /&gt;
For further comments see:&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=96194&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=177180&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=237847&lt;br /&gt;
&lt;br /&gt;
==How can a &amp;quot;Never submitted quiz&amp;quot; be submitted?==&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state, but there is a tracker issue MDL-35745. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Failing that, see also this [https://moodle.org/mod/forum/discuss.php?d=212819 forum thread] which suggests:&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
==How can I hide the number of marks available for each question?==&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
or you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin setting]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==How can a teacher dry run a quiz before it is released?==&lt;br /&gt;
* You have prepared a quiz exam for your students. It is currently in a hidden state.&lt;br /&gt;
* The exam opens on the day of the exam, at a time that the students know about.&lt;br /&gt;
* However, to satisfy yourself that it is doable in the time allotted, You wish to do a dry run yourself before that date.&lt;br /&gt;
* How can You accomplish this?&lt;br /&gt;
&lt;br /&gt;
===Method 1===&lt;br /&gt;
You can use the Preview feature available to you as a teacher as you are making the quiz.&lt;br /&gt;
 &lt;br /&gt;
===Method 2===&lt;br /&gt;
* Make a dummy account with a name like &amp;quot;Test Student&amp;quot;.&lt;br /&gt;
* Enrol that user in the course as a student.&lt;br /&gt;
* Add a &amp;quot;User override&amp;quot; to the quiz, so &amp;quot;Test Student&amp;quot; can attempt the quiz before it is open to everyone else.&lt;br /&gt;
* Log in as &amp;quot;Test student&amp;quot;.&lt;br /&gt;
* Attempt the quiz.&lt;br /&gt;
* Log back in as teacher.&lt;br /&gt;
* Review the attempt.&lt;br /&gt;
* Go to Results -&amp;gt; Grades and delete the test attempt.&lt;br /&gt;
* Un-enrol &amp;quot;Test Student&amp;quot; from your course.&lt;br /&gt;
&lt;br /&gt;
===Method 3===&lt;br /&gt;
* Set up a Moodle Playground course for your teachers.&lt;br /&gt;
* Add teachers with dual role (teacher and student).&lt;br /&gt;
* This provides them a place to test things out.&lt;br /&gt;
* Teachers can later copy the quiz/assignment/whatever over to their live class.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student doing a quiz for another student?==&lt;br /&gt;
For some ideas on preventing cheating, see the forum thread [https://moodle.org/mod/forum/discuss.php?d=271100#p1168345 User dependent locking and unlocking of quizzes].&lt;br /&gt;
&lt;br /&gt;
==How can I set a grade to pass?==&lt;br /&gt;
&lt;br /&gt;
See the section &#039;Setting a grade to pass for a quiz&#039; in [[Activity completion settings]] for details.&lt;br /&gt;
&lt;br /&gt;
==How can students upload images to an Essay question?==&lt;br /&gt;
When creating the question,  in the section &#039;&#039;Response format&#039;&#039;, choose &amp;quot;HTML editor + uploaded files.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Quiz Time Limit]]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=96326 Removing &amp;quot;Submit all and Finish&amp;quot; button]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=141003 How do you keep people from cheating while taking a quiz?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=131325 Scientific notation in quiz answers]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=158846 Quiz answers appear in wrong language]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=196206 Random Order Override]&lt;br /&gt;
&lt;br /&gt;
Related FAQs:&lt;br /&gt;
* [[Import and export FAQ]] - for hints on importing questions&lt;br /&gt;
* [[XML FAQ]] - for information on creating and importing questions in Moodle XML format&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.alfiekohn.org/teaching/cheating.htm Who is Cheating Whom] article&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=MoodleDocs:Guidelines_for_contributors&amp;diff=117189</id>
		<title>MoodleDocs:Guidelines for contributors</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=MoodleDocs:Guidelines_for_contributors&amp;diff=117189"/>
		<updated>2015-02-23T13:08:13Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undoing vandalism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Help}}You are welcome to contribute to Moodle Docs. Find something that can be improved, either in content, grammar or formatting, and fix it! Note: You will need to [[Special:Userlogin|login]] to edit pages.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
* Please note that all contributions are released here under [[License|GNU General Public License]].&lt;br /&gt;
* Every page in Moodle has a link to a corresponding page in Moodle Docs. You can see this on [http://moodle.org moodle.org] and, from an administrator&#039;s perspective, on the [http://demo.moodle.net/ Moodle demo site].&lt;br /&gt;
* You are encouraged to illustrate documentation with screenshots. Please refer to the [[MoodleDocs:Style guide|style guide]] for further information.&lt;br /&gt;
* See [[MoodleDocs:Templates]] for ways of asking for editing help from other contributors.&lt;br /&gt;
&lt;br /&gt;
==Creating new pages==&lt;br /&gt;
&lt;br /&gt;
* You are welcome to create pages for additional documentation about Moodle. Simply type the name of your new page between double brackets &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[New page name]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; on an existing page and follow the link to start editing the new page. Alternatively, you may type in your browser address bar: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;https://docs.moodle.org/en/New_page_name&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (i.e. replace spaces in the new page name with underscores).&lt;br /&gt;
* Please choose a short name and capitalize the first word only (with a few exceptions, such as the word &#039;&#039;Moodle&#039;&#039;).&lt;br /&gt;
* Please follow the [[MoodleDocs:Style guide|style guide]]. If you categorize new pages it can make it easier for users to find, but the important thing is to put good content into the page. &lt;br /&gt;
* Page titles may be changed in the future by redirecting/moving pages, as part of documentation restructuring.&lt;br /&gt;
&lt;br /&gt;
==Inter-language linking==&lt;br /&gt;
&lt;br /&gt;
* Inter-language links between pages in different languages may be added by typing, for example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[es:Corresponding page title in Spanish]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the English MoodleDocs, or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[en:Corresponding page title in English]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the [[:es:Portada|Spanish MoodleDocs]], at the bottom of the page, below the category link. Inter-language links will appear automatically in the &amp;quot;In other languages&amp;quot; block.&lt;br /&gt;
&lt;br /&gt;
== Page comments ==&lt;br /&gt;
&lt;br /&gt;
* For comments about a particular page, and/or short discussions, please use the corresponding talk page (click on the page comments tab). Please sign and date your talk page contribution by typing four tildes &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. There&#039;s also a handy button for signing in the toolbar of the editing field: [[Image:Signature Icon.png]]&lt;br /&gt;
&lt;br /&gt;
* For longer discussions about the documentation, please post on moodle.org in the [http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&lt;br /&gt;
&lt;br /&gt;
* If you find an unsigned comment you can use the Template:Unsigned like so &amp;lt;nowiki&amp;gt;{{Unsigned|Username}}&amp;lt;/nowiki&amp;gt; which will show as &amp;lt;small&amp;gt;(&#039;&#039;The preceding comment was added by&#039;&#039; [[User:Username]])&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Page protection==&lt;br /&gt;
&lt;br /&gt;
* Certain pages, such as the [[Table of Contents]], are protected from editing. Please use the page comments for suggesting additional content or other changes. &lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Moodle documentation FAQ]]&lt;br /&gt;
*[http://moodle.org/mod/forum/view.php?id=7135 Moodle community sites forum].&lt;br /&gt;
&lt;br /&gt;
[[Category:MoodleDocs|Guidelines for contributors]]&lt;br /&gt;
&lt;br /&gt;
[[ca:MoodleDocs:Recomanacions_als_ajudants]]&lt;br /&gt;
[[de:Hinweise für Moodle Docs Autoren]]&lt;br /&gt;
[[es:MoodleDocs:Normas para colaboradores]]&lt;br /&gt;
[[fr:MoodleDocs:Recommandations pour contributeurs]]&lt;br /&gt;
[[ja:MoodleDocs:寄稿のガイドライン]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Aiken_format&amp;diff=116743</id>
		<title>Aiken format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Aiken_format&amp;diff=116743"/>
		<updated>2015-01-22T22:35:19Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. (The GIFT format has many more options and perhaps is less prone to errors, but doesn&#039;t look as straight-forward as AIKEN. ) The question must be all on one line.  Each answer must start with a single uppercase letter, followed by a period &#039;.&#039; or a bracket &#039;)&#039;, then a space.  The answer line must immediately follow, starting with &amp;quot;ANSWER: &amp;quot; (NOTE the space after the colon) and then giving the appropriate letter. &lt;br /&gt;
&lt;br /&gt;
NOTE: The answer letters (A,B,C etc.) and the word &amp;quot;ANSWER&amp;quot; &#039;&#039;&#039;must&#039;&#039;&#039; be capitalised as shown, otherwise the import will fail. &lt;br /&gt;
&lt;br /&gt;
Here is an example of the format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;What is the correct answer to this question?&lt;br /&gt;
A. Is it this one?&lt;br /&gt;
B. Maybe this answer?&lt;br /&gt;
C. Possibly this one?&lt;br /&gt;
D. Must be this one!&lt;br /&gt;
ANSWER: D&lt;br /&gt;
&lt;br /&gt;
Which LMS has the most quiz import formats?&lt;br /&gt;
A) Moodle&lt;br /&gt;
B) ATutor&lt;br /&gt;
C) Claroline&lt;br /&gt;
D) Blackboard&lt;br /&gt;
E) WebCT&lt;br /&gt;
F) Ilias&lt;br /&gt;
ANSWER: A&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both these examples imported into Moodle gave questions looking like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;note&amp;quot;&amp;gt;&lt;br /&gt;
Which LMS has the most quiz import formats?&lt;br /&gt;
Choose one answer.&lt;br /&gt;
* a. Blackboard 	&lt;br /&gt;
* b. WebCT 	&lt;br /&gt;
* c. ATutor 	&lt;br /&gt;
* d. Moodle 	&lt;br /&gt;
* e. Claroline 	&lt;br /&gt;
* f. Ilias  &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Importing ===&lt;br /&gt;
&lt;br /&gt;
When importing there are many options, but these do not influence Aiken Format import:&lt;br /&gt;
* Get category from file [_] &lt;br /&gt;
* Get context from file [_]&lt;br /&gt;
* Match grades [Error if grade not listed/Nearest grade if not listed]&lt;br /&gt;
* Stop on error [Yes/No] &lt;br /&gt;
&lt;br /&gt;
===Hints and Tips===&lt;br /&gt;
&lt;br /&gt;
* Use a text editor, like PSPad, (Windows &amp;quot;notepad&amp;quot; may not save with right encoding) to write the file with questions and save as a TXT file in UTF-8 format. Use only simple &#039;  not slant ones ´ ` ! Avoid other exotic characters like … HORIZONTAL ELLIPSIS (http://www.fileformat.info/info/unicode/char/2026/index.htm, three dots as a single character).&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.heroku.com Moodle XML Converter] - more extensive version of AIKEN format. Supports almost all Moodle questions types - multichoice, shortanswer, cloze, essay, order, matching, numeric, truefalse&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Import questions]]&lt;br /&gt;
*[[GIFT]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
[[de:AIKEN]]&lt;br /&gt;
[[es:Formato Aiken]]&lt;br /&gt;
[[fr:Format Aiken]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Aiken_format&amp;diff=116742</id>
		<title>Aiken format</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Aiken_format&amp;diff=116742"/>
		<updated>2015-01-22T22:33:55Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. (The GIFT format has many more options and perhaps is less prone to errors, but doesn&#039;t look as straight-forward as AIKEN. ) The question must be all on one line.  Each answer must start with a single uppercase letter, followed by a period &#039;.&#039; or a bracket &#039;)&#039;, then a space.  The answer line must immediately follow, starting with &amp;quot;ANSWER: &amp;quot; (NOTE the space after the colon) and then giving the appropriate letter. &lt;br /&gt;
&lt;br /&gt;
NOTE: The answer letters (A,B,C etc.) and the word &amp;quot;ANSWER&amp;quot; &#039;&#039;&#039;must&#039;&#039;&#039; be capitalised as shown, otherwise the import will fail. &lt;br /&gt;
&lt;br /&gt;
Here is an example of the format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;What is the correct answer to this question?&lt;br /&gt;
A. Is it this one?&lt;br /&gt;
B. Maybe this answer?&lt;br /&gt;
C. Possibly this one?&lt;br /&gt;
D. Must be this one!&lt;br /&gt;
ANSWER: D&lt;br /&gt;
&lt;br /&gt;
Which LMS has the most quiz import formats?&lt;br /&gt;
A) Moodle&lt;br /&gt;
B) ATutor&lt;br /&gt;
C) Claroline&lt;br /&gt;
D) Blackboard&lt;br /&gt;
E) WebCT&lt;br /&gt;
F) Ilias&lt;br /&gt;
ANSWER: A&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both these examples imported into Moodle gave questions looking like:&lt;br /&gt;
 Which LMS has the most quiz import formats?&lt;br /&gt;
 Choose one answer.&lt;br /&gt;
 * a. Blackboard 	&lt;br /&gt;
 * b. WebCT 	&lt;br /&gt;
 * c. ATutor 	&lt;br /&gt;
 * d. Moodle 	&lt;br /&gt;
 * e. Claroline 	&lt;br /&gt;
 * f. Ilias  &lt;br /&gt;
&lt;br /&gt;
=== Importing ===&lt;br /&gt;
&lt;br /&gt;
When importing there are many options, but these do not influence Aiken Format import:&lt;br /&gt;
* Get category from file [_] &lt;br /&gt;
* Get context from file [_]&lt;br /&gt;
* Match grades [Error if grade not listed/Nearest grade if not listed]&lt;br /&gt;
* Stop on error [Yes/No] &lt;br /&gt;
&lt;br /&gt;
===Hints and Tips===&lt;br /&gt;
&lt;br /&gt;
* Use a text editor, like PSPad, (Windows &amp;quot;notepad&amp;quot; may not save with right encoding) to write the file with questions and save as a TXT file in UTF-8 format. Use only simple &#039;  not slant ones ´ ` ! Avoid other exotic characters like … HORIZONTAL ELLIPSIS (http://www.fileformat.info/info/unicode/char/2026/index.htm, three dots as a single character).&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.heroku.com Moodle XML Converter] - more extensive version of AIKEN format. Supports almost all Moodle questions types - multichoice, shortanswer, cloze, essay, order, matching, numeric, truefalse&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Import questions]]&lt;br /&gt;
*[[GIFT]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
[[Category:Quiz]]&lt;br /&gt;
[[de:AIKEN]]&lt;br /&gt;
[[es:Formato Aiken]]&lt;br /&gt;
[[fr:Format Aiken]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=File:truthumbnailsiconsview.png&amp;diff=116718</id>
		<title>File:truthumbnailsiconsview.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=File:truthumbnailsiconsview.png&amp;diff=116718"/>
		<updated>2015-01-19T14:11:27Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 116711 by Andrezamancuso (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Usage&amp;diff=116700</id>
		<title>Usage</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Usage&amp;diff=116700"/>
		<updated>2015-01-14T12:35:07Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo revision 116699 by Elson22 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About Moodle}}&lt;br /&gt;
==Who uses Moodle?==&lt;br /&gt;
&lt;br /&gt;
Moodle is used by a variety of institutions and individuals, including:&lt;br /&gt;
* Universities &lt;br /&gt;
* High schools &lt;br /&gt;
* Primary schools&lt;br /&gt;
* Government departments &lt;br /&gt;
* Healthcare organisations &lt;br /&gt;
* Military organistions&lt;br /&gt;
* Airlines&lt;br /&gt;
* Oil companies &lt;br /&gt;
* Homeschoolers&lt;br /&gt;
* Independent educators&lt;br /&gt;
* special educators&lt;br /&gt;
&lt;br /&gt;
==How many Moodle sites are there==&lt;br /&gt;
There are tens of thousands of registered Moodle sites in the sites list that we maintain; however it is impossible to know exactly how many Moodle sites exist because Moodle is open source, free to download and distribute, and doesn&#039;t force registration on its users. Very often we find people, will not inform us about their sites.&lt;br /&gt;
&lt;br /&gt;
For up-to-date summary statistics about registered sites browse the [http://moodle.org/stats/ Moodle Statistics] page. Statistics shown on this page are updated daily to provide an accurate summary of collected information.&lt;br /&gt;
You can also browse the [http://moodle.org/sites/ Moodle Sites] page, which provides a useful list of registered sites grouped by country for all sites that have chosen to make their information public.&lt;br /&gt;
&lt;br /&gt;
==How statistics are collected and maintained==&lt;br /&gt;
===Registration===&lt;br /&gt;
All information collected by moodle.org is from site administrators that have registered their sites with us. For security and privacy reasons registration has been made a manual process that only a site administrator can undertake.&lt;br /&gt;
Registration can be undertaken by clicking on the Registration button shown in the site administration block under Notification, and filling out the simple form that then gets sent back to us.&lt;br /&gt;
&lt;br /&gt;
Sites can update the registration information we hold about them at any time them by repeating the manual process.&lt;br /&gt;
It is important to note that because of the manual process information that is collected by moodle.org may be out of date.&lt;br /&gt;
&lt;br /&gt;
Moodle since version 1.0 has allowed users to register their sites with us, registration being something that we encourage all publicly available sites to do.&lt;br /&gt;
You can read more about registration, the registration process and what is collected on the [[Moodle registration|Moodle Registration]] page.&lt;br /&gt;
&lt;br /&gt;
===Moderation===&lt;br /&gt;
To ensure that the statistics that we collect are as accurate as possible there are certain conditions that a registered site has to meet in order to be included into both the statistics and sites pages.&lt;br /&gt;
&lt;br /&gt;
When a site first registers we check the information about the site to ensure that the URL they have provided is valid and that the email address for the site administrator is a valid email address.&lt;br /&gt;
We also at this point sanity check the information being collected to remove obvious test sites.&lt;br /&gt;
&lt;br /&gt;
===Maintenance===&lt;br /&gt;
Like most of the web many sites come and go. Since we strive to maintain accurate statistics we need to check registered sites on a regular basis and clean out old data.&lt;br /&gt;
A sophisticated, automated site check process is used to undertake the task of checking every registered site on a weekly basis.&lt;br /&gt;
&lt;br /&gt;
In checking registered sites every sites is visited by our site check program that then evaluates and scores each site individually based on a collection of a number of defined rules that we have set to identify each and every Moodle release. The score that a site receives determines whether the site is included in the sites list or not.&lt;br /&gt;
Any site that fails the evaluation is then removed from the [http://moodle.net/sites sites list] and not included in any [http://moodle.net/stats statistics].&lt;br /&gt;
&lt;br /&gt;
===Ensuring your site passes the weekly evaluation===&lt;br /&gt;
To ensure that your site passes the weekly evaluation check that your site meets the following three criteria.&lt;br /&gt;
* Check the URL you registered is the URL of your Moodle registration. We check only the page returned from the URL you registered, we don&#039;t dig down into your site, or search any alternatives.&lt;br /&gt;
* Check the site is publicly available on the Internet. We can&#039;t check your site if it is only available locally, or has been wrapped in any means of authentication.&lt;br /&gt;
* Ensure you have content when you register your site. If you don&#039;t have any content when you register it is likely we will dismiss your site as a test site. Ensure that you have created at least one course, and three users within your installation before registering.&lt;br /&gt;
&lt;br /&gt;
If you want to find out when we last came through you can check your personal site statistics or web server logs and look for page requests on your registered URL that have the following user agent&lt;br /&gt;
&#039;&#039;moodle.org Link Checker (http://moodle.org/sites/)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Installations|Moodle installation listings]]&lt;br /&gt;
&lt;br /&gt;
[[de:Nutzung]]&lt;br /&gt;
[[es:Uso]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Course_creator_role&amp;diff=116660</id>
		<title>Course creator role</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Course_creator_role&amp;diff=116660"/>
		<updated>2015-01-05T11:51:50Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Standard roles}}&lt;br /&gt;
A user assigned the role of course creator can (as the name suggests!) create a course. If the setting &amp;quot;Creators&#039; role in new courses&amp;quot; is left as default (teacher), then the course creator is enrolled as a teacher in the course they have just created and can then edit the course settings and enrol other users.&lt;br /&gt;
&lt;br /&gt;
A course creator can also view hidden courses.&lt;br /&gt;
&lt;br /&gt;
The role of course creator could typically be assigned to a master teacher, department head or program coordinator. &lt;br /&gt;
&lt;br /&gt;
==Creating a course==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Add a new course&amp;quot; button can be found at the bottom of the page listing all courses.&lt;br /&gt;
&lt;br /&gt;
When a course creator creates a course, they are automatically enrolled in the course as a teacher, or whatever role is set in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Users &amp;gt; Permissions &amp;gt; User policies&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note (1):&#039;&#039;&#039; If a user is assigned the role of course creator in the course category context, the &amp;quot;Add a new course&amp;quot; button only appears when the course category contains at least one course.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note (2):&#039;&#039;&#039; Course creators are not automatically assigned the role of teacher in a course they have not created, even if it is in a category where they have course creator rights.&lt;br /&gt;
&lt;br /&gt;
==Deleting a course==&lt;br /&gt;
&lt;br /&gt;
There is no user interface for course creators to delete courses they have created, however they can do so by editing the URL of the course from &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/view.php?id=N&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;http://yourmoodlesite.net/course/delete.php?id=N&amp;lt;/nowiki&amp;gt; (replacing &#039;view&#039; with &#039;delete&#039;).&lt;br /&gt;
&lt;br /&gt;
==Role assignment==&lt;br /&gt;
&lt;br /&gt;
A user may be assigned the role of course creator as a system role (in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Users &amp;gt; Permissions &amp;gt; Assign system roles&#039;&#039;) or in the course category context. &lt;br /&gt;
&lt;br /&gt;
==Role permissions==&lt;br /&gt;
&lt;br /&gt;
If you require a course creator to have additional permissions, it is recommended that the [[Manager role]] is used, rather than changing the course creator role permissions. Otherwise, allowing additional capabilities for the course creator role may result in course creators having access to courses which they have not created.&lt;br /&gt;
&lt;br /&gt;
The role of course creator is ONLY intended for enabling users to create courses; it is not intended for enabling users to edit existing courses! &lt;br /&gt;
&lt;br /&gt;
[[fr:Créateur de cours]]&lt;br /&gt;
[[ja:コース作成者]]&lt;br /&gt;
[[de:Kursersteller-Rolle]]&lt;br /&gt;
[[es:Rol de creador de curso]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Help:Editing&amp;diff=116659</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Help:Editing&amp;diff=116659"/>
		<updated>2015-01-05T11:50:07Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Undo edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Help}}&lt;br /&gt;
This page is for editing Moodle Documentation (MoodleDocs), which is based on MediaWiki format (similar to Wikipedia).&lt;br /&gt;
&lt;br /&gt;
==Edit tab==&lt;br /&gt;
Every MoodleDoc page has an &amp;quot;edit&amp;quot; tab at the top .  This link will let you edit the page you are viewing. Please try editing a page by using this  [[Sandbox|sandbox link]]. We will cover more formatting and special MoodleDoc features below.  The edit tool bar is easy to use. &lt;br /&gt;
&lt;br /&gt;
There are 3 parts to the edit page: the content areas to edit with its toolbar at the top;  the save, preview, changes and summary box; the preview area.&lt;br /&gt;
&lt;br /&gt;
===Edit tool bar===&lt;br /&gt;
[[Image:MoodleDocs Edit Toolbar.png|frame|center|Edit tool bar]]&lt;br /&gt;
Hold the mouse cursor over the edit tool bar to see what functions each icon will do.  From left to right:  Bold, Italics, Internal (page) link, external link, Level 2 heading, embedded image, media file link, mathematical formula, no wiki, signature and time stamp, horizontal line.&lt;br /&gt;
&lt;br /&gt;
=== Show preview ===&lt;br /&gt;
[[Image:MoodleDocs save edit area 1.png|frame|center|Example of the save, preview, comment area below the edit box]]&lt;br /&gt;
In edit mode, the show preview button at the bottom of the page lets you see what the page will look like after your edit, before you actually save.  We all make mistakes; this feature lets you catch them immediately.  Using Show preview before saving also lets you try format changes and other edits without cluttering up the page history, and has a number of other advantages.  Don&#039;t forget to save your edits after previewing, though!&lt;br /&gt;
&lt;br /&gt;
=== Edit summary ===&lt;br /&gt;
Before saving the page, it&#039;s considered good practice to enter a very brief summary of your changes in the summary box below the edit-box.  &lt;br /&gt;
&lt;br /&gt;
In the example above, the contributor used the edit link next to a heading called &amp;quot;Tips and tricks&amp;quot;. MoodleDocs automatically added &amp;quot;/* Tips and tricks */&amp;quot; to the summary box. The  The contributor added a comment &amp;quot;Put comment here about edit - will rollback&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
See [[Help:Editing#Page history|Page history below]] where the example is continued.&lt;br /&gt;
&lt;br /&gt;
===Show changes===&lt;br /&gt;
This button will change the preview area. One column will show current areas that will be changed and another column will show the resulting changes from what has been done in the content editing box.&lt;br /&gt;
&lt;br /&gt;
== Formatting ==&lt;br /&gt;
&lt;br /&gt;
Most &#039;&#039;&#039;formatting&#039;&#039;&#039;  in MoodleDocs is usually done with MediaWiki markup - you don&#039;t have to learn HTML!&lt;br /&gt;
&lt;br /&gt;
=== Bold and italics ===&lt;br /&gt;
&#039;&#039;&#039;Bolding&#039;&#039;&#039; and &#039;&#039;italicizing&#039;&#039; is done by surrounding a word or phrase with multiple apostrophes (&amp;lt;tt&amp;gt;&#039;&amp;lt;/tt&amp;gt;):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;italics&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; appears as &#039;&#039;italics&#039;&#039;. (2 apostrophes on both sides)&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;bold&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; appears as &#039;&#039;&#039;bold&#039;&#039;&#039;. (3 apostrophes on both sides)&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&#039;&#039;bolded italics&#039;&#039;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; appears as &#039;&#039;&#039;&#039;&#039;bolded italics&#039;&#039;&#039;&#039;&#039;.  (5 apostrophes on both sides)&lt;br /&gt;
&lt;br /&gt;
=== Headings and subheadings ===&lt;br /&gt;
Headings and subheadings are an easy way to improve the organization of an article. &lt;br /&gt;
&lt;br /&gt;
Headings can be created like this:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;==Top level heading==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (2 equals signs)&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;===Subheading===&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (3 equals signs)&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;====Another level down====&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (4 equals signs)&lt;br /&gt;
&lt;br /&gt;
If an article has at least four headings, a table of contents will automatically be generated.&lt;br /&gt;
&lt;br /&gt;
=== Indentations ===&lt;br /&gt;
The simplest way of indenting is to place a colon (&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;) at the beginning of a line. The more colons you put, the further indented the text will be. A newline marks the end of the indented paragraph e.g.&lt;br /&gt;
:&amp;lt;code&amp;gt;This is aligned all the way to the left.&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;This is indented slightly.&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;::&amp;lt;/nowiki&amp;gt;This is indented more.&amp;lt;/code&amp;gt;&lt;br /&gt;
is shown as&lt;br /&gt;
:This is aligned all the way to the left.&lt;br /&gt;
::This is indented slightly.&lt;br /&gt;
:::This is indented more.&lt;br /&gt;
&lt;br /&gt;
=== Lists ===&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;Unordered lists&#039;&#039; are easy to do:&lt;br /&gt;
** start every line with a star&lt;br /&gt;
*** more stars means deeper levels&lt;br /&gt;
*A newline&lt;br /&gt;
*in a list  &lt;br /&gt;
marks the end of the list.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;* Unordered Lists are easy to do:&lt;br /&gt;
** start every line with a star&lt;br /&gt;
*** more stars means deeper levels&lt;br /&gt;
*A newline&lt;br /&gt;
*in a list  &lt;br /&gt;
marks the end of the list.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
# Numbered lists are also good&lt;br /&gt;
## very organized&lt;br /&gt;
## easy to follow&lt;br /&gt;
#A newline&lt;br /&gt;
#in a list  &lt;br /&gt;
marks the end of the list.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;# Numbered lists are also good&lt;br /&gt;
## very organized&lt;br /&gt;
## easy to follow&lt;br /&gt;
#A newline&lt;br /&gt;
#in a list  &lt;br /&gt;
marks the end of the list.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Descriptive lists:&lt;br /&gt;
; first tag : accompanying description&lt;br /&gt;
; second tag : more description&lt;br /&gt;
; third tag : surprise! more description&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Descriptive lists:&lt;br /&gt;
; first tag : accompanying description&lt;br /&gt;
; second tag : more description&lt;br /&gt;
; third tag : surprise! more description&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Preserving formatting ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Leading spaces are another way to preserve formatting.&lt;br /&gt;
&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text from being reformatted. &lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Leading spaces are another way to preserve formatting.&lt;br /&gt;
&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text from being reformatted.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You can also use &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;nowiki&amp;quot; tag on either side of text area, starts and stops wiki formatting within a line of text. For example, placing the tags here &amp;lt;nowiki&amp;gt; &amp;lt;nowiki&amp;gt; turns off linking [[Main page]] &amp;lt;/nowiki&amp;gt; &amp;lt;/nowiki&amp;gt; and then starts the wiki formatting again. Here is the same link [[Main page]] without the tags on either side. &lt;br /&gt;
&lt;br /&gt;
The HTML edit tool bar has a nowiki icon.&lt;br /&gt;
&lt;br /&gt;
===PHP syntax higlighting===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code php&amp;gt;$user = $DB-&amp;gt;get_record(&#039;user&#039;, array(&#039;id&#039;=&amp;gt;&#039;1&#039;);&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code php&amp;gt;$user = $DB-&amp;gt;get_record(&#039;user&#039;, array(&#039;id&#039;=&amp;gt;&#039;1&#039;);&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tables===&lt;br /&gt;
&lt;br /&gt;
See [http://meta.wikimedia.org/wiki/Help:Table#Spreadsheet_to_wiki_table_format the Mediawiki help] for full details of the table syntax.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
| A table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! header 1&lt;br /&gt;
! header 2&lt;br /&gt;
! header 3&lt;br /&gt;
|-&lt;br /&gt;
| row 1, cell 1&lt;br /&gt;
| row 1, cell 2&lt;br /&gt;
| row 1, cell 3&lt;br /&gt;
|-&lt;br /&gt;
| row 2, cell 1&lt;br /&gt;
| row 2, cell 2&lt;br /&gt;
| row 2, cell 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;A table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! header 1&lt;br /&gt;
! header 2&lt;br /&gt;
! header 3&lt;br /&gt;
|-&lt;br /&gt;
| row 1, cell 1&lt;br /&gt;
| row 1, cell 2&lt;br /&gt;
| row 1, cell 3&lt;br /&gt;
|-&lt;br /&gt;
| row 2, cell 1&lt;br /&gt;
| row 2, cell 2&lt;br /&gt;
| row 2, cell 3&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note, the class=&amp;quot;nicetable&amp;quot; is our local hack for Moodledocs.  You can leave it out to get a table without borders.&lt;br /&gt;
&lt;br /&gt;
You can also add in more attributes if you do not want to use class=&amp;quot;nicetable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Or perhaps you want a floating table. &lt;br /&gt;
  &amp;lt;nowiki&amp;gt;style=&amp;quot;float: right;&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Like HTML, you can also have a combined use of &amp;quot;colspan&amp;quot; and &amp;quot;rowspan&amp;quot;:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;| rowspan=&amp;quot;2&amp;quot; | A&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | B&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(from mediaWiki Help pages)&lt;br /&gt;
&lt;br /&gt;
== Using Images == &lt;br /&gt;
Images are included in two parts. The first part is a link in the page to an image and the second is uploading the image. For example:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;[[Image:MoodleDocs Edit Toolbar.png|frame|center|Edit tool bar]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is how an image is edited onto the page. The brackets place a link to an image. The Image name tells the wiki renderer that an image is following. The name of the image follows then after that the presentation style of that image is determined. There are a number of different styling possibilities and include thumbnails, resizing, borders, etc. &lt;br /&gt;
&lt;br /&gt;
Images are initially rendered on the page as text, you click the text and a very simple upload process begins. Wikis store images automagically and maintain links internally.    &lt;br /&gt;
&lt;br /&gt;
For practical and stylistic reasons, Moodle Docs tend to keep images in the centre of a page and do not often use thumbnails.&lt;br /&gt;
&lt;br /&gt;
For full documentation about images, see [https://www.mediawiki.org/wiki/Help:Images Mediawiki Image Docs]&lt;br /&gt;
&lt;br /&gt;
==Embedding videos==&lt;br /&gt;
&lt;br /&gt;
To embed a YouTube video, simply add &amp;lt;nowiki&amp;gt;&amp;lt;mediaplayer&amp;gt;&amp;lt;/nowiki&amp;gt; tags around the video URL e.g. &amp;lt;nowiki&amp;gt;&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=U7M3sZL6wts&amp;lt;/mediaplayer&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links and Anchors ==&lt;br /&gt;
&lt;br /&gt;
=== Page links ===&lt;br /&gt;
To make a wiki page link, simply put the word in double square brackets, like this: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Sandbox]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; .  Highlight text and using the &amp;quot;internal link&amp;quot; tool will do this as well.&lt;br /&gt;
&lt;br /&gt;
If you want to use words other than the article title as the text of the link, you can do so by adding the pipe &amp;quot;|&amp;quot; divider followed by the alternative name or text.&lt;br /&gt;
&lt;br /&gt;
For example, if you wanted to make a link to the [[Sandbox]], but wanted it to say &amp;quot;my text&amp;quot; you would write it as: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Sandbox|my text]]&amp;lt;/nowiki&amp;gt;...&amp;lt;/code&amp;gt; It would appear as: [[Sandbox|my text]]... but would link to the sandbox.&lt;br /&gt;
&lt;br /&gt;
There are some special internal link notations. For example &amp;lt;nowiki&amp;gt;[[#top]]&amp;lt;/nowiki&amp;gt; will always jump to the top of the current page.&lt;br /&gt;
&lt;br /&gt;
=== External links ===&lt;br /&gt;
&lt;br /&gt;
The easiest way to make an external link is to simply type in the full URL for the page you want to link to e.g. http://school.demo.moodle.net/.&lt;br /&gt;
&lt;br /&gt;
If you want the link to appear with text that you specify, add an alternative title after the address separated by a &#039;&#039;&#039;space&#039;&#039;&#039; (&#039;&#039;not&#039;&#039; a pipe). So if you want the link to appear as [http://school.demo.moodle.net/ School demo site], just type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://school.demo.moodle.net/ School demo site] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Tracker links===&lt;br /&gt;
&lt;br /&gt;
To automatically link to an issue in the Moodle tracker, simply type the issue number MDL-xxxx e.g. MDL-1234.&lt;br /&gt;
&lt;br /&gt;
=== Categories links ===&lt;br /&gt;
A category is a type of index page, a page of links listed in alphabetical order. In page view mode, a list of categories that a page is linked to, appears at the bottom.&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;put a page in a category&#039;&#039;&#039;, just type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and put the name of the category between the colon and the brackets.&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;link directly to a category&#039;&#039;&#039; use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:Category:Teacher | teacher]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, this will show as [[:Category:Teacher | teacher]], note the preceding &amp;quot;:&amp;quot;, which is different to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Teacher | teacher]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. The second will put the current page in the teacher category as mentioned above.&lt;br /&gt;
&lt;br /&gt;
If you put a page in a category, it&#039;s usually a good idea to &#039;&#039;&#039;add a sort key&#039;&#039;&#039; to the category like so: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Developer|Eclipse]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. This will result in the page being placed under &amp;quot;E&amp;quot; like &amp;quot;Eclipse&amp;quot; in the alphabetical link list where most users will look for it.&lt;br /&gt;
&lt;br /&gt;
You can also use MediaWiki&#039;s &#039;&#039;&#039;PAGENAME variable&#039;&#039;&#039; (= the article title without its namespace) as a sort key: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Developer|{PAGENAME}]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This page is linked to the single category &amp;quot;MoodleDocs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Inter-language links===&lt;br /&gt;
&lt;br /&gt;
Simply type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[es:Corresponding page title in Spanish]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the English Moodle Docs, or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[en:Corresponding page title in English]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the [[:es:Portada|Spanish Moodle Docs]], at the bottom of the page, below the category link. Inter-language links will appear automatically in the &amp;quot;In other languages&amp;quot; block.&lt;br /&gt;
&lt;br /&gt;
If for some reason you want to refer to a page in another language version in the running text, precede the language code by a colon.  Thus, the reference in the preceeding paragraph was produced by the text &amp;lt;nowiki&amp;gt;[[:es:Portada|Spanish Moodle Docs]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can also, using the same way, make link to developper documentation, using links like this one : &amp;lt;nowiki&amp;gt;[[:dev:Page name|Page title to use]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[:en:Page name|Page title to use]]&amp;lt;/nowiki&amp;gt; links to the latest version of the page in English.&lt;br /&gt;
&lt;br /&gt;
=== User-page links ===&lt;br /&gt;
User names can be linked to a user page.  For example &amp;lt;nowiki&amp;gt;[[User:Helen Foster|Helen Foster]] &amp;lt;/nowiki&amp;gt; will appear [[User:Helen Foster|Helen Foster]] and link to the user&#039;s page. Comments by other users are generally left on the Users page comment tab.&lt;br /&gt;
&lt;br /&gt;
=== Interwiki links ===&lt;br /&gt;
[TODO]&lt;br /&gt;
&lt;br /&gt;
===Manual Anchors===&lt;br /&gt;
Other than automated anchors ([[#Automatic_Anchors|see below]]) manual anchors can be inserted by using something this this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;span id=&amp;quot;anchor_one&amp;quot;&amp;gt;&#039;&#039;&#039;My Anchor.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which if implemented will create an anchor &amp;lt;span id=&amp;quot;anchor_one&amp;quot;&amp;gt;&#039;&#039;&#039;My Anchor.&#039;&#039;&#039;&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Inside the page I can now refer to this link as [[#anchor_one|the link to My Anchor]] by using this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[#anchor_one|the link to My Anchor]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to have a link back to the top of a (long) page, just insert:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[#top|Back to top of page]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Page comments ==&lt;br /&gt;
The page comment tab is used for discussion about the page.  Sometimes before making an edit on the page for the first time, it is a good idea to check the page comments. It can be formatted the same as a main page, thus can be used to show a draft of a proposed change.&lt;br /&gt;
&lt;br /&gt;
Talk page contributions may be signed and dated by typing four tildes &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. This will appear as [[User:Helen Foster|Helen Foster]] 06:35, 19 February 2006 (WST), for example.&lt;br /&gt;
: There&#039;s also a handy button for signing in the toolbar of the editing field: [[Image:Signature Icon.png]]&lt;br /&gt;
&lt;br /&gt;
==Page history==&lt;br /&gt;
The page history tab allows a way to look at changes between different edits by using the &amp;quot;Compare versions&amp;quot; button and selecting the versions to compare.  &lt;br /&gt;
&lt;br /&gt;
It is also possible to revert (roll back) an edit to a previous version from this tab.  Usually rollback are left to the MoodleDoc Sysops (administrators), but you certainly can rollback your recent edits.  Hopefully, both MoodleDoc sysops and you will comment why the rollback was performed.&lt;br /&gt;
[[Image:MoodleDocs history 1.png|frame|center|Example of top 2 entries on a history tab]]&lt;br /&gt;
&lt;br /&gt;
==Watch and unwatch page==&lt;br /&gt;
A watched page will appear on &amp;quot;my watchlist&amp;quot; when ever someone edits the page. There is a tab next to history which acts as a toggle between watch and unwatch. In edit mode, there is also at the bottom of the edit area a &amp;quot;Watch this page&amp;quot; check off box.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/Help:Editing MediaWiki Help:Editing]&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/Help:HTML_in_wikitext Help:HTML in wikitext]&lt;br /&gt;
*[http://wikipedia.mozdev.org/ Firefox Wikipedia extension] - The Wikipedia extension makes editing of  wiki pages easier by adding a new toolbar to your browser and by providing new menu items in the context menu (right mouse key).&lt;br /&gt;
&lt;br /&gt;
[[Category:MoodleDocs]]&lt;br /&gt;
&lt;br /&gt;
[[de:Bearbeitung von Moodle Docs Seiten]]&lt;br /&gt;
[[es:Ayuda:Cómo se edita una página]]&lt;br /&gt;
[[fr:Aide:Comment éditer une page]]&lt;br /&gt;
[[ja:Help:編集方法]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=115536</id>
		<title>Building Quiz</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Building_Quiz&amp;diff=115536"/>
		<updated>2014-10-24T15:38:36Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Choosing a pre-made question */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How a Moodle quiz works==&lt;br /&gt;
&lt;br /&gt;
The word “quiz” might  conjure up for some images of TV game shows, but a Moodle quiz is basically a set of questions presented to the learner which may be automatically marked by Moodle or graded later by the teacher. The questions may be in sentence or number  form or contain various media such as video or sound. They do not all need to be the same type of questions: a quiz may contain multiple choice, matching, essays (teacher-graded) and calculated. Feedback may be given at any or all stages of the process.&lt;br /&gt;
&lt;br /&gt;
Once a quiz is made, that’s not the end of it. A Moodle quiz is environmentally friendly: its questions are saved in a [[Question bank]] and may be recycled for use elsewhere. Thus, Mr Brown  could create a Physics Quiz with 20 questions for his class, Class Brown, and his colleague Mr Smith sharing the course could save himself valuable time by resusing 5 of Mr Brown’s questions in his own General Science quiz for Class Smith. (See also [[How to let teachers share questions between courses|Question Sharer role]] for sharing questions across the site)&lt;br /&gt;
&lt;br /&gt;
If you think of a quiz as  a book, the [[Quiz settings]] are equivalent to the front cover; the quiz itself is contained within when the questions are created. (Be careful : once you have chosen the Quiz Settings, it will be “live” on your course page, unless  you hide it, so your learners could potentially see a quiz with no questions, like a front cover with no content.)&lt;br /&gt;
&lt;br /&gt;
Note that it is possible to create questions directly in the [[Question bank]] without first creating a quiz. These questions may then be used later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once a quiz has been added to the course and the [[Quiz settings]] established,the teacher can start to build the quiz.  The teacher can access the quiz to edit the questions by clicking directly on the Quiz name on the course home page or by clicking &amp;quot;Edit quiz&amp;quot; in &#039;&#039;Administration&amp;gt;Quiz administration.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:editquiz.png|thumb|400px|Accessing the quiz to add or edit questions]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Adding questions==&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
Once you have accessed the quiz editing screen as above, you can add questions from a number of locations:&lt;br /&gt;
&lt;br /&gt;
#Click the &#039;Add&#039; link as in the screenshot below&lt;br /&gt;
#When it opens up, choose either to add a new question, to select a question from the question bank or to add a random question.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newaddquestion.png|thumb|450px|Adding a question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Creating a new question===&lt;br /&gt;
&lt;br /&gt;
1. To make a brand new question, click &#039;Add&#039; and then &#039;+ a new question&#039;.&lt;br /&gt;
&lt;br /&gt;
2. From the next screen, choose the question type you want to add and click &amp;quot;Next&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;  &#039;&#039;When you click on a question type on the left, helpful information appears on the right&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:questionpicker.png|thumb|440px|Selecting a question type]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
3. Fill in the question form, making sure to give a grade to the correct answer.&lt;br /&gt;
&lt;br /&gt;
4. Click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:newlycreatedquestion.png|thumb|430px|A question when it has been created]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you have a very complex question, and you want to check it as you go along, you can preview it and then click &amp;quot;Save changes and continue editing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:savechangesandcontinuediting.png|thumb|398px|Save changes and continue editing]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that when a question has been created, an icon and words display its type (eg multiple choice). It can be modified by clicking the edit icon (eg [[File:editicon.png]]) and previewed or deleted by clicking the magnifying glass or X icons:(eg  [[File:previewdelete1.png]])&lt;br /&gt;
====Adding responses and feedback====&lt;br /&gt;
&lt;br /&gt;
When you add responses and feedback you can display one or more toolbars in the editor:&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:quizform1.png|thumb|350px|With one toolbar]]&lt;br /&gt;
|  [[File:quizform2.png|thumb|350px|With three toolbars]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can continue adding questions this way, clicking &#039;Add&#039; and &#039;+ a new question&#039; each time.&lt;br /&gt;
&lt;br /&gt;
===Choosing a pre-made question===&lt;br /&gt;
*If other teachers in the course have made questions, or if a teacher made questions in an earlier quiz, these can be added to the current quiz by clicking &#039;Add&#039; and &#039;+ from question bank&#039; .&lt;br /&gt;
* Click the + sign next to one question you want to add it (1 in screenshot below)&lt;br /&gt;
* If you have several questions, or you want to add all the questions, tick the box of each question or the top box (2 in screenshot below) and then click &#039;Add selected questions to the quiz&#039; (3 in the screenshot below).&lt;br /&gt;
* To sort the questions, click the column headings. The default sort order (T) is short for question type. (2 in the screenshot below)&lt;br /&gt;
* To ensure all previously made questions are available, make sure to tick the boxes &amp;quot;also show questions from sub-categories/old questions&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addfromqbank1.png|thumb|350px|Using a previously made question]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; It is also possible to import pre-made questions into your quiz, from &#039;&#039;Quiz administration&amp;gt;Question bank&amp;gt;Import.&#039;&#039; See [[Import questions]] for more information. Sample questions are available from the [http://moodle.net/mod/data/view.php?d=1&amp;amp;mode=list&amp;amp;perpage=40&amp;amp;search=&amp;amp;sort=0&amp;amp;order=DESC&amp;amp;advanced=0&amp;amp;filter=1&amp;amp;advanced=1&amp;amp;f_2=Quiz+questions&amp;amp;f_11=&amp;amp;f_13=&amp;amp;f_12=&amp;amp;f_9=&amp;amp;f_8= Moodle.net content database.]&lt;br /&gt;
&lt;br /&gt;
===Adding a random question===&lt;br /&gt;
As long as you have questions in the question bank, you can add random questions to your quiz by clicking &#039;Add&#039; and then &#039;+ a random question&#039;.  This might be useful if you have students in a class taking a quiz at the same time, because they are unlikely to get the same questions at the same time. The same question will never appear twice in a quiz. If you include several random questions then different questions will always be chosen for each of them. If you mix random questions with non-random questions then the random questions will be chosen so that they do not duplicate one of the non-random questions. This does imply that you need to provide enough questions in the category from which the random questions are chosen, otherwise the student will be shown a friendly error message. The more questions you provide the more likely it will be that students get different questions on each attempt.&lt;br /&gt;
&lt;br /&gt;
The grade for the randomly chosen question will be rescaled so that the maximum grade is what you have chosen as the grade for the random question.&lt;br /&gt;
&lt;br /&gt;
You can add one or more random questions by choosing the number and category in the question bank. Note the die icon to highlight random question selection.&lt;br /&gt;
{|&lt;br /&gt;
| [[File:addrandomq.png|thumb|400px|Adding a random question]]&lt;br /&gt;
| [[File:newrandom.png|thumb|400px|Random question selected for quiz]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Quiz question tags====&lt;br /&gt;
Note that although it is possible to tag questions, the feature does not currently work. See forum discussion: https://moodle.org/mod/forum/discuss.php?d=194119&lt;br /&gt;
&lt;br /&gt;
===Question categories===&lt;br /&gt;
Questions can be stored and retrieved from categories in the Question bank. When you make a new question it defaults to the category with the course name. So if you make a quiz in the Senior Physics course, questions will automatically be added to &amp;quot;Default for Senior Physics&amp;quot;. You can opt to have your quiz questions in a category of their own (&amp;quot;Quizname&amp;quot;) or to add a subcategory.&lt;br /&gt;
 &lt;br /&gt;
To add a subcategory, go to &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Question bank&amp;gt;Categories&#039;&#039; For more information on question contexts and categories, see [[Question bank]]&lt;br /&gt;
&lt;br /&gt;
Users will have access to different categories according to their permissions. For example, a regular teacher might only have access to question categories in his own Physics course whereas his Faculty Head of Science with permissions in all science courses might have access to question categories in Biology and Chemistry as well.&lt;br /&gt;
&lt;br /&gt;
==Quiz layout==&lt;br /&gt;
{{New features}}&lt;br /&gt;
&lt;br /&gt;
*You can choose in  &#039;&#039; Administration&amp;gt;Quiz administration&amp;gt;Edit settings&amp;gt;Layout&#039;&#039; whether to have a new page for every question or after a certain number of questions.&lt;br /&gt;
* You can add a page break between questions by clicking the arrow icon (where the arrows are pointing away from each other) (1 in the screenshot below) A new page will be created. (2 in the screenshot below)&lt;br /&gt;
*You can remove pages by clicking the arrow icon (where the arrows are pointing towards each other). (3 in the screenshot below)&lt;br /&gt;
&lt;br /&gt;
[[File:addpagebreak.png|thumb|500px|center]]&lt;br /&gt;
*You can also change the layout of the whole quiz by clicking the &#039;Repaginate&#039; button:&lt;br /&gt;
&lt;br /&gt;
[[File:repaginate.png|thumb|center|500px]]&lt;br /&gt;
&lt;br /&gt;
*Questions may be moved by dragging and dropping using the crosshairs icon: [[File:crosshairsicon.png]]&lt;br /&gt;
&lt;br /&gt;
==Assigning points to questions ==&lt;br /&gt;
&#039;&#039;Administration &amp;gt; Quiz administration &amp;gt; Edit quiz &amp;gt; Editing quiz&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can set how many points each question is worth by changing the number in the box to the right of each question and you can change the maximum grade by changing the number in the box top right at the top of the quiz. The default is one point per question and 100.00 maximum grade.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:allquizgrades.png|thumb|450px|Points per question and max grade]]&lt;br /&gt;
| [[File:editmaxmark.png|thumb|450px|Edit individual marks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
:Tip: Each save button is independent of each other.   Thus if you change 2 grade boxes and click on the &amp;quot;Save&amp;quot; button, only the grade next to that button will be saved.  Your other changes will revert to what they were before.  Best practice is to change the grade and save one question at a time.&lt;br /&gt;
&lt;br /&gt;
The quiz module will do any maths, so for example, a 2 point question will be  worth 2 times more when the Quiz module determines how many point out of 10 to award the student.&lt;br /&gt;
&lt;br /&gt;
==Previewing the quiz==&lt;br /&gt;
*You can preview individual questions by clicking the magnifying glass icon.&lt;br /&gt;
*You can preview the whole quiz by clicking the &amp;quot;Preview&amp;quot; link in &#039;&#039;Administration&amp;gt;Quiz administration&amp;gt;Preview&#039;&#039;&lt;br /&gt;
*The quiz works like a real quiz so you can see your grades and any feedback for correct/incorrect answers just as a student would see them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;To get a more accurate view of how a student would view your quiz, it is advised to log in with a  &amp;quot;dummy&amp;quot; student account created by the admin for testing activities. This is more reliable than the &#039;switch role to student&#039; feature.&lt;br /&gt;
&lt;br /&gt;
*See also the question: &#039;How can a teacher &#039;-dry run a quiz..?&#039;   in [[Quiz FAQ]]&#039;&#039;&lt;br /&gt;
{|&lt;br /&gt;
|  [[File:singleqp.png|thumb|300px|Previewing a single question]]&lt;br /&gt;
|  [[File:previewquiz.png|thumb|200px|Click to preview the whole quiz]]&lt;br /&gt;
|  [[File:quizpreviewed.png|thumb|200px|Quiz in preview mode]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==After quiz has been attempted==&lt;br /&gt;
If one or more students have taken the quiz, you will see a list of all the questions in the quiz and a notice saying that you cannot add or remove questions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the order of questions, regrade them, preview an individual question and click on an question edit link that will allow you to directly edit the question stored in the question bank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; You can delete all quiz attempts by students and then edit the quiz as if no students had attempted it.  To do this,click the quiz name and then the Results link in the Navigation  block.  This will present a list of students and their scores.  Click &amp;quot;Select all&amp;quot; and then &amp;quot;Delete selected attempts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Dealing with faulty questions===&lt;br /&gt;
&lt;br /&gt;
There are several ways to deal with &amp;quot;bad&amp;quot; questions in a quiz.&lt;br /&gt;
::*Change the grade for the bad question to 0 in the quiz.  &lt;br /&gt;
::*Edit the question, changing what you will accept as a correct answer, then regrading the exam.  Remember when changing a question that the next time it is used it will be as it was in the last edit.  Also, regrading will only affect one quiz at a time.    &lt;br /&gt;
::*You can edit the question to explain the situation to the student and then you can set the grade for the question to zero. After you make such changes you should regrade the quiz by clicking on the &#039;&#039;&#039;Results&#039;&#039;&#039; tab and then the &#039;&#039;&#039;Regrade&#039;&#039;&#039; tab.  This will change the grade for all students who have taken the quiz so far.  Remember, if the question is used by another quiz, your &amp;quot;explanation&amp;quot; will appear as part of that quiz. &lt;br /&gt;
::*You can change the grade for the bad question and then move or delete the question from your question category.  The question will still appear on the quiz. Some places do not like to delete any question, but will move them to a &amp;quot;dead&amp;quot; or &amp;quot;bad&amp;quot; question category. &lt;br /&gt;
::*When you discover a bad question in your quiz, it may affect the question bank. Remember that a final might be made up of a certain number of random questions drawn from different question categories, the same categories used in a smaller subject quiz. It can be very important do something about bad or invalid questions in a question category when the categories are use in other places.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Questions]] in [[Managing a Moodle course]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Questions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test erstellen]]&lt;br /&gt;
[[es:Construyendo un examen]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=115111</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=115111"/>
		<updated>2014-09-30T09:27:46Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* How can I prevent cheating in a proctored quiz used as an exam? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How can I randomly generate a quiz from a larger question bank?==&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for different groups?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group override&amp;quot;.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
==What happens if students submit answers after the quiz closing date?==&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by hand. Also the teacher could change the closing date after the fact and regrade the attempts. The students answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
==Is there a nice way to print a copy of a quiz?==&lt;br /&gt;
&lt;br /&gt;
See this [https://moodle.org/plugins/view.php?plugin=qformat_wordtable addon] for exporting questions (including images) in a question bank into a Word file&lt;br /&gt;
&lt;br /&gt;
Not at the moment.  See this tracker request: [https://tracker.moodle.org/browse/MDL-348 Printer-friendly (more compact) layout option for quiz] &lt;br /&gt;
*Also this discussion, where there is an unlikely hack: https://moodle.org/mod/forum/discuss.php?d=222565&lt;br /&gt;
*Some CSS suggestions here: https://moodle.org/mod/forum/discuss.php?d=205969#p899667&lt;br /&gt;
*The University of Vienna published an [http://www.academic-moodle-cooperation.org/en/modules/offline-quiz/ offline quiz module for Moodle 2.2+] available for [http://www.academic-moodle-cooperation.org/en/modules/offline-quiz/ download in GitHub].&lt;br /&gt;
&lt;br /&gt;
Also note the comments here: https://docs.moodle.org/en/Effective_quiz_practices#Printing_and_sharing_questions&lt;br /&gt;
&lt;br /&gt;
==Why am I no longer allowed to add or remove questions?==&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequeces in the grade book. &lt;br /&gt;
&lt;br /&gt;
If this is not the case think carefully about how to handle the graded attempts.&lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off glossary auto-linking in a quiz? ==&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
[[File:quizfilter.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I remove a problem question after the quiz has been taken?==&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (Do not use in Bio101).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
==Can I have a quiz that is not graded?==&lt;br /&gt;
&lt;br /&gt;
This is not a common requirement, so it may not work perfectly, but you can get close:&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Why is my quiz not displaying in the gradebook?==&lt;br /&gt;
*Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
Remember you can tell gradebook not to include the quiz.&lt;br /&gt;
&lt;br /&gt;
==How do I allow a person to retake a quiz if I have it set for 1 attempt?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot;.&lt;br /&gt;
*Click this link and you can change the allowed number of attempts for that user. Screenshot:[https://docs.moodle.org/24/en/File:quizuseroverride.png]&lt;br /&gt;
&lt;br /&gt;
==How can I give particular students extra time in a timed quiz?==&lt;br /&gt;
*In the Quiz administration settings block there is a link &amp;quot;user overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change the timing of their quiz&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?==&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the [[Grade editing|edit grade]] icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
==How can I enable notification of quiz submissions?==&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t people (guests) take a quiz without creating an account and logging in?==&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go.&lt;br /&gt;
&lt;br /&gt;
If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
A workaround is to create a visitor account, say with username = password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
==Can you explain the error The number of random questions required is more than are still available in the category!==&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==How do I send a bulk message to all students who haven&#039;t completed a quiz?==&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I download the quiz questions in a non-Moodle format?==&lt;br /&gt;
You might want to keep a local copy of quiz questions as evidence. While Moodle doesn&#039;t offer a built-in method of doing this, suggestions include: &lt;br /&gt;
#previewing the quiz, getting to the review page and from your computer, choosing &amp;quot;Save as...webpage complete&amp;quot; and &lt;br /&gt;
#exporting the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most details of each question. Not very pretty, but accurate.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off question flagging?==&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capablity attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
==How do I create system-wide question categories?==&lt;br /&gt;
* As an administrator or user with system permissions,  go to &#039;&#039;Question bank&amp;gt;categories&#039;&#039; in any course.&lt;br /&gt;
*Using the &amp;quot;Add category form&amp;quot; at the bottom of the page, set the parent of the new category to be the system context.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student from reviewing or jumping around questions in a quiz?==&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme:   Site Administration &amp;gt;Appearance &amp;gt;Themes &amp;gt;Afterburner  and enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other css solutions.&lt;br /&gt;
&lt;br /&gt;
==How can I minimise the load on the server while using quizzes?==&lt;br /&gt;
*Try to avoid a lot of students starting a quiz at the same time&lt;br /&gt;
*Check these discussions:&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=213259&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215641&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215130&lt;br /&gt;
&lt;br /&gt;
For other notes on performance with quizzes, see the section &#039;Performance of different Moodle modules&#039; in [[Performance recommendations]].&lt;br /&gt;
==How can I make the quiz timer &amp;quot;float&amp;quot; or move down the page?==&lt;br /&gt;
See this forum thread: [https://moodle.org/mod/forum/discuss.php?d=210049 How to make the quiz timer float] for one suggestion.&lt;br /&gt;
&lt;br /&gt;
==Why are images not included when exporting quiz questions?==&lt;br /&gt;
Images are only included if you export the questions using Moodle XML format. For all other question export formats (including GIFT), you will get broken images. Please see forum post [https://moodle.org/mod/forum/discuss.php?d=244615 Students not able to see images in exported quiz questions]&lt;br /&gt;
&lt;br /&gt;
==Why does the quiz timer keep counting down when the student is not looking at the quiz?==&lt;br /&gt;
It is not possible to stop the timer and start it again. Moodle cannot tell the difference between legitimate reasons for doing this (such as a fire alarm requiring evacuation of the test room) or a student simply using time going to another browser and googling the answers. Nor can Moodle tell if the connection has been lost, although the student does now get a warning MDL-42504&lt;br /&gt;
&lt;br /&gt;
It might be preferable in certain circumstances, such as timed examinations using Quiz, to manually  announce the start/end time, rather then rely on the quiz timer.&lt;br /&gt;
&lt;br /&gt;
For further comments see:&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=96194&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=177180&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=237847&lt;br /&gt;
&lt;br /&gt;
==How can a &amp;quot;Never submitted quiz&amp;quot; be submitted?==&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state, but there is a tracker issue MDL-35745. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Failing that, see also this [https://moodle.org/mod/forum/discuss.php?d=212819 forum thread] which suggests:&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
==How can I hide the number of marks available for each question?==&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
or you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin setting]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==How can a teacher dry run a quiz before it is released?==&lt;br /&gt;
* You have prepared a quiz exam for your students. It is currently in a hidden state.&lt;br /&gt;
* The exam opens on the day of the exam, at a time that the students know about.&lt;br /&gt;
* However, to satisfy yourself that it is doable in the time allotted, You wish to do a dry run yourself before that date.&lt;br /&gt;
* How can You accomplish this?&lt;br /&gt;
&lt;br /&gt;
===Method 1===&lt;br /&gt;
You can use the Preview feature available to you as a teacher as you are making the quiz.&lt;br /&gt;
 &lt;br /&gt;
===Method 2===&lt;br /&gt;
* Make a dummy account with a name like &amp;quot;Test Student&amp;quot;.&lt;br /&gt;
* Enrol that user in the course as a student.&lt;br /&gt;
* Add a &amp;quot;User override&amp;quot; to the quiz, so &amp;quot;Test Student&amp;quot; can attempt the quiz before it is open to everyone else.&lt;br /&gt;
* Log in as &amp;quot;Test student&amp;quot;.&lt;br /&gt;
* Attempt the quiz.&lt;br /&gt;
* Log back in as teacher.&lt;br /&gt;
* Review the attempt.&lt;br /&gt;
* Go to Results -&amp;gt; Grades and delete the test attempt.&lt;br /&gt;
* Un-enrol &amp;quot;Test Student&amp;quot; from your course.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student doing a quiz for another student?==&lt;br /&gt;
For some ideas on preventing cheating, see the forum thread [https://moodle.org/mod/forum/discuss.php?d=271100#p1168345 User dependent locking and unlocking of quizzes]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Quiz Time Limit]]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=96326 Removing &amp;quot;Submit all and Finish&amp;quot; button]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=141003 How do you keep people from cheating while taking a quiz?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=131325 Scientific notation in quiz answers]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=158846 Quiz answers appear in wrong language]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=196206 Random Order Override]&lt;br /&gt;
&lt;br /&gt;
Related FAQs:&lt;br /&gt;
* [[Import and export FAQ]] - for hints on importing questions&lt;br /&gt;
* [[XML FAQ]] - for information on creating and importing questions in Moodle XML format&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=question/behaviour&amp;diff=114752</id>
		<title>question/behaviour</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=question/behaviour&amp;diff=114752"/>
		<updated>2014-09-08T17:02:45Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: Redirected page to Question behaviours&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Question behaviours]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Complete_install_packages_for_Windows&amp;diff=114751</id>
		<title>Complete install packages for Windows</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Complete_install_packages_for_Windows&amp;diff=114751"/>
		<updated>2014-09-08T13:45:01Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Port 80 Conflict if Skype is already installed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}&lt;br /&gt;
Complete install packages are available from Moodle.org&#039;s [http://download.moodle.org/windows Windows download page] and from bitnami (for newer Windows versions). The packages are designed for new installations on a standalone computer. The complete install package can be used on a server, but &#039;&#039;&#039;it is not recommended that it be used as a production site&#039;&#039;&#039;. Please note Moodle.org&#039;s [http://download.moodle.org Standard install packages] only contain the Moodle code.&lt;br /&gt;
&lt;br /&gt;
This document provides instructions for using the Windows packages. Separate instructions are available for [[Complete Install Packages for Mac OS X|Mac OS X packages]].&lt;br /&gt;
&lt;br /&gt;
The complete install packages allow Moodle to be installed, along with the prerequisites that includes a web server, Apache, database, MySQL, scripting language, PHP, an administration tool, phpMyAdmin and Moodle all wrapped in the Xampp-lite shell. Several versions of the complete install package are available. The instructions on the download page provide guidance on which version is likely to be most suitable.&lt;br /&gt;
&lt;br /&gt;
In short, complete install packages are designed to create a matched webserver and Moodle site on a standalone computer with minimal effort. &lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
:*256 MB RAM (minimum), 512 MB RAM (recommended)&lt;br /&gt;
:*160 MB free Fixed Disk (more space will be needed depending on user uploads)&lt;br /&gt;
:*Windows 98/ME (minimum)&lt;br /&gt;
:*Windows NT/2000/XP (recommended) - for later versions of Windows, see below.&lt;br /&gt;
&lt;br /&gt;
===Port 80 Conflict if Skype is already installed===&lt;br /&gt;
As the Moodle Windows package uses the same port (80) as [http://www.skype.com/en/ Skype] does, it will not work if the computer has Skype already installed.&lt;br /&gt;
&lt;br /&gt;
The fix is very simple: Exit Skype (don&#039;t just close the window), then start the Moodle Windows package. Once Moodle for Windows is running, it should be safe to start Skype again. If the local Moodle is using the port 80, Skype will automatically select a different port when it is run.&lt;br /&gt;
&lt;br /&gt;
===Vista and Windows 7/8===&lt;br /&gt;
&lt;br /&gt;
Many people have trouble installing the packages for Windows on Vista and Windows 7 or Windows 8.&lt;br /&gt;
&lt;br /&gt;
One simple solution is to use http://bitnami.org/stack/moodle (from amazon.com).&lt;br /&gt;
&lt;br /&gt;
==Install complete package process==&lt;br /&gt;
The complete install package is a zip file that contains a webserver called [[Apache]], plus Moodle and Moodle&#039;s required [[MySQL]] database and [[PHP]] program. &lt;br /&gt;
&lt;br /&gt;
There are three basic parts to the this install process.  &lt;br /&gt;
#Download and unpack the complete install package. &lt;br /&gt;
#Start the webserver. &lt;br /&gt;
#Install Moodle using a web browser.&lt;br /&gt;
&lt;br /&gt;
===First create file structure===&lt;br /&gt;
====Download the package====&lt;br /&gt;
[http://download.moodle.org/windows Download Windows] packed-zip file from Moodle.&lt;br /&gt;
[[Image:Moodle Setup zipfile.jpg|frame|center|A downloaded complete install package Windows 1.9 zip file in Windows Explorer]]&lt;br /&gt;
 &lt;br /&gt;
====Unpack the package====&lt;br /&gt;
Unpack (extract files by clicking on) the zip file you downloaded to a drive or partition of your choice. The extract process will create three files (&amp;quot;Start Moodle&amp;quot;, &amp;quot;Stop Moodle&amp;quot;, and &amp;quot;README&amp;quot;) and a subfolder called &amp;quot;server&amp;quot;. &lt;br /&gt;
*Do NOT rename the &amp;quot;server&amp;quot; subfolder  &lt;br /&gt;
:&#039;&#039;Note:&#039;&#039; There will also be a folder under this server subfolder, called \moodle that holds the Moodle program.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Create a folder and extract the files there.  For example, you might have one folder called Moodle193 and another one called Moodle187 for different versions or purposes.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; Make path to &amp;quot;server&amp;quot; subfolder simple. Best way if it will be in drive root. Like &amp;quot;D:\moodle193\server&amp;quot;. A long path, especially with any strange symbols, can prevent XAMPP from working properly.&lt;br /&gt;
&lt;br /&gt;
===Second - start the webserver===&lt;br /&gt;
Now you are ready to start the webserver.  Use the &amp;quot;Start Moodle.exe&amp;quot; file which you should find in the top directory. Once the &amp;quot;Start Moodle.exe&amp;quot; program is open, don&#039;t close it; use &amp;quot;Stop Moodle.exe&amp;quot; for that purpose.&lt;br /&gt;
 &lt;br /&gt;
:&#039;&#039;Note:&#039;&#039; These programs control both Apache and MySQL programs that operate the webserver.  Some sites will individually start and stop Apache and MySQL with the Xampp bat files found in the &amp;quot;server&amp;quot; subfolder.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; Alternatively, on a standalone computer with several potential webservers that might be running, you can use the &amp;quot;xampp_restart.exe&amp;quot; file in the &amp;quot;server&amp;quot; subfolder.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; You can also add shortcuts to the commands that start and stop the site in your Windows &amp;quot;start&amp;quot; menu.&lt;br /&gt;
 &lt;br /&gt;
Now you are ready to start the Moodle installation.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Warning:&#039;&#039; Windows XP requires the msvcr71.dll library file in order to run Xampp. Installing the [http://www.microsoft.com/downloads/details.aspx?familyid=262D25E3-F589-4842-8157-034D1E7CF3A3&amp;amp;displaylang=en .Net 1.1 framework] (not .Net 2.0 and upper) could resolve it. You can also search for the file on Google, download it and copy it into the server/apache/bin folder.&lt;br /&gt;
&lt;br /&gt;
===Third - start Moodle installation===&lt;br /&gt;
Start your web browser and type &amp;lt;nowiki&amp;gt; localhost, or  http://127.0.0.1 or http://localhost &amp;lt;/nowiki&amp;gt;in the address bar. You will either start your first time Moodle installation or if it is already installed you will enter the Moodle site&#039;s [[Front Page]] or Login screen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Moodle_Setup_localhost_browser.jpg|frame|center|A browser&#039;s addressbar showing &amp;quot;localhost&amp;quot;. Click on  the green Goto arrow will go to the installed Moodle site.]]&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; After Moodle installs, put the site in your &amp;quot;favorites&amp;quot; or as a &amp;quot;bookmark&amp;quot; in you browser.&lt;br /&gt;
&lt;br /&gt;
====Set language====&lt;br /&gt;
The initial install page will be displayed after you type &amp;quot;localhost&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:C Install Windows 1.png|thumb|center|600px|Set initial language]]&lt;br /&gt;
&lt;br /&gt;
*Choose your preferred language (English is used in this example) and click the “Next” button.&lt;br /&gt;
&lt;br /&gt;
====Diagnostic results====&lt;br /&gt;
A diagnostic report is displayed – hopefully it will look like this, if not you may need to address some issues.&lt;br /&gt;
[[Image:Complete Windows Install 2.png|thumb|center|546px|Moodle liked and gave a Pass ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click the “Next” button to continue.&lt;br /&gt;
&lt;br /&gt;
====Moodle paths====&lt;br /&gt;
The paths for your Moodle installation are shown – if you are only using this as a local testing server, accept the ones that are shown on your screen.&lt;br /&gt;
&lt;br /&gt;
What you enter in the &amp;quot;Web Address&amp;quot; field depends on what you intend to use the new Moodle installation for. &lt;br /&gt;
If you are just going to use it for local testing, then use &#039;http://localhost&#039;. &lt;br /&gt;
If you are going to test the new installation on a LAN, and will be accessing it from other machines on that LAN, then put the private IP address or network name of the serving machine, followed by a forward slash and moodle: Web Address - http://192.168.1.1/moodle&lt;br /&gt;
If you are going to test the installation on the internet, then you will need to put the public ip address followed by a forward slash and moodle: http://your_ip_address/moodle or you can put your domain name here instead.&lt;br /&gt;
&lt;br /&gt;
[[image:Complete install Windows 3.png|thumb|center|600px|Installation paths]]&lt;br /&gt;
&lt;br /&gt;
*Click the “Next” button to continue.&lt;br /&gt;
&lt;br /&gt;
====Database configuration====&lt;br /&gt;
*In the next fields, we enter the database settings. The fields are populated with some suggested values.&lt;br /&gt;
&lt;br /&gt;
*We strongly recommend you place a user name and password in this screen. (Don&#039;t forget them).&lt;br /&gt;
&lt;br /&gt;
*DO NOT USE THE “ROOT” USER WITHOUT A PASSWORD FOR PRODUCTION INSTALLATIONS AS THIS CREATES A SECURITY VULNERABILITY&lt;br /&gt;
[[image:Complete install Windows 4.png|thumb|center|535px|Installation&#039;s database settings]]&lt;br /&gt;
&lt;br /&gt;
*When the fields have been populated, click the “Next” button to continue.&lt;br /&gt;
&lt;br /&gt;
====Check server====&lt;br /&gt;
The install process checks the server it installed.&lt;br /&gt;
[[image:Complete install Windows 5.png|thumb|center|535px|Check server environment screen]]&lt;br /&gt;
*Click the “Next” button to continue.&lt;br /&gt;
&lt;br /&gt;
====Confirm initial language pack====&lt;br /&gt;
Moodle will now check to see if the language pack is available for the language you selected at the first step.  If it is not, Moodle will continue with the install in English.&lt;br /&gt;
[[image:Complete install Windows 6.png|thumb|center|535px|Language pack check]]&lt;br /&gt;
&lt;br /&gt;
====Confirm config.php====&lt;br /&gt;
Provided the Moodle folder is writable, a message confirming the configuration has been completed will be displayed.&lt;br /&gt;
[[image:Complete install Windows 7.png|thumb|center|549px|Confirmation that config.php has been created]]&lt;br /&gt;
&lt;br /&gt;
*Click the “ Continue” button to proceed.&lt;br /&gt;
&lt;br /&gt;
====Moodle copyright &amp;amp; agreement====&lt;br /&gt;
The Moodle copyright / license notices are displayed.&lt;br /&gt;
&lt;br /&gt;
[[image:Complete install Windows 8.png|thumb|center|400px|Copyright notice and agreement]]&lt;br /&gt;
&lt;br /&gt;
*Click the “Yes” button to continue.  &lt;br /&gt;
&lt;br /&gt;
====Current release and unattended option====&lt;br /&gt;
The current release information is shown. &lt;br /&gt;
&#039;&#039;&#039;Check off the unattended operations box&#039;&#039;&#039;. This will automatically advance through many screens.  If you would like to watch the install screen by screen, do not check this box and be prepared to press the &amp;quot;continute button&amp;quot; many times.&lt;br /&gt;
 &lt;br /&gt;
*Click the &amp;quot;Continue&amp;quot; button and wait.&lt;br /&gt;
[[Image:Complete install Windows 9.png|thumb|center|600px|Current release and &amp;quot;unattended&amp;quot; check box]]&lt;br /&gt;
&lt;br /&gt;
====Installation modules and blocks screens====&lt;br /&gt;
In most cases this will be followed by a series of screens that have a continue button on the bottom.  This process stops with Admin user profile settings which needs to be filled out.&lt;br /&gt;
&lt;br /&gt;
====Administrator user profile====&lt;br /&gt;
[[Image:Complete install Windows 10.png|thumb|center|The administrator&#039;s users profile screen]]&lt;br /&gt;
&lt;br /&gt;
Fill out the required fields.&lt;br /&gt;
*Click on &amp;quot;Save&amp;quot; to continue&lt;br /&gt;
&lt;br /&gt;
====Front page settings====&lt;br /&gt;
The next screen is the Front Page settings page.  There are two parts to it.&lt;br /&gt;
The first part will ask for your Full site name and a short name for the navigation bar. There is also a place for a description. You can change these later.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Complete install Windows 11a.png|thumb|center|The Moodle sites [[Front Page]] information]]&lt;br /&gt;
&lt;br /&gt;
The second part on the bottom instructs Moodle if you will disable the new user self [[authentication]] through email process.  The default is to disable.  This can be changed later in the [[Site administration block|site administration block]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Complete install Windows 11ba.png|thumb|center|500px|Determine if users can create their own profiles when they log onto the side via email self authentication]]&lt;br /&gt;
&lt;br /&gt;
*Click on &amp;quot;Save changes&amp;quot; button to go to Moodle sites home page.&lt;br /&gt;
&lt;br /&gt;
====Moodle on====&lt;br /&gt;
&#039;&#039;&#039;Now you are ready to Moodle !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Complete install Windows 12.png|thumb|center|Blank Front page of your new site]]&lt;br /&gt;
&lt;br /&gt;
The Site Administration block is on the left, the &amp;quot;Turn edit on&amp;quot; button in the upper right corner, withe the site description block just below it.&lt;br /&gt;
&lt;br /&gt;
===Congratulations - Moodle has been installed===&lt;br /&gt;
This finishes the installation of a complete package.   Type &amp;lt;nowiki&amp;gt;http://localhost&amp;lt;/nowiki&amp;gt; (or what ever you set for web address earlier in the setup!) in your browser and Moodle will open. &lt;br /&gt;
&lt;br /&gt;
Your next task will be to configure Moodle to meet your needs.  Don&#039;t worry, it is easy to change any of the settings now that Moodle is up and running.&lt;br /&gt;
*Check &#039;&#039;Settings &amp;gt; Site administration&#039;&#039; for further links.&lt;br /&gt;
&lt;br /&gt;
==More tips and cautions==&lt;br /&gt;
*For installation on a Windows 2000 or Windows 2003 production server it is good practice to perform a manual install (see the manual installation section in [[Windows_installation|Windows Installation]]). &lt;br /&gt;
&lt;br /&gt;
*After installing the Windows package, you may wish to add additional contributed modules and plugins.  Theset may involve more customization of configuration files.&lt;br /&gt;
&lt;br /&gt;
*The latest complete install package version components, may not be backwardly compatible. Always check version compatibility of each component if you intend to develop materials on a later version of Moodle than the version installed on your &amp;quot;main&amp;quot; Moodle site.  In short, complete install packages are designed for first time install on a &amp;quot;clean&amp;quot; machine.  &lt;br /&gt;
&lt;br /&gt;
== Security matters (A MUST READ!)==&lt;br /&gt;
&lt;br /&gt;
As mentioned before, XAMPP is not meant for production use but only for developers &lt;br /&gt;
in a development environment. The way XAMPP is configured is to be open as possible &lt;br /&gt;
and allowing the developer anything he/she wants. For development environments this &lt;br /&gt;
is great but in a production environment it could be fatal. Here a list of missing security &lt;br /&gt;
in XAMPP:&lt;br /&gt;
&lt;br /&gt;
The MySQL administrator (root) has no password.&lt;br /&gt;
The MySQL daemon is accessible via network.&lt;br /&gt;
phpMyAdmin is accessible via network.&lt;br /&gt;
Examples are accessible via network.&lt;br /&gt;
&lt;br /&gt;
To fix most of the security weaknesses simply call the following URL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://localhost/security/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The root password for MySQL + phpMyAdmin and also a XAMPP directory protection can be established here.&lt;br /&gt;
&lt;br /&gt;
Note that on the Windows installer package, some (all?) of these issues have been fixed already by default and the above link does not work.&lt;br /&gt;
&lt;br /&gt;
If in doubt, more info is [http://www.apachefriends.org/en/faq-xampp-windows.html  here]&lt;br /&gt;
&lt;br /&gt;
== Apache and MySQL tweaks ==&lt;br /&gt;
Most of the time it is not necessary to tweak Apache or MySQL after completing the complete install package. Nor is it necessary to individually start and stop them because that is what the Xampp_start, Xampp_restart and Xammp_stop files are for.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing Apache and MySQL as services===&lt;br /&gt;
(This is only for NT4 | Windows 2000 | Windows XP operating systems)&lt;br /&gt;
&lt;br /&gt;
\xampplite\apache\apache_installservice.bat =&lt;br /&gt;
==&amp;gt; Install Apache 2 as service   &lt;br /&gt;
&lt;br /&gt;
\xampplite\apache\apache_uninstallservice.bat =&lt;br /&gt;
==&amp;gt; Uninstall Apache 2 as service   &lt;br /&gt;
&lt;br /&gt;
\xampplite\mysql\mysql_installservice.bat =&lt;br /&gt;
==&amp;gt; Install MySQL as service   &lt;br /&gt;
&lt;br /&gt;
\xampplite\mysql\mysql_uninstallservice.bat =&lt;br /&gt;
==&amp;gt; Uninstall MySQL as service   &lt;br /&gt;
&lt;br /&gt;
==&amp;gt; After all Service (un)installations, please restart your system!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Apache Notes===&lt;br /&gt;
&lt;br /&gt;
You can use the apache_start and apache_stop bat files to start and stop apache from running. However the Xampp_start or Xampp_restart and Xampp_stop is recommended to turn on/off both Apache and MySQL.&lt;br /&gt;
&lt;br /&gt;
====Troubleshooting====&lt;br /&gt;
&lt;br /&gt;
If you find that Apache is very flaky, with the page often not loading properly or even at all (especially on localhost), try adding these lines to the end of C:\your_moodle_installer_directory\apache\conf\httpd.conf &lt;br /&gt;
&lt;br /&gt;
  EnableSendfile Off&lt;br /&gt;
  EnableMMAP Off&lt;br /&gt;
  Win32DisableAcceptEx&lt;br /&gt;
&lt;br /&gt;
If You edit some .php files but browser still show old state of them, try to disable eAccelerator extension in \server\php\php.ini&lt;br /&gt;
&lt;br /&gt;
 [eAccelerator]&lt;br /&gt;
 ;extension=eaccelerator.dll&lt;br /&gt;
&lt;br /&gt;
===MySQL notes===&lt;br /&gt;
Again, the recommendation to start and stop the entire webserver is to use the xampp_start or Xampp_restart and the Xampp_stop.  The following maybe useful if you wish to tweak the system further.  Please be careful.&lt;br /&gt;
&lt;br /&gt;
(1) The MySQL server can be started by double-clicking (executing) mysql_start.bat. This file can be found in the same folder you installed xampp in, most likely this will be C:\xampplite\.  The exact path to this file is X:\xampplite\mysql_start.bat, where &amp;quot;X&amp;quot; indicates the letter of the drive you unpacked xampp into.This batch file starts the MySQL server in console mode. The first intialization might take a few minutes.&lt;br /&gt;
    &lt;br /&gt;
Do not close the DOS window or you&#039;ll crash the server! To stop the server, please use mysql_shutdown.bat, which is located in the same directory.&lt;br /&gt;
&lt;br /&gt;
(2) To use the MySQL Daemon with &amp;quot;innodb&amp;quot; for better performance, &lt;br /&gt;
please edit the &amp;quot;my&amp;quot; (or &amp;quot;my.cnf&amp;quot;) file in the /xampplite/mysql/bin directory or for services the c:\my.cnf for windows NT/2000/XP. In that director, activate the&lt;br /&gt;
 &amp;quot;innodb_data_file_path=ibdata1:30M&amp;quot;&lt;br /&gt;
statement. Attention, &amp;quot;innodb&amp;quot; is not recommended for 95/98/ME.&lt;br /&gt;
    &lt;br /&gt;
:To use MySQL as Service for NT/2000/XP, simply copy the &amp;quot;my&amp;quot; / &amp;quot;my.cnf&amp;quot; file to C:\my, or C:\my.cnf. Please note that this file has to be placed in C:\ (root), other locations are not permitted. Then execute the &amp;quot;mysql_installservice.bat&amp;quot; in the mysql folder. 	&lt;br /&gt;
   	&lt;br /&gt;
&lt;br /&gt;
(3) MySQL starts with standard values for the user id and the password. The preset user id is &amp;quot;root&amp;quot;, the password is &amp;quot;&amp;quot; (= no password). To access MySQL via PHP with the preset values, you&#039;ll have to use the following syntax:&lt;br /&gt;
 mysql_connect(&amp;quot;localhost&amp;quot;,&amp;quot;root&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt;
If you want to set a password for MySQL access, please use of mysqladmin.&lt;br /&gt;
To set the password &amp;quot;secret&amp;quot; for the user &amp;quot;root&amp;quot;, type the following:&lt;br /&gt;
   &lt;br /&gt;
  \xampplite\mysql\bin\mysqladmin -u root password secret&lt;br /&gt;
    &lt;br /&gt;
After changing the password you&#039;ll have to reconfigure phpMyAdmin to use the new password, otherwise it won&#039;t be able to access the databases. To do that, open the file config.inc.php in \xampplite\phpmyadmin\ and edit the following lines:    &lt;br /&gt;
    &lt;br /&gt;
    $cfg[&#039;Servers&#039;][$i][&#039;user&#039;]            = &#039;root&#039;;   // MySQL user&lt;br /&gt;
    $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;]       = &#039;http&#039;;   // HTTP authentificate&lt;br /&gt;
&lt;br /&gt;
So first the &#039;root&#039; password is queried by the MySQL server, before phpMyAdmin may access.&lt;br /&gt;
  	    	&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
Have a lot of fun! Viel Spaß! Bonne Chance!&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[https://docs.moodle.org/19/en/Installation_guide_-_Moodle_for_Windows_on_a_USB_Memory_Stick Installation guide - Moodle 1.9 for Windows on a USB Memory Stick]&lt;br /&gt;
*Return to [[Windows installation]]&lt;br /&gt;
*[[Windows 1 computer many servers |Multiple web servers, on 1 computer]] similar to windows installation page, with some tips&lt;br /&gt;
*[https://docs.moodle.org/en/Windows_installation_using_XAMPP#Troubleshooting Troubleshooting]if you are running Skype. &lt;br /&gt;
*[[Installing_AMP]] lots of XAMPP stuff.  XAMPP stands for X (cross platform), Apache, MySQL,PHP and Perl.  XAMPP used in Moodle does not include Perl. MAMP stands for Mac, Apache, MySQL and PHP.  &lt;br /&gt;
*[[Installation Package for OS X]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Paquetes_para_Instalaci%C3%B3n_Completa]]&lt;br /&gt;
[[pl:Kompletne pakiety instalacyjne]]&lt;br /&gt;
[[de:Vollständiges Installationspaket für Windows]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=113471</id>
		<title>Quiz FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Quiz_FAQ&amp;diff=113471"/>
		<updated>2014-07-07T13:06:54Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quiz}}&lt;br /&gt;
&lt;br /&gt;
==How can I randomly generate a quiz from a larger question bank?==&lt;br /&gt;
See the section on adding random questions in [[Building Quiz]].&lt;br /&gt;
&lt;br /&gt;
==Can I have different start times/timings/numbers of attempts for different groups?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;group override&amp;quot;.&lt;br /&gt;
*Click this link and you will be able to select your groups and change the quiz dates, times and number of attempts:&lt;br /&gt;
&lt;br /&gt;
[[File:quizgroupoverride.png]]&lt;br /&gt;
&lt;br /&gt;
==What happens if students submit answers after the quiz closing date?==&lt;br /&gt;
It is possible for students to still submit answers after the quiz has closed (for example if they started the attempt before the closing date but then took a long time before submitting). These responses are stored by the quiz module, but the students are not given any credit for them. The teacher can see these answers when reviewing the student&#039;s attempts and can give the student credit for them by hand. Also the teacher could change the closing date after the fact and regrade the attempts. The students answers would then get graded.&lt;br /&gt;
&lt;br /&gt;
==Is there a nice way to print a copy of a quiz?==&lt;br /&gt;
&lt;br /&gt;
See this [https://moodle.org/plugins/view.php?plugin=qformat_wordtable addon] for exporting questions (including images) in a question bank into a Word file&lt;br /&gt;
&lt;br /&gt;
Not at the moment.  See this tracker request: [https://tracker.moodle.org/browse/MDL-348 Printer-friendly (more compact) layout option for quiz] &lt;br /&gt;
*Also this discussion, where there is an unlikely hack: https://moodle.org/mod/forum/discuss.php?d=222565&lt;br /&gt;
*Some CSS suggestions here: https://moodle.org/mod/forum/discuss.php?d=205969#p899667&lt;br /&gt;
*The University of Vienna published an [http://www.academic-moodle-cooperation.org/en/modules/offline-quiz/ offline quiz module for Moodle 2.2+] available for [http://www.academic-moodle-cooperation.org/en/modules/offline-quiz/ download in GitHub].&lt;br /&gt;
&lt;br /&gt;
Also note the comments here: https://docs.moodle.org/en/Effective_quiz_practices#Printing_and_sharing_questions&lt;br /&gt;
&lt;br /&gt;
==Why am I no longer allowed to add or remove questions?==&lt;br /&gt;
Most likely it is because you have students that have already attempted the quiz. You will need to delete all of the attempts by selecting them and choosing to delete them if you need to add/remove questions from a quiz. &lt;br /&gt;
&lt;br /&gt;
If you are developing a new quiz where the attempts have just been trials then deleting the previous attempts will have no consequeces in the grade book. &lt;br /&gt;
&lt;br /&gt;
If this is not the case think carefully about how to handle the graded attempts.&lt;br /&gt;
&lt;br /&gt;
There are several ways of getting to the “attempts #” which you need to click on to delete the previous attempts. Use which ever works for you.&lt;br /&gt;
#Click on the quiz that you want to amend. It will take you to a page with “attempts #&amp;quot; at the top.&lt;br /&gt;
#If you are on a page with this message “You cannot add or remove questions because the quiz has been attempted (attempts #)” Click on &amp;quot;attempts #&amp;quot;.&lt;br /&gt;
#If you have navigated away from the page with the message go to the Settings block &amp;gt; Quiz Administration &amp;gt; Edit Quiz.&lt;br /&gt;
Whichever way you find “attempts #” click on it and you will go to a page with a drop down menu at the top. Select “all users who have attempted the quiz”. There are several other click boxes select whatever applies to your situation.&lt;br /&gt;
Click “Show Report” and then “select all”. Click “Delete selected attempts” and confirm selection.&lt;br /&gt;
&lt;br /&gt;
Go back to  Quiz Administration &amp;gt; Edit Quiz and you will now be able to add or delete questions.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off glossary auto-linking in a quiz? ==&lt;br /&gt;
*In the Quiz administration settings block there will be a link &amp;quot;filter&amp;quot;.&lt;br /&gt;
*Click the link and you will have the option to disable filters just for that particular quiz:&lt;br /&gt;
&lt;br /&gt;
[[File:quizfilter.png]]&lt;br /&gt;
&lt;br /&gt;
==How can I remove a problem question after the quiz has been taken?==&lt;br /&gt;
&lt;br /&gt;
You can not remove a question once a quiz has been taken by one student or more. However you can change the score and flag the question so you know it has problems.&lt;br /&gt;
&lt;br /&gt;
Set the score for that question to 0. &lt;br /&gt;
*Caution: In some versions of Moodle if you use this question in an other quiz, this will potentially change the question in that quiz as well. A trick is to score the question as 0, then regrade the just completed quiz. This will establish the new grade for gradebook.  Now go back and change the score to the original value.  &lt;br /&gt;
&lt;br /&gt;
Find the question in Question Bank.  Maybe edit the title (Do not use in Bio101).  Or if you do not share the question category with other teachers, create a sub category, move the offending question there, and perhaps create a better question to replace the one you just moved.  Create a new quiz and if necessary hide the old one.&lt;br /&gt;
*Caution: if other departments or teachers use a question category it might be wise to check with the team before moving or changing any question.   This is one reason importing questions in a course is a good best practice in some situations.&lt;br /&gt;
&lt;br /&gt;
==Can I have a quiz that is not graded?==&lt;br /&gt;
&lt;br /&gt;
This is not a common requirement, so it may not work perfectly, but you can get close:&lt;br /&gt;
&lt;br /&gt;
# On the quiz editing page, set the score for each question, and the total score for the quiz to 0.&lt;br /&gt;
# On the quiz settings page, there is a grid of check-boxes. Turn off all the ones in the score column.&lt;br /&gt;
&lt;br /&gt;
==Why is my quiz not displaying in the gradebook?==&lt;br /&gt;
*Check that you have a maximum score that is more than 0 - if your score is 0, then the quiz will not appear in the gradebook.&lt;br /&gt;
&lt;br /&gt;
Remember you can tell gradebook not to include the quiz.&lt;br /&gt;
&lt;br /&gt;
==How do I allow a person to retake a quiz if I have it set for 1 attempt?==&lt;br /&gt;
*In the Quiz administration settings block, there is a link &amp;quot;user overrides&amp;quot;.&lt;br /&gt;
*Click this link and you can change the allowed number of attempts for that user. Screenshot:[https://docs.moodle.org/24/en/File:quizuseroverride.png]&lt;br /&gt;
&lt;br /&gt;
==How can I give particular students extra time in a timed quiz?==&lt;br /&gt;
*In the Quiz administration settings block there is a link &amp;quot;user overrides&amp;quot;&lt;br /&gt;
*Click this link and you will be able to choose one or more users and change the timing of their quiz&lt;br /&gt;
&lt;br /&gt;
[[File:quizuseroverride.png]]&lt;br /&gt;
&lt;br /&gt;
==I&#039;ve entered quiz grades manually in the gradebook. How can I allow students to improve on these grades?==&lt;br /&gt;
&lt;br /&gt;
When a grade is entered directly in the gradebook, an &amp;quot;overridden&amp;quot; flag is set, meaning that the grade can no longer be changed from within the quiz.&lt;br /&gt;
&lt;br /&gt;
However, the flag can be removed by turning editing on in the [[Grader report|grader report]], then clicking the [[Grade editing|edit grade]] icon, unchecking the overridden box and saving the changes.&lt;br /&gt;
&lt;br /&gt;
==How can I enable notification of quiz submissions?==&lt;br /&gt;
&lt;br /&gt;
See [[Quiz submission notification]].&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t people (guests) take a quiz without creating an account and logging in?==&lt;br /&gt;
&lt;br /&gt;
This is difficult to implement for technical reasons.&lt;br /&gt;
&lt;br /&gt;
To explain: The quiz has to link all information about an attempt to a particular &#039;user&#039; record in the database, and each user can only have one open quiz attempt at a time. All not-logged-in users share the same &#039;guest&#039; user database record. Therefore, two guests could not attempt the quiz at the same time, and even if they could, it would be difficult to prevent one guest seeing another guest&#039;s attempts.&lt;br /&gt;
&lt;br /&gt;
Of course, given enough work, it would be possible to change some of those assumptions, and so make it possible for guests to attempt quizzes. Indeed, some of the obstructions to implementing this have already been removed while doing other work on the quiz, but there is still some way to go.&lt;br /&gt;
&lt;br /&gt;
If you would like to see this implemented, please vote for MDL-17892.&lt;br /&gt;
&lt;br /&gt;
A workaround is to create a visitor account, say with username = password = visitor, for everyone to share.&lt;br /&gt;
&lt;br /&gt;
==Can you explain the error The number of random questions required is more than are still available in the category!==&lt;br /&gt;
&lt;br /&gt;
Review your quiz and verify Moodle has enough questions from each category of questions it will be pulling from. You may have inadvertently selected more questions than what exists in the category. Also make sure you&#039;re not pulling questions from a category that has zero questions. Because you are picking random questions, rather than a specific question, it may not be apparent at first that you have run out of questions to ask!&lt;br /&gt;
&lt;br /&gt;
==How do I send a bulk message to all students who haven&#039;t completed a quiz?==&lt;br /&gt;
*From your navigation block, click &#039;&#039;Reports&amp;gt;Course participation&#039;&#039;&lt;br /&gt;
*From the drop down, choose your quiz.&lt;br /&gt;
*In &#039;&#039;Show only&#039;&#039;, choose &amp;quot;Student&amp;quot; and in &#039;&#039;Actions&#039;&#039;, choose &amp;quot;post&amp;quot;&lt;br /&gt;
*In the list that appears, tick/check the boxes next to those you wish to message.&lt;br /&gt;
*In the bottom dropdown &#039;&#039;With selected users&#039;&#039;, choose &amp;quot;send message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:quizemail.png]]&lt;br /&gt;
&lt;br /&gt;
==Can I download the quiz questions in a non-Moodle format?==&lt;br /&gt;
You might want to keep a local copy of quiz questions as evidence. While Moodle doesn&#039;t offer a built-in method of doing this, suggestions include: &lt;br /&gt;
#previewing the quiz, getting to the review page and from your computer, choosing &amp;quot;Save as...webpage complete&amp;quot; and &lt;br /&gt;
#exporting the question as Moodle XML, or GIFT format. If you open either of those files in a text-editor, you should be able to see most details of each question. Not very pretty, but accurate.&lt;br /&gt;
&lt;br /&gt;
==How can I turn off question flagging?==&lt;br /&gt;
By default, flags are available in quiz questions.&lt;br /&gt;
&lt;br /&gt;
[[File:flag.png]]&lt;br /&gt;
&lt;br /&gt;
There is a capablity attached to this: [[Capabilities/moodle/question:flag]]. Remove this capability from roles that you don&#039;t want to see the flags. You can either do that by editing the role definitions globally, or by overriding the permissions in just one quiz or course.&lt;br /&gt;
&lt;br /&gt;
==How do I create system-wide question categories?==&lt;br /&gt;
* As an administrator or user with system permissions,  go to &#039;&#039;Question bank&amp;gt;categories&#039;&#039; in any course.&lt;br /&gt;
*Using the &amp;quot;Add category form&amp;quot; at the bottom of the page, set the parent of the new category to be the system context.&lt;br /&gt;
&lt;br /&gt;
==How can I prevent a student from reviewing or jumping around questions in a quiz?==&lt;br /&gt;
You can block the quiz navigation block and the summary of quiz page with CSS code in a theme.   However, if a student fails to answer a question, they will not know if you implement this &amp;quot;solution&amp;quot;. Also if others on the site do not want this patch, make sure the theme you select for the course is not used by others.&lt;br /&gt;
&lt;br /&gt;
For example using the Afterburner theme:   Site Administration &amp;gt;Appearance &amp;gt;Themes &amp;gt;Afterburner  and enter this in the CSS code area:&lt;br /&gt;
&lt;br /&gt;
:div#mod_quiz_navblock {visibility:hidden;}&lt;br /&gt;
:table.quizsummaryofattempt {visibility:hidden;}&lt;br /&gt;
&lt;br /&gt;
There are other css solutions.&lt;br /&gt;
&lt;br /&gt;
==How can I minimise the load on the server while using quizzes?==&lt;br /&gt;
*Try to avoid a lot of students starting a quiz at the same time&lt;br /&gt;
*Check these discussions:&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=213259&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215641&lt;br /&gt;
**https://moodle.org/mod/forum/discuss.php?d=215130&lt;br /&gt;
&lt;br /&gt;
For other notes on performance with quizzes, see the section &#039;Performance of different Moodle modules&#039; in [[Performance recommendations]].&lt;br /&gt;
==How can I make the quiz timer &amp;quot;float&amp;quot; or move down the page?==&lt;br /&gt;
See this forum thread: [https://moodle.org/mod/forum/discuss.php?d=210049 How to make the quiz timer float] for one suggestion.&lt;br /&gt;
&lt;br /&gt;
==Why are images not included when exporting quiz questions?==&lt;br /&gt;
Images are only included if you export the questions using Moodle XML format. For all other question export formats (including GIFT), you will get broken images. Please see forum post [https://moodle.org/mod/forum/discuss.php?d=244615 Students not able to see images in exported quiz questions]&lt;br /&gt;
&lt;br /&gt;
==Why does the quiz timer keep counting down when the student is not looking at the quiz?==&lt;br /&gt;
It is not possible to stop the timer and start it again. Moodle cannot tell the difference between legitimate reasons for doing this (such as a fire alarm requiring evacuation of the test room) or a student simply using time going to another browser and googling the answers. Nor can Moodle tell if the connection has been lost, although the student does now get a warning MDL-42504&lt;br /&gt;
&lt;br /&gt;
It might be preferable in certain circumstances, such as timed examinations using Quiz, to manually  announce the start/end time, rather then rely on the quiz timer.&lt;br /&gt;
&lt;br /&gt;
For further comments see:&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=96194&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=177180&lt;br /&gt;
* https://moodle.org/mod/forum/discuss.php?d=237847&lt;br /&gt;
&lt;br /&gt;
==How can a &amp;quot;Never submitted quiz&amp;quot; be submitted?==&lt;br /&gt;
Currently  there is no way to retrieve an attempt that was &amp;quot;Never Submitted&amp;quot;, and get it back into the &amp;quot;In progress&amp;quot; state, but there is a tracker issue MDL-35745. Perhaps the best solution is to plan ahead and set your quiz to set your quiz to be submitted automatically.  Failing that, see also this [https://moodle.org/mod/forum/discuss.php?d=212819 forum thread] which suggests:&lt;br /&gt;
# Update the quiz : set the &amp;quot;close the quiz&amp;quot; date after today&lt;br /&gt;
# Set &amp;quot;When time expires&amp;quot; to &amp;quot;There is a grace period ...&amp;quot;&lt;br /&gt;
#Under Grade set &amp;quot;Attempts allowed&amp;quot; to &amp;quot;unlimited&amp;quot;&lt;br /&gt;
#Question behavior: Each attempt builds on the last &amp;quot;Yes&amp;quot;&lt;br /&gt;
# Invite the students who did not close their exams&lt;br /&gt;
# Allow them to start a new attempt, and close it immediately.&lt;br /&gt;
&lt;br /&gt;
==How can I hide the number of marks available for each question?==&lt;br /&gt;
&lt;br /&gt;
This is not really possible unless you are prepared to edit the code.&lt;br /&gt;
&lt;br /&gt;
If you have a custom theme, you can add CSS like this:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
of you could try to make it more specific, and only hide the grade before the question is answered:&lt;br /&gt;
&amp;lt;code css&amp;gt;&lt;br /&gt;
.que.answersaved .info .grade,&lt;br /&gt;
.que.invalidanswer .info .grade,&lt;br /&gt;
.que.notyetanswered .info .grade { display: none; }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can also add this CSS using the [[Header_and_footer|Additional HTML admin settings]].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can alter the PHP code here: https://github.com/moodle/moodle/blob/4de51c25ae227a727dcba7c39f6f644a5d47ce7a/mod/quiz/locallib.php#L1820. Change that line to give the behaviour you want, e.g.&lt;br /&gt;
&amp;lt;code php&amp;gt;&lt;br /&gt;
$options-&amp;gt;marks = self::extract($quiz-&amp;gt;reviewmarks, $when,&lt;br /&gt;
                self::MARK_AND_MAX, self::HIDDEN);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be warned that any of these approaches will affect every quiz in the Moodle site.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Quiz Time Limit]]&lt;br /&gt;
&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=96326 Removing &amp;quot;Submit all and Finish&amp;quot; button]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=141003 How do you keep people from cheating while taking a quiz?]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=131325 Scientific notation in quiz answers]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=158846 Quiz answers appear in wrong language]&lt;br /&gt;
*[http://moodle.org/mod/forum/discuss.php?d=196206 Random Order Override]&lt;br /&gt;
&lt;br /&gt;
Related FAQs:&lt;br /&gt;
* [[Import and export FAQ]] - for hints on importing questions&lt;br /&gt;
* [[XML FAQ]] - for information on creating and importing questions in Moodle XML format&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Test FAQ]]&lt;br /&gt;
[[es:Examen FAQ]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=Upgrading&amp;diff=112166</id>
		<title>Upgrading</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=Upgrading&amp;diff=112166"/>
		<updated>2014-04-29T10:02:24Z</updated>

		<summary type="html">&lt;p&gt;TimHunt: /* Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installing Moodle}}	&lt;br /&gt;
&#039;&#039;This page explains in detail how to upgrade Moodle. For a summary of the process, see [[Upgrade overview]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Check the requirements==&lt;br /&gt;
&lt;br /&gt;
Check that your server meets all requirements for 2.7 in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; [[Environment]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Note: You can only upgrade to Moodle 2.7 from Moodle 2.2 or later. If upgrading from earlier versions, you must [https://docs.moodle.org/22/en/Upgrading_to_Moodle_2.2 upgrade to 2.2] as a first step.&lt;br /&gt;
&lt;br /&gt;
==Before upgrading==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Themes===&lt;br /&gt;
&lt;br /&gt;
All core themes, except clean, have been removed from Moodle 2.7. Thus sites using any core theme (including sites using a core theme as a parent theme) other than clean must do the following:&lt;br /&gt;
&lt;br /&gt;
# Download the 2.7 version of your theme as a zip file from the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=3 Themes section of the Moodle plugins directory].&lt;br /&gt;
# Follow the steps above to install the new Moodle software. In step 4, unzip the theme and copy it to moodle/theme/.&lt;br /&gt;
# Proceed with the upgrade.&lt;br /&gt;
&lt;br /&gt;
Note: Only installed add-on themes may be updated automatically during the upgrade, NOT core themes. Because core themes have been removed from Moodle 2.7, they have to be re-added.&lt;br /&gt;
&lt;br /&gt;
===Questions===&lt;br /&gt;
&lt;br /&gt;
This problem almost certainly does not affect you.&lt;br /&gt;
&lt;br /&gt;
You can tell if you need to worry about this by looking at the bottom of the [[Environment]] check page in your site. If there is not a row mentioning questions, you don&#039;t have a problem. If there is a message about questions there, you need to do something. (This only works if you are running a version 2.4.9, 2.5.5 or 2.6.2 or later.)&lt;br /&gt;
&lt;br /&gt;
To give the background: In Moodle 2.1 there was a major upgrade to questions. As explained in [https://docs.moodle.org/21/en/Upgrading_to_Moodle_2.1#Planning_the_question_engine_upgrade the upgrade documentation for that version], it was possible to delay parts of the database upgrade to be run later. Before you upgrade to Moodle 2.7, this upgrade must be completed.&lt;br /&gt;
&lt;br /&gt;
== Backup important data ==&lt;br /&gt;
&lt;br /&gt;
There are three areas that should be backed up before any upgrade:&lt;br /&gt;
#Moodle software (For example, everything in server/htdocs/moodle)&lt;br /&gt;
#Moodle uploaded files (For example, server/moodledata)&lt;br /&gt;
#Moodle database (For example, your Postgres or MySQL database dump)&lt;br /&gt;
&lt;br /&gt;
See [[Site backup]] for more specific information.&lt;br /&gt;
&lt;br /&gt;
==Put your site into maintenance mode==&lt;br /&gt;
Before you begin upgrading your site, you should put it into [[Maintenance_mode | maintenance mode]] to stop any non-admin users from logging in.&lt;br /&gt;
&lt;br /&gt;
== Check for add-on updates ==&lt;br /&gt;
&lt;br /&gt;
If you have [[Automatic updates deployment]] enabled, you will be able to update installed add-ons automatically during the upgrade. Just make sure you check for available updates (via the button for it) at the Plugins check screen.&lt;br /&gt;
&lt;br /&gt;
If you are updating add-ons manually, it is a good moment now to check in the [http://moodle.org/plugins Moodle Plugins directory] whether there is a 2.7 version available for any add-ons (including themes) that you have previously installed on your site. If so, download the add-on package. In the next step, you will copy it to the appropriate location in your Moodle code (see [[Installing add-ons]]).&lt;br /&gt;
&lt;br /&gt;
The upgrade of the add-on will then happen as part of the Moodle upgrade process.&lt;br /&gt;
&lt;br /&gt;
If an out-of-date add-on causes your upgrade to fail, you can usually delete the add-on code rather than uninstalling it from within Moodle so that the data associated with it is not deleted.&lt;br /&gt;
&lt;br /&gt;
== Install the new Moodle software ==&lt;br /&gt;
&lt;br /&gt;
=== Standard install package ===&lt;br /&gt;
&lt;br /&gt;
# Move your old Moodle software program files to another location. &#039;&#039;Do NOT copy new files over the old files.&#039;&#039;&lt;br /&gt;
# Unzip or unpack the upgrade file so that all the new Moodle software program files are in the location the old files used to be in on the server. Moodle will adjust SQL and moodledata if it needs to in the upgrade.&lt;br /&gt;
# Copy your old [[Configuration file|config.php file]] back to the new Moodle directory. &lt;br /&gt;
# As mentioned above, if you had installed any custom add-ons on your site you should add them to the new code tree now. It is important to check that you get the correct version for your new version of Moodle. Be particularly careful that you do not overwrite any code in the new version of Moodle.&lt;br /&gt;
# Dont forget to also copy over your moodledata folder / directory.  If you don&#039;t you will get a &amp;quot;fatal error $cfg- dataroot is not configured properly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Linux====&lt;br /&gt;
 mv moodle moodle.backup&lt;br /&gt;
 tar xvzf moodle-2.7.tgz&lt;br /&gt;
&lt;br /&gt;
Next, copy across your config.php, any custom plugins, and your .htaccess file if you created one (&#039;&#039;&#039;check that custom plugins are the correct version for your new Moodle first&#039;&#039;&#039;):&lt;br /&gt;
&lt;br /&gt;
 cp moodle.backup/config.php moodle&lt;br /&gt;
 cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme&lt;br /&gt;
 cp -pr moodle.backup/mod/mymod moodle/mod/mymod&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to make moodle/config.php (and the rest of the source code) readable by your www server. Ideally the files should not be writeable by your server.&lt;br /&gt;
&lt;br /&gt;
If you use cron, take care that cron.php is executeable and uses the correct php command: &lt;br /&gt;
 chmod 740 admin/cli/cron.php (some configurations need chmod 750 or chmod 755)&lt;br /&gt;
 copy the first line from cron.php (if it looks like &#039;#!/usr/local/bin/php&#039; or &#039;#!/usr/local/bin/php5.3&#039;, no need to copy &#039;&amp;lt;?php&#039;)&lt;br /&gt;
&lt;br /&gt;
if necessary.&lt;br /&gt;
&lt;br /&gt;
=== Using Git ===&lt;br /&gt;
&lt;br /&gt;
You can use Git for updating or upgrading your Moodle. See [[Git for Administrators]] for details.&lt;br /&gt;
&lt;br /&gt;
===Command line upgrade===&lt;br /&gt;
&lt;br /&gt;
On Linux servers, Moodle 2.7 supports running the [[CLI|upgrade from the command line]], rather than through a web browser. This is likely to be more reliable, particularly for large sites.&lt;br /&gt;
&lt;br /&gt;
== Finishing the upgrade ==&lt;br /&gt;
&lt;br /&gt;
The last step is to trigger the upgrade processes within Moodle. &lt;br /&gt;
&lt;br /&gt;
To do this just go to &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Notifications&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Moodle will automatically detect the new version and perform all the SQL database or file system upgrades that are necessary. If there is anything it can&#039;t do itself (very rare) then you will see messages telling you what you need to do.&lt;br /&gt;
&lt;br /&gt;
Assuming all goes well (no error messages) then you can start using your new version of Moodle and enjoy the new features!&lt;br /&gt;
&lt;br /&gt;
Note: If you are running multiple servers then you should purge all caches manually (via &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Development &amp;gt; Purge all caches&#039;&#039;) after completing the upgrade on all servers.&lt;br /&gt;
&lt;br /&gt;
===Fatal error: Maximum execution time of 30 seconds exceeded...===&lt;br /&gt;
&lt;br /&gt;
If your server uses a main language other than English, you may encounter a &#039;Fatal error: Maximum execution time of 30 seconds exceeded&#039; when you try to upgrade it. You can increase max_execution_time = 160 on php.ini to allow the scripts enough time to process the language update. Otherwise, you can switch to English as the default language before doing the upgrade and back to your original language after a succcessful upgrade. See the forum discussion at https://moodle.org/mod/forum/discuss.php?d=119598.&lt;br /&gt;
&lt;br /&gt;
==After upgrading==&lt;br /&gt;
&lt;br /&gt;
The config.php file from your installation should work fine but if you take a look at config-dist.php that came with Moodle 2.7 there are more/different options available (e.g. database drivers and settings). It&#039;s a good idea to map your old config.php settings to a new one based on the 2.7 config-dist.php.&lt;br /&gt;
&lt;br /&gt;
===Assignments===&lt;br /&gt;
&lt;br /&gt;
The old assignment (2.2) module has been removed from core and has been replaced by a stub to support transparently remapping URLs and restoring course backups from the old module to the new one. &lt;br /&gt;
&lt;br /&gt;
If you are still using the old assignment (2.2) module, after upgrading to Moodle 2.7 all assignment (2.2) activities will be hidden. You need to run the [[Assignment upgrade tool]] to un-hide the activities.&lt;br /&gt;
&lt;br /&gt;
If you really, really need to keep using the old assignment (2.2) module, you should update the code to Moodle 2.7, and then replace the &amp;quot;mod/assignment&amp;quot; folder with the one from the plugins directory before completing the upgrade.&lt;br /&gt;
&lt;br /&gt;
==Possible issues that may affect you in Moodle 2.7==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Items to be added here...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Moodle 2.3, 2.4, 2.5 and 2.6 improvements ===&lt;br /&gt;
&lt;br /&gt;
Depending on which version you are upgrading from, please see the section &#039;Possible issues that may affect you&#039; in the documentation&lt;br /&gt;
&lt;br /&gt;
* [https://docs.moodle.org/23/en/Upgrading Upgrading to Moodle 2.3]&lt;br /&gt;
* [https://docs.moodle.org/24/en/Upgrading Upgrading to Moodle 2.4]&lt;br /&gt;
* [https://docs.moodle.org/25/en/Upgrading Upgrading to Moodle 2.5]&lt;br /&gt;
* [https://docs.moodle.org/26/en/Upgrading Upgrading to Moodle 2.6]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] &lt;br /&gt;
* [[dev:Moodle 2.7 release notes|Moodle 2.7 release notes]]&lt;br /&gt;
* [[dev:Upgrade API|Upgrade API]]&lt;br /&gt;
&lt;br /&gt;
[[es:Actualización de moodle]]&lt;br /&gt;
[[fr:Mise à jour]]&lt;br /&gt;
[[ja:Moodleをアップグレードする]]&lt;br /&gt;
[[de:Aktualisierung von Moodle]]&lt;/div&gt;</summary>
		<author><name>TimHunt</name></author>
	</entry>
</feed>