Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is 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 article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.


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