Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Developing a Question Behaviour

De MoodleDocs
La revisió el 11:31, 25 nov 2009 per Tim Hunt (discussió | contribucions) (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 ...)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a:navegació, cerca

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.

Plantilla:CategoryDeveloper