Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Feedback page.

Development:Feedback page

From MoodleDocs
Revision as of 14:39, 15 May 2010 by Olli Savolainen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moodle User Interface Guidelines > Feedback page

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.

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


Problem

You need to give the user Feedback after they have filled a Form.

Context

Forces: factors that affect selection

  • In order to not break the browser's back button, the page that a form is POSTed to needs to redirect to another page
  • A separate feedback page slows users down

Solution

Separate 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.

Feedback pages include a link to the following page (determined by the developer), and also redirect the user to that page after a specified time.

Examples and implementation

Feedback-page Moodle2.png


Related guidelines

Related issues in the tracker

  • TODO: Make somehow visually distinct the user-made content that the feedback page shows, so that it does not seem like a part of the feedback page itself.

Further information / Sources