Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: QuizPort module.

QuizPort module: Difference between revisions

From MoodleDocs
(note, see also link)
(Added link to QuizPort manual)
Line 16: Line 16:
==See also==
==See also==
*[[Hotpot module]]
*[[Hotpot module]]
*The manual: [http://bateson.kanazawa-gu.ac.jp/moodle/19/mysql/mod/quizport/docs/tutorials/ The QuizPort module ]


[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Hotpot]]
[[Category:Hotpot]]

Revision as of 22:07, 24 September 2009

Note: The QuizPort module is to be renamed the TaskChain module and added to contrib with the view to replacing the Hotpot module in Moodle 2.0.


Structure of a QuizPort activity
  • The QuizPort module is basically HotPot 2.0.
  • It can be used to administer potentially *any* externally authored quiz format.
  • The QuizPort module is designed for Moodle 2.0 (as it was in Feb 2009). It is compatible with Moodle 1.0 - 1.9.
  • It treats a unit of quizzes as a single entity.
  • Pre-conditions and post-conditions can be set to create adaptive learning materials.
  • Content is cached to speed up delivery to browser.
  • [square bracket] notation may be used to easily insert multimedia.
  • There are multiple output formats for quiz source files.
  • The QuizPort module is in beta status.
  • The QuizPort module may be downloaded from http://moodle.org/mod/data/view.php?d=13&rid=2228

See also