User:Frank Ralf/Moodle forms1

From MoodleDocs

Read the whole story:

  1. Inconsistencies of Moodle forms
  2. Frank Ralf/Moodle forms2 aka Frank Ralf/Semantic HTML5
  3. Frank Ralf/Moodle forms3


Inconsistencies of Moodle forms

For the time being this is only a list of inconsistencies I noticed when working with different Moodle forms. I hope to find time to make some suggestions for improvements.

Yes/no dropdown menus

Moodle uses quite a lot of dropdown menus for yes/no questions. These require (at least) two mouse clicks for selecting an option. Therefore alternatives like a simple checkbox or radio buttons would make for better usability and avoid some inconsistencies in the Moodle UI (see screenshot).

Further information:

Yes-No vs checkbox.png

Checkboxes

You tick a checkbox to activate a feature and you untick it for deactivating - or was it the other way round...?

Quiz settings

Quiz settings Check for disabling.png

This one was fixed in Moodle 2.0--Tim Hunt 00:44, 30 June 2009 (UTC)
  • The checkboxes should be on the left. That way no additional prompt would be necessary and accessibility (especially for screen readers) would improve.
This would break the alignment of the form. Suppose you had an optional date followed by a non-optional date - it would be useful if the sub-fields lined up, so you could easily see whether the second date was 7 days after the first. I also think it would be better to have the checkbox first, I am just saying it is not as simple as that.--Tim Hunt 00:44, 30 June 2009 (UTC)
Thanks for the feedback, Tim. Will try to keep track of all the new developments! The problem with aligning form elements is that they all are usually treated as block level elements. I suppose one could try using "display: inline;" to get around that limitation but haven't tried this yet. --Frank Ralf 12:39, 30 June 2009 (UTC)

AJAX and JavaScript

Another example (Moodle 2.0 dev, Build: 20090720)

2009-07-20 Moodle and JavaScript.png

This form should better look similar to this mockup:

AJAX and JavaScript improved.png

I definitely agree with this latter suggestion. Many times I have to wrestle with double-negative type logic such as disabling the prevention of some function (eg allow late submissions) --Mark Pearson 2 18:19, 18 January 2010 (UTC)

See also

[TODO]