Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Word table format.

Word table format: Difference between revisions

From MoodleDocs
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Moodle2Word is a plugin that allows question banks to be exported from Moodle into a Word file. The Word file can then be used to quickly review large numbers of questions (either online or in print), or to prepare paper tests (where the answers and feedback is hidden). Questions in the Word table format can also be imported into Moodle.
Moodle2Word is a plugin that allows question banks to be exported from Moodle into a Word file. The Word file can then be used to quickly review large numbers of questions (either online or in print), or to prepare paper tests (where the answers and feedback is hidden). Questions in the Word table format can also be imported into Moodle.
==Features==
==Features==
* The tables contain all components of a question, including the stem, answer options, option-specific and general feedback, and weights).
* The tables contain all components of a question, including the stem, answer options, option-specific and general feedback, and any images.
* All the main question types except Calculated questions are supported.
* All the main question types except Calculated questions are supported.
* With the aid of commands in an external Word template, questions can be re-formatted to hide the answers etc, allowing the questions to be printed as a paper quiz.
* With the aid of commands in an external Word template, questions can be re-formatted to hide the answers etc, allowing the questions to be printed as a paper quiz.
* Questions can be edited in Word, and then imported back into Moodle.
* Questions can be edited in Word, and then imported back into Moodle.
* The Cloze question syntax is very simple, as it does not require any knowledge of the arcane Moodle syntax; instead, use bold for drop-down menu items, and italic for fill-in text fields.
* The Cloze question syntax is very simple, as it does not require any knowledge of the arcane Moodle syntax; instead, use bold for drop-down menu items, and italic for fill-in text fields.
==Installation==
 
Place install instructions here
==See also==
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=4012&filter=1 Moodle2Word Word table import/export] is a Modules and plugins database page that has download links and more information.
* Downloads: the plugin is available in the Moodle Plugins Directory from [http://moodle.org/plugins/view.php?plugin=qformat_wordtable Moodle2Word Word table import/export].
*Discussions: [http://moodle.org/mod/forum/view.php?f=121 Quiz module]
* Discussions: [http://moodle.org/mod/forum/view.php?f=121 Quiz module], [https://moodle.org/mod/forum/discuss.php?d=146284 Export Quiz]
* More information, demo screencasts, Word templates, etc.: [http://www.Moodle2Word.net www.Moodle2Word.net].


[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Quiz]]
[[Category:Questions]]

Latest revision as of 17:01, 7 January 2014

Moodle2Word is a plugin that allows question banks to be exported from Moodle into a Word file. The Word file can then be used to quickly review large numbers of questions (either online or in print), or to prepare paper tests (where the answers and feedback is hidden). Questions in the Word table format can also be imported into Moodle.

Features

  • The tables contain all components of a question, including the stem, answer options, option-specific and general feedback, and any images.
  • All the main question types except Calculated questions are supported.
  • With the aid of commands in an external Word template, questions can be re-formatted to hide the answers etc, allowing the questions to be printed as a paper quiz.
  • Questions can be edited in Word, and then imported back into Moodle.
  • The Cloze question syntax is very simple, as it does not require any knowledge of the arcane Moodle syntax; instead, use bold for drop-down menu items, and italic for fill-in text fields.

See also