Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: How the quiz navigation should work in Moodle 2.0.

Development:How the quiz navigation should work in Moodle 2.0

From MoodleDocs
Revision as of 13:31, 10 May 2010 by Tim Hunt (talk | contribs) (New page: This page summarises the how we want the Moodle 2.0 navigation to work for the quiz module. It follows discussion between Sam Hemelryk, me (Tim Hunt) and Martin Dougiamas. The plan is tha...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page summarises the how we want the Moodle 2.0 navigation to work for the quiz module.

It follows discussion between Sam Hemelryk, me (Tim Hunt) and Martin Dougiamas. The plan is that Sam will do the implementation.

New API method to control whether blocks are displayed

$PAGE->blocks->show_only_fake_blocks($trueorfalse = false); for controlling blocks on pages. If the page does not want blocks, then it can call this method, passing false, and basically, the blocks_manager::load blocks method will not be called.


New quiz setting for whether to call that API

TODO


Links in the navigation block

Links in the settings block

See also