Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: QuizPort module.

QuizPort module: Difference between revisions

From MoodleDocs
(Thumb was not clear, I like the picture as a frame :))
(reformat, use QuizPort manual introduction, add more links)
Line 1: Line 1:
QuizPort (TaskChain) is a contributed module which allows teachers to distribute interactive learning materials to their students and view reports on the students' responses and results. It is in beta status and being designed to replace [[Hotpot module]] in Moodle 2.0.
<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>
<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>


==Introduction==
A single QuizPort activity consists of an optional entry page, a unit of quizzes and an optional exit page. Each quiz may be a static web page or an interactive web page which offers students text, audio and visual prompts and records their responses. The quizzes are created on the teacher's computer using authoring software and then uploaded to Moodle.
To view the quizzes, students login to Moodle and click a link on a course page to access a QuizPort unit. When teachers login to Moodle, they can see reports showing students' responses to the quizzes in the QuizPort units.
The teacher can define learning paths through a unit by adding pre-conditions and post-conditions to the quizzes. A quiz cannot be attempted until all the pre-conditions have been satisfied. After the quiz is finished, the post-conditions define what is displayed next to the student. Pre-conditions and post-conditions allow teachers to create adaptive learning materials which adapt to the students' responses.
QuizPort can be used with earlier versions of Moodle 1.0 - 1.9 .


==Features description==
[[Image:Quizport structure.gif|frame|Structure of a QuizPort activity]]
[[Image:Quizport structure.gif|frame|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.
* It treats a unit of quizzes as a single entity.
* Pre-conditions and post-conditions can be set to create adaptive learning materials.
* Pre-conditions and post-conditions can be set to create adaptive learning materials.
* It can be used to administer potentially *any* externally authored quiz format.
* Content is cached to speed up delivery to browser.
* Content is cached to speed up delivery to browser.
* [square bracket] notation may be used to easily insert multimedia.
* [square bracket] notation may be used to easily insert multimedia.
* There are multiple output formats for quiz source files.
* 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==
==See also==
*[[Hotpot module]]
*[http://moodle.org/mod/data/view.php?d=13&rid=2228  QuizPort] is a Modules and plugins database page for downloads and more information.
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=1599  HotPot forum]
 
*The manual: [http://bateson.kanazawa-gu.ac.jp/moodle/19/mysql/mod/quizport/docs/tutorials/ The QuizPort module ]
*The manual: [http://bateson.kanazawa-gu.ac.jp/moodle/19/mysql/mod/quizport/docs/tutorials/ The QuizPort module ]
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=140319 Quizport vs. Lesson] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=140319 Quizport vs. Lesson] forum discussion
*[http://expedioscientiam.net/misc//QuizPortGBDevMeet/QuizPortGBDevMeet.html Video of Gordon Bateson's presentation] at Moodle Developer's meeting September 2008.


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

Revision as of 13:18, 3 January 2010

QuizPort (TaskChain) is a contributed module which allows teachers to distribute interactive learning materials to their students and view reports on the students' responses and results. It is in beta status and being designed to replace Hotpot module in Moodle 2.0.

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.

Introduction

A single QuizPort activity consists of an optional entry page, a unit of quizzes and an optional exit page. Each quiz may be a static web page or an interactive web page which offers students text, audio and visual prompts and records their responses. The quizzes are created on the teacher's computer using authoring software and then uploaded to Moodle.

To view the quizzes, students login to Moodle and click a link on a course page to access a QuizPort unit. When teachers login to Moodle, they can see reports showing students' responses to the quizzes in the QuizPort units.

The teacher can define learning paths through a unit by adding pre-conditions and post-conditions to the quizzes. A quiz cannot be attempted until all the pre-conditions have been satisfied. After the quiz is finished, the post-conditions define what is displayed next to the student. Pre-conditions and post-conditions allow teachers to create adaptive learning materials which adapt to the students' responses.

QuizPort can be used with earlier versions of Moodle 1.0 - 1.9 .

Features description

Structure of a QuizPort activity
  • It treats a unit of quizzes as a single entity.
  • Pre-conditions and post-conditions can be set to create adaptive learning materials.
  • It can be used to administer potentially *any* externally authored quiz format.
  • 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.


See also

  • QuizPort is a Modules and plugins database page for downloads and more information.
  • Discussions: please create or find a discussion topic in the HotPot forum