|
| file | bank.php |
| | More object oriented wrappers around parts of the Moodle question bank.
|
| |
| file | datalib.php |
| | Code for loading and saving question attempts to and from the database.
|
| |
| file | lib.php |
| | This defines the core classes of the Moodle question engine.
|
| |
| file | questionattempt.php |
| | This file defines the question attempt class, and a few related classes.
|
| |
| file | questionattemptstep.php |
| | This file defines the question attempt step class, and a few related classes.
|
| |
| file | questionusage.php |
| | This file defines the question usage class, and a few related classes.
|
| |
| file | renderer.php |
| | Renderers for outputting parts of the question engine.
|
| |
| file | states.php |
| | This defines the states a question can be in.
|
| |