Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Wizard Examples and Code Samples: Difference between revisions

From MoodleDocs
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Implementation instructions for [[Wizard|Wizard]]'''
[[ Moodle User Interface Guidelines|Moodle User Interface Guidelines]] > '''[[Wizard|Wizard]]''' > Examples and Code Samples


{{Work in progress|info=<br /><br />''To give new developers a head start, add advice here on how to implement the recommended elements.'' (Of course, the APIs should be good enough to not require lots of extra code.) <br /><br />
{{Work in progress|info=<br /><br />''To give new developers a head start, add advice here on how to implement the recommended elements.'' (Of course, the APIs should be good enough to not require lots of extra code.) <br /><br />

Revision as of 14:18, 7 August 2009

Moodle User Interface Guidelines > Wizard > Examples and Code Samples

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.

To give new developers a head start, add advice here on how to implement the recommended elements. (Of course, the APIs should be good enough to not require lots of extra code.)

As an usability practitioner, the implementation pages like this are where I am hoping to have developers have a play: there is probably some documentation available already about how to implement many of these things, but the developers who are already 'in' know how to find it best.

So add links to appropriate places - or if need be, implementation pages like this are perfect placeholders to put also new information about how to implement the recommended moodle UI elements. --Olli Savolainen 22:20, 3 June 2009 (UTC)


The current status of wizards in Moodle is not good enough in terms of usability, so I can not recommend mimicing the current implementations.

I am not primarily a developer, but I have used PEAR QuickForm_Controller for creating a wizard, and it does a great job of creating a proper wizard that fulfills easily most of the usability requirements, and takes care of the session management required for a proper wizard implementation in an object-oriented manner. As we are already using PEAR QuickForm, this might be a natural way to continue. Someone technically more advanced than me should evaluate the following options. --Olli Savolainen 14:15, 7 August 2009 (UTC)

Backup

Installation