Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Developing a Question Type.

Development:Developing a Question Type

From MoodleDocs
Revision as of 11:30, 25 November 2009 by Tim Hunt (talk | contribs) (New page: This page explains how to go about writing a new Question Type for the new Moodle question engine. For instructions on making a question type for current...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page explains how to go about writing a new Question Type for the new Moodle question engine.

For instructions on making a question type for current versions of Moodle, see Development:Question_type_plugin_how_to.

Previous section: Developing a Question Interaction Model

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.



File layout

Question type class

Question class

Renderer class

See also

In the next section, Implementation plan outlines how I will implement this proposal.

Template:CategoryDeveloper