QuizPort module: Difference between revisions

From MoodleDocs
(image added thanks to Gordon)
(note, see also link)
Line 1: Line 1:
<p class="note">'''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.</p>
[[Image:Quizport structure.gif|thumb|Structure of a QuizPort activity]]
[[Image:Quizport structure.gif|thumb|Structure of a QuizPort activity]]
* The QuizPort module is basically HotPot 2.0.
* The QuizPort module is basically HotPot 2.0.
Line 10: Line 13:
* The QuizPort module is in beta status.
* 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
* The QuizPort module may be downloaded from http://moodle.org/mod/data/view.php?d=13&rid=2228
==See also==
*[[Hotpot module]]


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

Revision as of 19:01, 23 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