moodle/question/behaviour/interactive
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
lang/en MDL-29771 interactive behaviour: better state text in try again state 2015-05-31 21:09:55 +01:00
tests MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
behaviour.php MDL-29771 interactive behaviour: better state text in try again state 2015-05-31 21:09:55 +01:00
behaviourtype.php MDL-40992 qbehaviour: new type method, can Qs can finish naturally 2015-03-26 17:46:48 +00:00
renderer.php MDL-53304 question behaviour: don't show useless Check buttons 2016-03-04 14:06:19 +00:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00