Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Feedback page.

Development:Feedback page: Difference between revisions

From MoodleDocs
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Development: Moodle User Interface Guidelines|Moodle User Interface Guidelines]] > '''Guideline template'''
[[Development: Moodle User Interface Guidelines|Moodle User Interface Guidelines]] > '''Feedback page'''


{{Work in progress|forumurl=http://moodle.org/mod/forum/discuss.php?d=126884|info=<br /><br />'''Status: INCOMPLETE'''<br />This is a guideline for a [[Development:Moodle_User_Interface_Guidelines|Moodle Interface Guideline]]. Comments: [http://moodle.org/mod/forum/discuss.php?d=126884 developer forum thread] }}
{{Work in progress|forumurl=http://moodle.org/mod/forum/discuss.php?d=126884|info=<br /><br />'''Status: INCOMPLETE'''<br />This is a guideline for a [[Development:Moodle_User_Interface_Guidelines|Moodle Interface Guideline]]. Comments: [http://moodle.org/mod/forum/discuss.php?d=126884 developer forum thread] }}

Revision as of 18:26, 8 August 2009

Moodle User Interface Guidelines > Feedback page

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

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

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