Developing a Question Behaviour

Z MoodleDocs
Wersja z dnia 11:31, 25 lis 2009 autorstwa Tim Hunt (dyskusja | edycje) (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 ...)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Skocz do:nawigacja, szukaj

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.

Szablon:CategoryDeveloper