Moodle Plugins directory: QuestionTeX format: Versions: 0.1.0 | Moodle.org
QuestionTeX format
Question formats ::: qformat_qtex
Maintained by
Leopold Talirz
QuestionTeX is a collection of LaTeX macros that enable authors to create multiple-choice tests.
QuestionTeX format 0.1.0
Moodle 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
Released: Friday, 28 March 2014, 7:40 AM
QuestionTeX format plugin
-------------------------
QuestionTeX is a collection of LaTeX macros that enables authors
to create multiple-choice tests. The QuestionTeX package and its
documentation is hosted on
https://github.com/leoteo/moodle-qformat_qtex
Further documentation and examples are available on
www.lemuren.math.ethz.ch/coursesupport/multiplechoice
www.lemuren.math.ethz.ch/projects/texweb/texweb_mc
The QuestionTeX format plugin enables the import of questions
written in QuestionTeX directly into Moodle (as well as the
export from Moodle to QuestionTeX).
This plugin has been written in the LEMUREN project at ETH Zurich.
For further information contact nemesis@math.ethz.ch
Installation instructions
-------------------------
Prerequisites:
- A working Moodle installation
- For the convenient installation through the Moodle admin interface, the web
server needs write permissions to the $moodle_root/question/format directory.
For manual installation (or if your Moodle version is < 2.5),
copy the folder "qtex" to $moodle_root/question/format.
Then, in the admin panel purge the Plugin list on
Site Administration -> Plugins -> Caching -> Configuration
- A configured and enabled TeX Notation filter is required to render the formulae.
See http://docs.moodle.org/25/en/TeX_notation_filter for instructions.
Hint: In order to improve vertical alignment of images,
add the following css to your theme:
.texrender {border:0px;vertical-align:middle;}
- Handling of images requires PHP's zip extension to be enabled
Following standard procedure, go to the administration panel under
Site Administration -> Plugins -> Install add-ons
and select the plugin type 'Question import/export format'.
The QuestionTeX format should now appear in question export/import dialogues.
If you are looking for some QuestionTeX examples to test the import,
check out the *examples/* folder.
-------------------------
QuestionTeX is a collection of LaTeX macros that enables authors
to create multiple-choice tests. The QuestionTeX package and its
documentation is hosted on
https://github.com/leoteo/moodle-qformat_qtex
Further documentation and examples are available on
www.lemuren.math.ethz.ch/coursesupport/multiplechoice
www.lemuren.math.ethz.ch/projects/texweb/texweb_mc
The QuestionTeX format plugin enables the import of questions
written in QuestionTeX directly into Moodle (as well as the
export from Moodle to QuestionTeX).
This plugin has been written in the LEMUREN project at ETH Zurich.
For further information contact nemesis@math.ethz.ch
Installation instructions
-------------------------
Prerequisites:
- A working Moodle installation
- For the convenient installation through the Moodle admin interface, the web
server needs write permissions to the $moodle_root/question/format directory.
For manual installation (or if your Moodle version is < 2.5),
copy the folder "qtex" to $moodle_root/question/format.
Then, in the admin panel purge the Plugin list on
Site Administration -> Plugins -> Caching -> Configuration
- A configured and enabled TeX Notation filter is required to render the formulae.
See http://docs.moodle.org/25/en/TeX_notation_filter for instructions.
Hint: In order to improve vertical alignment of images,
add the following css to your theme:
.texrender {border:0px;vertical-align:middle;}
- Handling of images requires PHP's zip extension to be enabled
Following standard procedure, go to the administration panel under
Site Administration -> Plugins -> Install add-ons
and select the plugin type 'Question import/export format'.
The QuestionTeX format should now appear in question export/import dialogues.
If you are looking for some QuestionTeX examples to test the import,
check out the *examples/* folder.
Version information
- Version build number
- 2014021500
- Version release name
- 0.1.0
- Can be updated to
- 0.1.1 (2014032900)
- Maturity
- Alpha
- MD5 Sum
- e3d8c7237c43908bd66d94122c480c95
- Supported software
- Moodle 2.1, PHP 5.3, PHP 5.4, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, PHP 5.5
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.1
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.2
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.3
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.4
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.5
- The more recent release 0.1.1 (2014032900) exists for Moodle 2.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v0.1.0
Default installation instructions for plugins of the type Question formats
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myformat") in the "question/format" subdirectory.
- Visit http://yoursite.com/admin to finish the installation