Development:Feedback page: Difference between revisions

From MoodleDocs
mNo edit summary
Line 4: Line 4:
== Context ==
== Context ==
== Forces: factors that affect selection ==
== 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 ==
== Solution ==
== (Optional) Common mistakes ==




Line 12: Line 13:
[[Image:Feedback-page_Moodle2.png]]
[[Image:Feedback-page_Moodle2.png]]


== (Optional) Related guidelines ==
== Related guidelines ==
== (Optional) Related issues in the tracker ==
== 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.


== (Optional) Further information / Sources  ==
== Further information / Sources  ==
* [[Development:Feedback|Feedback]]

Revision as of 18:24, 8 August 2009

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