Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Question API: Difference between revisions

From MoodleDocs
Created page with "The Question API, which can be divided into the Question bank API and the Question engine API, can be used by activities that want to use questions from the question bank..."
 
No edit summary
Line 4: Line 4:
* [[Question Engine 2]], in particular [[Using the question engine from module]]. That is reasonably up-to-date.
* [[Question Engine 2]], in particular [[Using the question engine from module]]. That is reasonably up-to-date.
* [[Question engine]] is the old documentation that applies to Moodle 1.9 and before. The information there about the question bank half of the question system is still relevant.
* [[Question engine]] is the old documentation that applies to Moodle 1.9 and before. The information there about the question bank half of the question system is still relevant.
==See also==
[[Core APIs]]

Revision as of 02:38, 1 February 2012

The Question API, which can be divided into the Question bank API and the Question engine API, can be used by activities that want to use questions from the question bank in activities.

At the moment, the Quiz module is the only example of a standard module that does this. (People have been saying wince Moodle 1.6 that the lesson module should be converted to use the question bank!) Also, the documentation is currently in a bit of a mess, but see:


See also

Core APIs