I could not find a ready-made implementation of YUI javascript inline help online, so I created one.
Moodle uses just popups for the integrated help. They are relatively easy to find since those question mark icons are all over the UI. But they still take the user somewhat out of the context of the application. Less experienced users are typically confused with new windows opening. It is also incredibly slow to open a new window in many browsers.
So I am thinking of proposing inline help as a part of the guidelines produced this summer. Mainly to entertain myself and to see how many interaction details there are to take into account, I made a demo that uses the YUI javascript library to achieve this. Actually, the second example is not inline help at all, but a YUI Panel which sits on top of the content.
I believe popups are still required in Moodle when it comes to more lengthy help texts. The inline help can not replace a popup window when there is no space in the UI for it, but an YUI panel perhaps could.


nadavkav 11:48 am on June 23, 2009 Permalink |
excellent idea. i also started to implement some other useful YUI components : dialogs, tabs and some dynamic JSON over XHR to get realtime Help queries.
please send me a private email to get a username and password for a dev moodle we have :-)
Moodle User Experience consistency 2009 » Blog Archive » The fruits of the summer 6:45 pm on August 17, 2009 Permalink |
[...] tooltips: I originally published a javascript prototype for these, but did not publicize them more. A month later Nicolas Connault had implemented [...]