Feedback page: Difference between revisions
m (New page: == Problem == == Context == == Forces: factors that affect selection == == Solution == == (Optional) Common mistakes == == Examples and implementation == [[Image:Feedback-page_Moodle2]...) |
(This page will not be migrated to new devdocs) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:WillNotMigrate}} | |||
[[ 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 [[Moodle_User_Interface_Guidelines|Moodle Interface Guideline]]. Comments: [http://moodle.org/mod/forum/discuss.php?d=126884 developer forum thread] }} | |||
== Problem == | == Problem == | ||
You need to give the user [[Feedback|Feedback]] after they have filled a [[Form|Form]]. | |||
== 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 == | ||
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 == | == Examples and implementation == | ||
[[Image:Feedback-page_Moodle2]] | [[Image:Feedback-page_Moodle2.png|frame|left]] | ||
= | <br style="clear:both" /> | ||
== | |||
== | == 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 == | |||
* [[Feedback|Feedback]] | |||
[[Category:Moodle User Interface Guidelines]] |
Latest revision as of 14:44, 27 May 2022
Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable. |
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
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
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.