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 Behaviour.

Development:Developing a Question Behaviour

From MoodleDocs
Revision as of 11:31, 25 November 2009 by Tim Hunt (talk | contribs) (New page: This page explains how to go about writing a new Question Interaction Model for the new Moodle question engine. Previous section: [[Development:Question ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Previous section: Design

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, Developing a Question Type I describe what a developer will need to do to create a Question Type plugin for the new system.

Template:CategoryDeveloper