Note:

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

Feedback (User Interface Guideline): Difference between revisions

From MoodleDocs
Line 9: Line 9:
*'''GNOME: [http://library.gnome.org/devel/hig-book/stable/feedback.html.en Feedback] '''  
*'''GNOME: [http://library.gnome.org/devel/hig-book/stable/feedback.html.en Feedback] '''  
** (for Desktop but still a great guide and mostly applicable to Moodle)
** (for Desktop but still a great guide and mostly applicable to Moodle)
== Examples and implementation ==
=== Feedback pages ===
[[Feedback_page|Feedback pages]] are often used in Moodle to provide feedback to the user about successful filling of a form, such as a submission of configuration page or posting to a forum thread.
=== Wizards ===
TODO: [[Wizard|Wizards]] should use the status display that tells the user about the steps available and the active step, as feedback to the user about their actions.


== Common mistakes ==
== Common mistakes ==

Revision as of 12:38, 10 August 2009

Moodle User Interface Guidelines > Feedback

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.

Status: INCOMPLETE
This is a guideline for a Moodle Interface Guideline. Comments: developer forum thread

Problem

In order to make it possible for the user to use an application meaningfully, the application must respond meaningfully to each user action.

Solution

  • GNOME: Feedback
    • (for Desktop but still a great guide and mostly applicable to Moodle)

Examples and implementation

Feedback pages

Feedback pages are often used in Moodle to provide feedback to the user about successful filling of a form, such as a submission of configuration page or posting to a forum thread.

Wizards

TODO: Wizards should use the status display that tells the user about the steps available and the active step, as feedback to the user about their actions.

Common mistakes

Related guidelines

Related issues in the tracker

  • TODO: development of Moodle feedback away from the feedback page towards showing feedback on the resulting content page.


Further information / Sources